mirror of
https://github.com/not-kennethreitz/python-for-humans.git
synced 2026-06-05 23:20:18 +00:00
508 B
508 B
!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.
!SLIDE
Explicit is better than implicit.
!SLIDE
Readability counts.
!SLIDE
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