This commit is contained in:
Kenneth Reitz
2011-10-06 22:36:28 -04:00
parent 3d3b1da2de
commit fa1d79f317
3 changed files with 24 additions and 13 deletions
-4
View File
@@ -10,7 +10,3 @@
color: red;
}
.code {
font-family: 'UbuntuBeta Mono'!important;
}
+23 -8
View File
@@ -13,10 +13,10 @@
!SLIDE
# Part I: Philosophy
# Philosophy.
!SLIDE
# Dark Pasts
# We share a dark past:
Perl, Java, PHP, ColdFusion, Classic ASP, *&c*.
@@ -25,16 +25,31 @@ Perl, Java, PHP, ColdFusion, Classic ASP, *&c*.
>>> import this
!SLIDE
> Beautiful is better than ugly.
## Beautiful is better than ugly.
!SLIDE
> Explicit is better than implicit.
## Explicit is better than implicit.
!SLIDE
> Readability counts.
## Simple is better than complex.
!SLIDE
> If the implementation is hard to explain, it's a bad idea.
## Complex is better than complicated.
!SLIDE incremental bullets
### If the implementation is hard to explain, it's a bad idea.
- <span class='smaller'>(except pypy)</span>
!SLIDE
### There should be one—and preferably only one—obvious way to do it.
!SLIDE
# Welcome to paradise.
@@ -77,9 +92,9 @@ Decisions, decisions.
* If so, Unix or framework build?
!SLIDE
# Step 3: Profit!
# Let's play around.
Let's play around. Maybe play with the GitHub API?
Maybe play with the GitHub API?
!SLIDE small code execute
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "Python Sucks",
"name": "Pragmatic Python",
"sections":
[
{"section": "pragmatic_packages"}