jackyfkc.github.io

教土豆学计算机

Python

Python

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.

Python 之禅

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

Basic Topics


Advanced Topics



Further Readings

Online Articles & Blogs



Books