By cphoenix : Add Edit Top Back Help

Here's an evolving tutorial on the programming language Python.
cphoenix: What is Python? An interpreted, scripting, object-oriented, elegant, flexible language.
def HelloWorld():
  print 'Hello World!'
ADD
cphoenix: Data types include dictionaries, lists, tuples, strings, floats, and short and long integers. MORE