我的python学习

通过看一些书评,简单确定了个人学习python的顺序
=========================入门篇===========================
1) Learn Python in One Day and Learn It Well 2nd edition
看看自己一天内能否上手python
2) Python编程快速上手:让繁琐工作自动化
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
先看中文版,进行快速入门。然后看其对应的英文版本,为以后阅读python相关的英文书做准备。
3) The Quick Python Book
4) Fluent Python
=========================进阶篇============================
5) Python Cookbook with github resources
6) Effective Python
7) Elements of Programming Interviews in Python: The Insiders' Guide
=========================应用篇============================
8) OpenCV with Python Blueprints
9) Invent Your Own Computer Games with Python, 4E 
10) Python for Kids: A Playful Introduction To Programming

你可能感兴趣的:(Python)