Python.pdf

(446 KB) Pobierz
Introduction to Python
Heavily based on presentations by
Matt Huenerfauth (Penn State)
Guido van Rossum (Google)
Richard P. Muller (Caltech)
...
Monday, October 19, 2009
Python
Open source general-purpose language.
Object Oriented, Procedural, Functional
Easy to interface with C/ObjC/Java/Fortran
Easy-ish to interface with C++ (via SWIG)
Great interactive environment
Downloads:
http://www.python.org
Documentation:
http://www.python.org/doc/
Free book:
http://www.diveintopython.org
Monday, October 19, 2009
2.5.x / 2.6.x / 3.x ???
“Current” version is 2.6.x
“Mainstream” version is 2.5.x
The new kid on the block is 3.x
You probably want 2.5.x unless you are starting from
scratch. Then maybe 3.x
Monday, October 19, 2009
Technical Issues
Installing & Running Python
Monday, October 19, 2009
Binaries
Python comes pre-installed with Mac OS X and
Linux.
Windows binaries from
http://python.org/
You might not have to do anything!
Monday, October 19, 2009
Zgłoś jeśli naruszono regulamin