diff --git a/README.md b/README.md new file mode 100644 index 0000000..05daf03 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# API Design & Pragmatic Python + +## tl;dr + +- Publish Modules for Humans +- Help with Python-Guide \ No newline at end of file diff --git a/custom.css b/custom.css index 692cb7b..34d058d 100644 --- a/custom.css +++ b/custom.css @@ -10,3 +10,6 @@ color: red; } +.top { + margin-top: 50px !important; +} diff --git a/pragmatic_packages/1_content.md b/pragmatic_packages/1_content.md index 6f9d301..10189cb 100644 --- a/pragmatic_packages/1_content.md +++ b/pragmatic_packages/1_content.md @@ -15,15 +15,18 @@ !SLIDE # Philosophy. + !SLIDE # We share a dark past: Perl, Java, PHP, ColdFusion, Classic ASP, *&c*. + !SLIDE code # The Zen of Python. >>> import this + !SLIDE ## Beautiful is better than ugly. @@ -377,10 +380,12 @@ A powerful module that . !SLIDE ## The Hitchhiker's Guide to Python -# DON'T PANIC! - http://python-guide.org +!SLIDE code top +![DON'T PANIC](ext/dont-panic.jpeg) + + !SLIDE - A guidebook for newcomers. - A reference for seasoned veterans.