EvilZone
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
EvilZone
»
Programming and Scripting
»
Beginner's Corner
»
[Python] import this
Print
Pages: [
1
]
Author
Topic: [Python] import this (Read 477 times)
0 Members and 1 Guest are viewing this topic.
d4rkcat
Knight
Posts: 287
Cookies: 115
He who controls the past controls the future. He who controls the present controls the past.
[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
»
Report to moderator
Logged
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.
madf0x
Knight
Posts: 172
Cookies: 50
Re: [Python] import this
«
Reply #1 on:
January 14, 2015, 04:07:35 am »
Code:
[Select]
from __future__ import braces
Report to moderator
Logged
Print
Pages: [
1
]
EvilZone
»
Programming and Scripting
»
Beginner's Corner
»
[Python] import this