Some things you probably don't want to read
- Numpy game of life
- Code illustrating numpy broadcasting
- Popularity of Standard Library Python Modules
- Badly-drawn graphs that estimate the popularity of Python Modules using screen scraping
- Runtime DLL patching
- How to make patching very difficult by doing it too late
- Siteswap to states
- Convert siteswap notation juggling patterns into a list of states
Some code you probably don't want to download.
- texttree
- A python module for parsing textual representations of trees
- Python XML RPC examples
- Examples of how to use javascript RPC client together with a Python server
- pywhich
- Command line program to print the source file for a given python module.(On PyPI)
- mlessvim.el
- An Emacs minor mode to provide vim-like text editing commands in emacs without having
separate command and insertion modes
- Mozilla Ubiquity Integration plugin
- A plugin to integrate symbolic expressions in x
- Mozilla Ubiquity Transport for London plugin
- A plugin to quickly get directions using the Transport for London website
- Mozilla Ubiquity Correct Spelling Guess plugin
- A plugin to find the correct spelling corresponding to a guessed spelling using google's "did you mean" feature
- UN Comtrade Screen-scraping and Color-Coded world maps
- Python code to get useful data sets from the UN Comtrade website and code to convert this (and other) data
into pretty pictures.
- Colorworld
- A Python module and command line to tool to produce world maps colored according to numeric data (chloropleths).
- Runtime DLL patching
- Example code to make patching very difficult by doing it too late
- Ply parser in a file
- Minimal sample code for a python Ply parser in one file.