標籤:

黃哥定期更新Python免費學習資料

免費電子書以英文為主,想當程序員,能看懂英文或者說在字典的輔助下看懂英文是基本要求。暫時英文不好,可以慢慢看,慢慢查字典,時間長了,就會看懂。

部分書不能下載的問題,用wget 鏡像到本地學習。

wget -c -m -k -np -p -w 10 --random-wait --waitretry=5 url

1、Python 官方文檔,適合有編程經驗的程序員。

Python 2.7.13 documentation

2、《How to Think Like a Computer Scientist》適合初學者

Python 2版 How to Think Like a Computer Scientist

Python 3 版 How to Think Like a Computer Scientist

3、《Learn Python the Hard Way》

Learn Python the Hard Way

4、學習數據結構和演算法 好書

《Problem Solving with Algorithms and Data Structures using Python》

Problem Solving with Algorithms and Data Structures using Python

5、《Data Structures and Algorithms with Python

Data Structures and Algorithms with Python

6、《Making Games with Python & Pygame》

7、《Invent Your Own Computer Games with Python》

8、《Python Cookbook: free ebook for advanced programmers》

9、《Test-Driven Development with Python》

10、《Python Practice Book》

11、《Think Complexity: Complexity Science and Computational Modeling 1st Edition.》

12、《Automate the Boring Stuff with Python: Practical Programming for Total Beginners》

13、學習標準庫的免費電子書 Python Module of the Week

14、《Introduction to Python for Computational Science and Engineering》

部分免費Python免費視頻

pythonpeixun/article

感恩!感謝黃哥Python培訓學員的支持和肯定。

pythonpeixun/article

216小時學會Python

pythonpeixun.github.io/


推薦閱讀:

跟黃哥學習python第五章
(Python進階必看)賴明星的Python精品圖書重磅發布!!
Python Web 框架大亂斗:哪個框架適合你?
Python並發學習筆記:從協程到GEVENT(一)

TAG:Python |