This commit is contained in:
Kenneth Reitz
2011-10-05 06:43:00 -04:00
parent dbb8ef104c
commit 670bd2a821
4 changed files with 121 additions and 9 deletions
+25 -9
View File
@@ -1,23 +1,39 @@
!SLIDE
# Part I: Philosophy
!SLIDE
# Dark Pasts
- Perl
- Java
- PHP
- ColdFusion
- Classic ASP
!SLIDE code
# The Zen of Python.
>>> import this
!SLIDE
# Beautiful is better than ugly.
> Beautiful is better than ugly.
!SLIDE
# There should be one—and preferably only one—obvious way to do it.
> Explicit is better than implicit.
!SLIDE
# How to install Python?
A show of hands, please.
> Readability counts.
!SLIDE
# Exactly.
> Although practicality beats purity.
!SLIDE
> If the implementation is hard to explain, it's a bad idea.
!SLIDE
# Welcome to paradise.
!SLIDE
> There should be one—and preferably only one—obvious way to do it.
!SLIDE
# LIES!
View File