Automatic Python import mechanism: autoimp initial release

2006-06-11 Thread Connelly Barnes
Author: Connelly Barnes License: Public domain. I got sick of writing "import X" in Python. So, I created the module autoimp, which imports all modules automatically: >>> from autoimp import * >>> os.stat('.') >>> Image.open('test.bmp') >>> pylab.plot([1,2],[3,4]) >>> scipy.linalg.eig

[ANN] clnum-1.2.1 Class Library For Numbers Python Binding

2006-06-11 Thread Raymond L. Buvel
The clnum package adds rational numbers and arbitrary precision floating point numbers in real and complex form to Python. Also provides arbitrary precision floating point replacements for the functions in the math and cmath standard library modules. Home page: http://calcrpnpy.sourceforge.net/cln