There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Presentation Console: prescons.py This is a "pseudo-interactive" python console for giving presentations that involve some live coding. It reads code from an input file and runs it line by line. You can move through the code by hitting the space bar. You can also switch to (and from) a normal interactive console by pressing Ctrl-C. This allows you to inspect, and even make changes to, the console's environment in the middle of a presentation. There is a video of it in action, for my Europython talk on the descriptor protocol, at youtube.com/watch?v=D3-NZXHO5QI. The input file can be found at github.com/inglesp/Discovering-Descriptors/blob/master/descriptors.py. Suggestions, bug reports, patches welcome at github.com/inglesp/prescons. Usage: $ python prescons.py <filename> Alternatively, install the library from PyPI (eg with $ pip install prescons) and then run: $ python -m prescons <filename> Tested on Posix and Windows, and with pythons 2.7 and 3.2+ Thanks to Asim Ihsan (github.com/asimihsan) and Tom Close (github.com/TomClose) for testing and ideas.
python-data-structure-exercises
List and dictionary exercisesasync-requests
Discovering-Descriptors
Code from my talk "Discovering Descriptors" at Europython 2012Metaclasses
Code for my Djangocon talk "Advanced Python through Django: Metaclasses"http-crawler
A library for crawling websitesapogee
munger.py
django-amber
Harness the power of Django to build your static sites!qt3
dojo quantum ti tac toepyrela
Relational Algebra in Pythondjango-katas
Some exercises to practice using the Django ORMdjango-debug-toolbar-template-flamegraph
Generate a Flame Graph in Django Debug Toolbar for the rendering of a templatedjango-template-breakpoint
A template tag for dropping into a debugger inside a Django templatepyconpl-2014
Code samples for "Writing Maintainable Code" at PyCon PL 2014botany
PyCon UK 2018 bot tournamentdjango-security-workshop
A simple forum application for my workshop at PyCon UK 2015hurtle
Chortle lets you write run-time loadable extensions for SQLite in Pythonkith
kith is a little relational algebra enginequantumooxx
Quantum Noughts and Crossesfruit-salad-python
An exercise in communicating through codefruit-salad
A simple exercise in communicating through codeGame-of-Life
From the London Python Dojo February 2012Love Open Source and this site? Check out how you can help us