Python Basics - 环境配置¶ Python解释器¶ 代码缩进 Pyc 文件 pycache 保存的字节码,速度优化方式 交互式运行程序¶ 1. IPython¶ 2. Shell¶ Shell 运行Python代码 3. Jupyter(Anaconda)¶ 常用编辑器¶ 1. Vim¶ Liunx Vimplus 配置 2. Notepad++¶ 3. VS Code¶ 4. Sublime¶ 集成开发环境(IDE)PyCharm¶ 环境隔离¶ 1. Virtualenv¶ Virtualenv 系统隔离环境配置及其使用 2. Anaconda¶ Win10 使用Anaconda管理Python环境