git.fiddlerwoaroof.com
Browse code

Update README.markdown

fiddlerwoaroof authored on 03/03/2012 23:51:05
Showing 1 changed files
... ...
@@ -7,6 +7,10 @@
7 7
 - [memoize_and_partialfuncs.py](memoize_and_partialfuncs.py) a python implementation of memoization and piecewise definition of functions
8 8
 - [piecewise_function.py](piecewise_function.py) a better implementation of piecewise functions
9 9
 - [registry.py](registry.py) an implementation of a registry pattern that allows the registered objects to be registered either by a "with" statement or a function call
10
+- [pydit](pydit) open a file specified by python module name (e.g. twisted.web.http) in vim
11
+- [modpath](modpath) print the path to a python module on stdout
12
+- [a_an_checker](a_an_checker) check English text for proper usage of a/an
13
+
10 14
 
11 15
 
12 16
 All code is under the Apache Licence 2.0
13 17
\ No newline at end of file