Python

FacebookTwitter

Welcome to the interactive Python tutorial.

Whether you are an experienced programmer or not, this pearl & website is intended for everyone who wishes to learn the Python programming language.

Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

Python runs on Windows, Linux/Unix, Mac OS X, and has been ported to the Java and .NET virtual machines.

Python is free to use, even for commercial products, because of its OSI-approved open source license. avayaoli Jul 16

Python is a great object-oriented, interpreted, and interactive programming language. It is often compared (favorably of course ) to Lisp, Tcl, Perl, Ruby, C#, Visual Basic, Visual Fox Pro, Scheme or Java... and it's much more fun. Python combines remarkable power with very clear syntax.

The Python Wiki

http://wiki.python.org/moin/
http://www.brunningonline.net/simon/python/PQR.html For Python version 2.2

Python Quick Reference

Python for Software Design: How to Think Like a Computer Scientist

http://www.greenteapress.com/thinkpython/ How to Think Like a Computer Scientist by Allen B. Downey
http://docs.python.org/tutorial/ Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming.

The Python Tutorial