Suggestions for good programming practices?
Emile van Sebille
emile at fenx.com
Tue Jun 25 09:27:41 EDT 2002
Aahz
> In Python 2.1.2 or higher, fire up the interactive interpreter and
type
> "import this".
Except ActiveState's
F:\Python22as>python
Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import this
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named this
--
Emile van Sebille
emile at fenx.com
---------
More information about the Python-list
mailing list