还在更新中。
此书是国外学习Python的经典书目,是一本难得的好书。
我在学习过程中,对其进行了整理,添加了每章习题的答案,可在Jupyter Notebook中阅读并运行代码。
- Problem Solving with Algorithms and Data Structures Using Python https://github.com/facert/python-data-structure-cn
- SICP Python描述 https://github.com/wizardforcel/sicp-py-zh
此书原著版权归Allen Downey所有,原作链接如下:https://github.com/AllenDowney/ThinkPython2。