Skip to content
Zhen Chen edited this page Sep 11, 2019 · 3 revisions

Welcome to the Learn-Python3 wiki!

Table of Contents

Python语言

Python安装

Python_安装

集成开发环境IDE

编辑器软件安装:

  • 编辑开发环境
 (1)Visual Studio Code/ Notepad++文件编辑器 / Sublime 文本编辑器;
 (2)Git-bash安装程序;

Jupyter安装

Jupyter_安装

Python教学

教学计划

课次 日期 内容 关键词/概述 附注
第0次 0 准备 课程介绍,软件环境设置:git jupyter-notebook markdown 样例代码
第1次 1 上午 [Strings][Numbers][Lists][Dictionaries][Conditionals][For] (exercise)
第2次 2 上午 [Functions] [Classes] [File] [Exceptions] (exercise)
第3次 3 上午 [Modules][Project][PyTest_1_2] [Debugging] (exercise)
第4次 4 上午 [testing1] [testing2] [Goodies] (exercise)
第5次 5 上午 [idiomatic_dicts][idiomatic_loops] (exercise)
第6次 6 上午 [recap1_exercise1] [recap2_exercise] (exercise)
第7次 7 上午 [std_lib2] [pytest_fixtures] [exercise]
第8次 8 上午 [best_practices] conclusion

参考教程

  1. Learning Python 3, Learning Python 3.