Python3 入门教程

作者:wuafeing
邮件:wuafeing@gmail.com

Github 加载 .ipynb 的速度较慢,建议在 Nbviewer 中查看该项目。

简介

本教程来自 Python 入门教程

默认安装了 Python 3.5,以及相关的第三方包 ipython

推荐使用 Anaconda,这个 IDE 集成了大部分常用的包。

笔记内容使用 ipython notebook 来展示。

安装好 Python 和相应的包之后,可以在命令行下输入:

$ ipython notebook

来进入 ipython notebook

基本环境配置

  • Anaconda 更新环境

    conda update conda
    conda update anaconda


In [ ]: