本篇持续更新中
用户问答列表
-
Python官方文档中的FAQ - Frequent Asked Questions 部分。https://docs.python.org/2.7/faq/
目前Programming FAQ有60问 -
General Questions - 5
Core Language - 17
Numbers and Strings - 9
Sequences(Tuples/Lists) -8
Dictionaries - 3
Objects - 13
Modules - 5Design and History 26问;
Libraries and Extension FAQ 32问;
Extending/Embedding 19问; -
Stack Overflow常见Python标签下问题 http://stackoverflow.com/questions/tagged/python?sort=frequent&pageSize=15
关于如何建立一个Python为主的Project
- 从'Structuring Larger Projects'开始 - https://districtdatalabs.silvrback.com/how-to-develop-quality-python-code
已经成书的
- Learn Python the Hard Way
- 17.4.8 我还没有读过,但鉴于很多人推荐了
看起来很酷(开眼界用)
- awesome-python - frameworks, libraries, software and resources.