EvilZone

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

Title: [Python] import this
Post by: d4rkcat on 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:

Code: [Select]
python
>>> import this

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