问题描述
该笔记将整理:与 Python 编程相关的内容,多与 Python 编程语言相关。
学习路线
阅读官方,我只看了前四章节。鉴于之前有其他语言的编程经验,所以可以快速进行编码。剩下的一路 stackoverflow 搜索。
运行环境
语言学习
基础入门:The Python Tutorial
标准类库:The Python Standard Library
语言参考:The Python Language Reference
特殊话题:Python HOWTOs
模块安装
安装模块:Installing Python Modules
发布模块:Distributing Python Modules
高级进阶
Extending and Embedding the Python Interpreter
Python/C API Reference Manual
其他话题
Python Frequently Asked Questions
相关连接
https://www.python.org/
https://pypi.python.org/pypi
https://www.riverbankcomputing.com/news
http://www.crifan.com/files/doc/docbook/python_beginner_tutorial/release/html/python_beginner_tutorial.html
http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/
https://docs.python.org/2.7/