EvilZone
Programming and Scripting => Beginner's Corner => : 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.
-
from __future__ import braces