mirror of
https://github.com/not-kennethreitz/python-for-humans.git
synced 2026-06-05 23:20:18 +00:00
codes
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user