From f1827c06b22c7ac991b518994ce9a8104ea22579 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 5 Oct 2011 03:11:25 -0400 Subject: [PATCH] getting somewhere --- 0_intro/0_intro.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++ one/01_slide.md | 9 -------- showoff.json | 12 ++++++++++- 3 files changed, 65 insertions(+), 10 deletions(-) create mode 100644 0_intro/0_intro.md delete mode 100644 one/01_slide.md diff --git a/0_intro/0_intro.md b/0_intro/0_intro.md new file mode 100644 index 0000000..6d72589 --- /dev/null +++ b/0_intro/0_intro.md @@ -0,0 +1,54 @@ +!SLIDE +# API Design +# and +# Pragmatic Python + +!SLIDE bullets incremental +# Name Iterations + +* Why Python Sucks +* Python is a Cancer™ +* Kennethreitz Has Jumped the Shark™ + +I ♥ PYTHON + +!SLIDE +# ~Pragmatic Python +(or something to that effect) + + +!SLIDE +Hi, may name is: +github.com/ +# kennethreitz +I build things. + +!SLIDE +# I work. +[COUCH] + +Readability. + +!SLIDE incremental smbullets + +# Projects + +* Requests +* Tablib +* Legit +* OSX-GCC-Installer +* Clint +* Envoy +* HTTPBin +* ~198 Others + +!SLIDE +# Elsewhere + +The GitHub Reflog + +(Cash bribes and anonymous threats welcome) + +!SLIDE +# ~Pragmatic Python +(or something to that effect) diff --git a/one/01_slide.md b/one/01_slide.md deleted file mode 100644 index 39d68b7..0000000 --- a/one/01_slide.md +++ /dev/null @@ -1,9 +0,0 @@ -!SLIDE -# My Presentation # - -!SLIDE bullets incremental -# Bullet Points # - -* first point -* second point -* third point diff --git a/showoff.json b/showoff.json index ad987d1..f749745 100644 --- a/showoff.json +++ b/showoff.json @@ -1 +1,11 @@ -{ "name": "My Preso", "sections": [ {"section":"one"} ]} +{ + "name": "Python Sucks", + "sections": + [ + {"section": "0_intro"}, + {"section": "1_context"}, + {"section": "2_problem"}, + {"section": "3_proposal"}, + {"section": "4_conclusion"} + ] +}