for humans

This commit is contained in:
Kenneth Reitz
2011-10-06 22:51:34 -04:00
parent fa1d79f317
commit ac52ad6f6e
3 changed files with 16 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
# API Design & Pragmatic Python
## tl;dr
- Publish Modules for Humans
- Help with Python-Guide
+3
View File
@@ -10,3 +10,6 @@
color: red;
}
.top {
margin-top: 50px !important;
}
+7 -2
View File
@@ -15,15 +15,18 @@
!SLIDE
# Philosophy.
!SLIDE
# We share a dark past:
Perl, Java, PHP, ColdFusion, Classic ASP, *&c*.
!SLIDE code
# The Zen of Python.
>>> import this
!SLIDE
## Beautiful is better than ugly.
@@ -377,10 +380,12 @@ A powerful module that .
!SLIDE
## The Hitchhiker's Guide to Python
# DON'T PANIC!
http://python-guide.org
!SLIDE code top
![DON'T PANIC](ext/dont-panic.jpeg)
!SLIDE
- A guidebook for newcomers.
- A reference for seasoned veterans.