Dave's Little Web / Python Tutorials


These are tutorials and lessons on a rather new language called Python. Python is an interpreted, object oriented, freely copyable programming language that may be used without fee in commercial products. It is a simple, yet powerful, programming language that bridges the gap between C and shell programming, and is thus ideally suited for ``throw-away programming'' and rapid prototyping. Python allows writing very compact and readable programs. Programs written in Python are typically much shorter than equivalent C programs.   Also see the official release 1.5.2  Python Documentation.  More up-to-date CentOS 6  Python 2.6.6 Documentation, and even more up-to-date CentOS 7 Python 2.7.5 Documentation.