Python

From Halfface
Revision as of 20:56, 5 October 2011 by Ekaanbj (talk | contribs) (→‎links)
Jump to navigation Jump to search

links

http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6
http://docs.python.org/tutorial

Reference

http://docs.python.org/ref/ref.html

basics

sys.argv   arguments are passed to the script in the variable sys.argv
#          is used to start a comment