Author Topic: [Python] import this  (Read 477 times)

0 Members and 1 Guest are viewing this topic.

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
[Python] import this
« 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.
« Last Edit: January 13, 2015, 05:13:32 pm by d4rkcat »
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline madf0x

  • Knight
  • **
  • Posts: 172
  • Cookies: 50
    • View Profile
Re: [Python] import this
« Reply #1 on: January 14, 2015, 04:07:35 am »
Code: [Select]
from __future__ import braces