No Comments

Python easter-eggs

coding, Python

In David Goodger’s lovely article Code Like a Pythonista there’s not only a wealth of little bits about idiomatic Pyhton (or: how to find that fabled “one best way of doing things”), but also some entertainment.

Ever tried importing this in the Python interpreter:

>>> import this

… or wondered about the future of curly braces in Python:

>>> from __future__ import braces

(If you’re the paranoid kind: both are perfectly save to run.)

chris @ August 6, 2007

Sorry, the comment form is closed at this time.