Python (programming language)
Appearance
Python is a programming language that was made to be good looking and easy to read. It was made by a fan of Monty Python and example code sometimes talks about the show.
[code] def hello(): print "Hello World!" hello() [/code]