EvilZone

Programming and Scripting => Beginner's Corner => : d4rkcat January 13, 2015, 05:12:42 PM

: [Python] import this
: d4rkcat January 13, 2015, 05:12:42 PM
I'm sure many of you have already seen this but for people new to programming in python I suggest checking out this easter egg:

:
python
>>> import this

The Zen of python by Tim Peters describes the philosophy of how to code well in python.
: Re: [Python] import this
: madf0x January 14, 2015, 04:07:35 AM
:
from __future__ import braces