Python

Main Page | Recent changes | Random | Special
Edit this page | Page history | Discuss this page
 


Categories: Computers | Animals   Page type: Normal


Python is an agile, interpretted programming language (written in C), availble for most platforms (including obscure ones) It's not heavily typed, but is strongly typed.

Typically, one can write a program in python with about 1/2 as much code as java for example.

Some geeky things that a programmer needs to keep in mind can by obtained by:

% python
>>> import this

Pros:

Cons:

www.python.org

Examples of Python in use: Cplay, FirstYearInPython