Python3 编程速查手册
Python2 马上不被支持了,现在(2019-08-06 22:28:10)最好坚持用 python3。
主要参考资料,Python 官网上的入门教程:The Python Tutorial,菜鸟教程:Python 3 教程。前者更好一些,后者是中文易读一些。The Python Language Reference 是一份高难度,但是信息最完整全面的文档,它是 python 语言的设计手册。
学习资料:
- 官方文档:The Python Tutorial
- The Python Standard Library
- The Python Standard Library
- Extending and Embedding the Python Interpreter
- Python/C API Reference Manual
- 菜鸟教程:Python 3 教程