From cf84cfbabf6b62b5a8ccaf0d70799c865bb0fcf7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Oct 2011 00:56:41 -0400 Subject: [PATCH] sp &c --- pragmatic_packages/2_outro.md | 18 ----------------- .../0_intro.md | 0 .../1_content.md | 19 +++++------------- python-for-humans/2_outro.md | 6 ++++++ .../ext/changelog.png | Bin .../ext/dont-panic.jpeg | Bin .../ext/moo.png | Bin .../ext/readability.png | Bin showoff.json | 2 +- 9 files changed, 12 insertions(+), 33 deletions(-) delete mode 100644 pragmatic_packages/2_outro.md rename {pragmatic_packages => python-for-humans}/0_intro.md (100%) rename {pragmatic_packages => python-for-humans}/1_content.md (94%) create mode 100644 python-for-humans/2_outro.md rename {pragmatic_packages => python-for-humans}/ext/changelog.png (100%) rename {pragmatic_packages => python-for-humans}/ext/dont-panic.jpeg (100%) rename {pragmatic_packages => python-for-humans}/ext/moo.png (100%) rename {pragmatic_packages => python-for-humans}/ext/readability.png (100%) diff --git a/pragmatic_packages/2_outro.md b/pragmatic_packages/2_outro.md deleted file mode 100644 index 398e4b2..0000000 --- a/pragmatic_packages/2_outro.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/pragmatic_packages/0_intro.md b/python-for-humans/0_intro.md similarity index 100% rename from pragmatic_packages/0_intro.md rename to python-for-humans/0_intro.md diff --git a/pragmatic_packages/1_content.md b/python-for-humans/1_content.md similarity index 94% rename from pragmatic_packages/1_content.md rename to python-for-humans/1_content.md index 5f3520c..0d9fd72 100644 --- a/pragmatic_packages/1_content.md +++ b/python-for-humans/1_content.md @@ -2,15 +2,6 @@ # Python for Humans (or something to that effect) - - - !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 diff --git a/python-for-humans/2_outro.md b/python-for-humans/2_outro.md new file mode 100644 index 0000000..662f7bc --- /dev/null +++ b/python-for-humans/2_outro.md @@ -0,0 +1,6 @@ +!SLIDE +## Questions? + + +!SLIDE github bigger +github.com/kennethreitz diff --git a/pragmatic_packages/ext/changelog.png b/python-for-humans/ext/changelog.png similarity index 100% rename from pragmatic_packages/ext/changelog.png rename to python-for-humans/ext/changelog.png diff --git a/pragmatic_packages/ext/dont-panic.jpeg b/python-for-humans/ext/dont-panic.jpeg similarity index 100% rename from pragmatic_packages/ext/dont-panic.jpeg rename to python-for-humans/ext/dont-panic.jpeg diff --git a/pragmatic_packages/ext/moo.png b/python-for-humans/ext/moo.png similarity index 100% rename from pragmatic_packages/ext/moo.png rename to python-for-humans/ext/moo.png diff --git a/pragmatic_packages/ext/readability.png b/python-for-humans/ext/readability.png similarity index 100% rename from pragmatic_packages/ext/readability.png rename to python-for-humans/ext/readability.png diff --git a/showoff.json b/showoff.json index 1006c67..d79d325 100644 --- a/showoff.json +++ b/showoff.json @@ -2,6 +2,6 @@ "name": "Python for Humans", "sections": [ - {"section": "pragmatic_packages"} + {"section": "python-for-humans"} ] }