notebook.community
Edit and run
作者:wuafeing 邮件:wuafeing@gmail.com
Github 加载 .ipynb 的速度较慢,建议在 Nbviewer 中查看该项目。
本教程来自 Python 入门教程。
默认安装了 Python 3.5,以及相关的第三方包 ipython 。
推荐使用 Anaconda,这个 IDE 集成了大部分常用的包。
笔记内容使用 ipython notebook 来展示。
ipython notebook
安装好 Python 和相应的包之后,可以在命令行下输入:
Python
$ ipython notebook
来进入 ipython notebook 。
Anaconda 更新环境
Anaconda
conda update conda conda update anaconda
conda update conda
conda update anaconda
第一章 数据结构和算法
第二章 字符串和文本
In [ ]: