教土豆学计算机
Python 由 Guido van Rossum
在 20 世纪 90 年代早期创建, 作为 ABC
的一个后继语言. 更多细节参见 History of the software
Python is powerful and fast, easy to learn… (PS: 广告语)
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java.
Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.
import this
- The Zen of Python, by Tim Peters
A list of Python design principles and philosophies that are helpful in understanding and using Python
Online Articles & Blogs
The History of Python - Python 历史
Python Source Code - CPython 源码
Python FAQ 常见问题
Books
Learning Python 详尽的入门指导
Python Essential Reference 参考手册
The Python Standard Library By Example - 标准库详解
Fluent Python - 专家经验之谈