diff --git a/input/spacepug.md b/input/spacepug.md index dce485f..c13a228 100644 --- a/input/spacepug.md +++ b/input/spacepug.md @@ -22,7 +22,7 @@ Developers interested in moving to Python 3, those who may want to use the "mult ## Python Level -Intermediate +This requires intermediate level knowledge of Python but assumes no prior knowledge of the "multipugging" library itself. ## Objectives @@ -53,10 +53,13 @@ Everyone knows the first thing a project should do is write their own test runne * Who am I? * History of dogs in space * Explain why pugs are awesome for space + - Measures of cuteness quantifiers between different animals + - The importance of shorter noses in Space-safe attire * Why Python 3? (10 min) * GIL changes * Text/bytes distinction, PEP 393 improvements * Under active development (it’s the future) + * Unicode support (potential for more cross-breed types in the future?) * multipugging library (10 min) * The problem: single feeder and cleaner doesn’t scale * The solution: distributed feeders and cleaners @@ -64,6 +67,10 @@ Everyone knows the first thing a project should do is write their own test runne * Live demo (4 min) * treadmill test runner (5 min) * Explain why other solutions don’t work and why we needed to write our own + - First attempt: laser pointer tester (less engaging) + - Redesigning: accomodating dog interest + - New version benefits: Compatibility with lack of gravity, avoidance of unhealthy treats + - New version design tradeoffs: threaded vs multiprocessing ## Additional Notes @@ -98,4 +105,4 @@ A reviewer would probably want to know more about the test runner section becaus # Attribution -This sample proposal was adapted from the [PyCon 2013 SpacePug Sample](https://us.pycon.org/2013/speaking/proposal_advice/samples/SpacePug/). \ No newline at end of file +This sample proposal was adapted from the [PyCon 2013 SpacePug Sample](https://us.pycon.org/2013/speaking/proposal_advice/samples/SpacePug/).