Revision [28694]
This is an old revision of python made by darkcity on 2013-09-07 07:46:14.
HomePage > Software Index > Development

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.
high-level programming
Installation
Python is included in the devx file that corresponds with the version of Puppy in use
Alternatively install an appropriate package:
Version
verify installed version via the command-line interface:
python --version
appendix
- http://www.murga-linux.com/puppy/viewtopic.php?p=363696#363696 technosaurus
- http://murga-linux.com/puppy/viewtopic.php?t=35446 tinypy thread
- http://www.murga-linux.com/puppy/viewtopic.php?t=31558 python 2.5.2 slackware 12 compatible IDLE GUI
- http://www.murga-linux.com/puppy/viewtopic.php?t=80426 Installing Python & Setting up Tkinter
- http://effbot.org/zone/import-confusion.htm
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 thread
python 2.5.2 slackware 12 compatible IDLE GUI
http://effbot.org/zone/import-confusion.htm
Python wiki
http://learnpythonthehardway.org/index
forum topic
tinypy thread
python 2.5.2 slackware 12 compatible IDLE GUI
http://effbot.org/zone/import-confusion.htm
Categories
CategoryDevelopmentCategorySoftware