Python
|
An interpreted, object-oriented programming language developed by
Guido van Rossum. The name comes from one of van Rossum's
favorite television shows, Monty Python's Flying Circus. Python
is very portable since Python interpreters are available for most
operating system platforms. Although Python is copyrighted, the
source code is freely available, and unlike GNU software, it can
be commercially re-sold.
...
Webopedia
|
|
The Quick Python Book
|
This is a simple and powerful book about a simple but
(definitely) powerful language, Python.
|
|---|
|
Python Essential Reference, Second Edition
|
This is the definitive guide to the Python Programming language.
Designed for programmers, it covers the core language, more than
100 modules in the standard library, and the techniques used to
extend Python with compiled procedures in C or C++.
|
|