Python

References

Installation

Files

Environment Variables (See man page for details)

Tidbits

Starting The Interpreter

idle - start the IDE

python - start in interactive mode

python -c command [arg] ... (best to quote command) - Execute command with args

python filename - execute script in filename

python -i filename - go interactive after filename terminates

filename - Using she-bang notation, execute script in filename

python -m module [arg] - execute the source file for module

Semantics

Syntax


Send mail to the Webmaster

logo This site best viewed with a browser
Warning: This is a Debian centric site and MAY contain peanuts.
Many thanks to Debra Lynn and Ian Murdock for making Debian possible
First created Aug 2, 2011 ~ Last revised February 15, 2012

Valid XHTML 1.0 Strict Valid CSS!