An open API service indexing awesome lists of open source software.

https://github.com/tomoat/learn-python


https://github.com/tomoat/learn-python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python 学习教程

[Think Python 2e](http://codingpy.com/books/thinkpython2/)

## 代码使用Python3运行

- 第一章:程序之道
- 第二章:变量、表达式和语句
- 第三章:函数
- 第四章:案例研究:接口设计
- 第五章:条件和递归
- 第六章:有返回值的函数
- 第七章:迭代
- 第八章:字符串
- 第九章:文字游戏
- 第十章:列表
- 第十一章:字典
- 第十二章:元组
- 第十三章:案例研究:数据结构选择
- 第十四章:文件
- 第十五章:类和对象
- 第十六章:类和函数
- 第十七章:类和方法
- 第十八章:继承
- 第十九章:进阶小技巧
- 第二十章:调试
- 第二十一章:算法分析