Revision [22820]
This is an old revision of python made by darkcity on 2012-07-30 06:43:50.

Python
Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Its syntax is said to be clear and expressive. Python has a large and comprehensive standard library.[
Source code: http://www.python.org/download/
Binary code:
- http://distro.ibiblio.org/quirky/pet_packages-wary5/
- http://code.google.com/p/puppy-development/downloads/detail?name=Python%2B-2.6.4-i486.pet
- python is included in the devx file that corresponds with the version of Puppy in use
Commands
Verify installed version via the command-line interface:
python --version
Also on the Wiki
Related Webpages
python homepage
Python wiki
http://learnpythonthehardway.org/index
forum topic
tinypy: http://murga-linux.com/puppy/viewtopic.php?t=35446
python 2.5.2 slackware 12 compatible IDLE GUI: http://www.murga-linux.com/puppy/viewtopic.php?t=31558
http://effbot.org/zone/import-confusion.htm
Python wiki
http://learnpythonthehardway.org/index
forum topic
tinypy: http://murga-linux.com/puppy/viewtopic.php?t=35446
python 2.5.2 slackware 12 compatible IDLE GUI: http://www.murga-linux.com/puppy/viewtopic.php?t=31558
http://effbot.org/zone/import-confusion.htm
Categories
CategoryDevelopmentCategorySoftware