Files
python-for-humans/3_proposal/1_guide.md
T
Kenneth Reitz 29cfd265f9 good progress
2011-10-05 13:03:13 -04:00

46 lines
700 B
Markdown

!SLIDE
## The Hitchhiker's Guide to Python
# DON'T PANIC!
http://python-guide.org
!SLIDE
- A guidebook for newcomers.
- A reference for seasoned veterans.
!SLIDE
# There's only one rule.
!SLIDE
> There should be one—and preferably only one—obvious way to do it.
!SLIDE
# Topics
!SLIDE
# Installing Python Properly
!SLIDE
# Installing
!SLIDE
# Installing Python Properly
!SLIDE
# Installing Python Properly
!SLIDE small
# Best Practices
- Will recommend **distribute**, **pip**, and **virtualenv** out of the box.
Explicit directions for setup on every major OS.
- Instill a resistance to `doctest`
- Teach `datetime.utcnow()`
!SLIDE small
# Installation Guides
- PIL
- Python-MySQL