Popular Python projects with lots of pure Python code

Greg Ewing greg at cosc.canterbury.ac.nz
Fri Aug 13 00:01:07 EDT 2004


Brett C. wrote:
> For my thesis (once the bloody thing stops throwing bugs at me) I am 
> going to need to collect stats on the frequency that atomic types in 
> local variables are applied to various opcodes and methods.  That means 
> that I need something to collect stats off of.

You're welcome to munge through the code of
my 3 main Python projects:

http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex
http://www.cosc.canterbury.ac.nz/~greg/python/Plex
http://www.cosc.canterbury.ac.nz/~greg/python_gui

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list