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"} ] }