The past and future of Python (a little off topic, sorry :):
Python 2:
$ python myapp.py
Python 3:
$ py myapp.py
Python 4:
$ p myapp.py
Python 5:
$ myapp
Python 6:
Executing Python applications will be natively built into every OS, and the problem of a cross-platform way to conveniently distribute and run a Python *application* will be magically solved.
- Koos