This commit is contained in:
Kenneth Reitz
2011-10-10 00:56:41 -04:00
parent a218f6da1a
commit cf84cfbabf
9 changed files with 12 additions and 33 deletions
-18
View File
@@ -1,18 +0,0 @@
!SLIDE
## Questions?
!SLIDE github bigger
github.com/kennethreitz
!SLIDE bigger
@kennethreitz
!SLIDE bigger bullets incremental
# Slides
- https://github.com/kennethreitz/python-for-humans
- http://python-for-humans.heroku.com
@@ -2,15 +2,6 @@
# Python for Humans
(or something to that effect)
<!-- !SLIDE bullets incremental
#yay
- No ulterior motives.
- A call for reevaluate our values
- Most of the problems that we're going to discuss today are simple.
-->
!SLIDE
# Philosophy.
@@ -200,9 +191,9 @@ based on practical rather than theoretical considerations.
!SLIDE incremental
# Let's Break it down.
What *is* HTTP at it's core?
What *is* HTTP at its core?
- a small set of methods with consistent parameters
- A small set of methods with consistent parameters.
- HEAD, GET, PUSH, POST, PUT, PATCH, DELETE
- They all accept headers, url parameters, and form data.
@@ -240,7 +231,7 @@ What *is* HTTP at it's core?
!SLIDE incremental
# Achievement Unlocked!
- a small set of methods with consistent parameters
- A small set of methods with consistent parameters.
- HEAD, GET, PUSH, POST, PUT, PATCH, DELETE
- They all accept headers, url parameters, and form data.
@@ -348,8 +339,8 @@ Decisions, decisions.
!SLIDE incremental
# Packaging and Dependencies
- pip or easy_install?
- setuptools isn't included with python?
- Pip or easy_install?
- Setuptools isn't included with python?
- Distribute? Why?
- No easy_uninstall?
- Broken `setup.py`s
+6
View File
@@ -0,0 +1,6 @@
!SLIDE
## Questions?
!SLIDE github bigger
github.com/kennethreitz

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

+1 -1
View File
@@ -2,6 +2,6 @@
"name": "Python for Humans",
"sections":
[
{"section": "pragmatic_packages"}
{"section": "python-for-humans"}
]
}