https://github.com/tomoat/learn-python
https://github.com/tomoat/learn-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomoat/learn-python
- Owner: tomoat
- Created: 2017-04-25T15:50:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T17:15:44.000Z (about 9 years ago)
- Last Synced: 2025-08-04T07:40:03.452Z (10 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python 学习教程
[Think Python 2e](http://codingpy.com/books/thinkpython2/)
## 代码使用Python3运行
- 第一章:程序之道
- 第二章:变量、表达式和语句
- 第三章:函数
- 第四章:案例研究:接口设计
- 第五章:条件和递归
- 第六章:有返回值的函数
- 第七章:迭代
- 第八章:字符串
- 第九章:文字游戏
- 第十章:列表
- 第十一章:字典
- 第十二章:元组
- 第十三章:案例研究:数据结构选择
- 第十四章:文件
- 第十五章:类和对象
- 第十六章:类和函数
- 第十七章:类和方法
- 第十八章:继承
- 第十九章:进阶小技巧
- 第二十章:调试
- 第二十一章:算法分析