The Python Papers Anthology
Not a member yet
207 research outputs found
Sort by
The OLPC XO: Python bringing education to the world's poorest children (and how you can help!)
Kiwi PyCon 2009 (New Zealand) - Title and Front Matters
Title, Sponsors, License Disclaimer, Preface, Organising Committee and Table of Published Paper
Pyserf. A shortcut for writing C extensions in C
There are many clever ways of connecting Python and C code together, but pyserf is not one of those. It is just a short script that parses a module outline and produces an idiomatic template for a C extension providing the same signatures, so all you need to do is write the bits that actually do stuff
Stackless Python 101 - Handout
An introduction to Stackless Python, showing what it is useful for and how to use it
Charming the real world : Python meets the Arduino and physical computing
Learn how to use your knowledge of Python to control objects in the Real World (TM) with the Arduino open-source electronics prototyping platform and physical computing