Vancouver Python Workshop - Talk submission deadline

2006-06-16 Thread Brian Quinlan
What's New? === This is your last change to submit a talk for the Vancouver Python Workshop. Talks will be accepted until Friday June 16th. This is a great opportunity for you to share your project or interests with the Python community, so please take advantage of it! To submit a talk,

ANNOUNCE: Zenoss-0.20.1

2006-06-16 Thread Erik A. Dahl
Version 0.20.1 of Zenoss is available for download. This version fixes several issues, upgrades to Twisted-2.4 and adds finer grained monitoring control on device components such as: IpInterfaces, FileSystems, and HardDisks. Project Home: http://www.zenoss.org/ To download: http://www.zenoss

Shed Skin Optimizing Python-to-C++ Compiler 0.0.10

2006-06-16 Thread Mark Dufour
Hi all, I have just released version 0.0.10 of Shed Skin, an optimizing Python-to-C++ compiler. It allows for translation of pure (unmodified), implicitly statically typed Python programs into optimized C++, and hence, highly optimized machine language. Many non-trivial benchmarks (ray tracer, che

PythonPerl 0.9

2006-06-16 Thread Bruno Obsomer
You love Python, but think Perl can be useful anyway. You can now mix the two in a single program with the new Python module: PythonPerl (version 0.9, GPL license) It is as simple to use as: >>> import perl >>> perl.addVariable('a', ['foo', 'bar']) >>> perl.execute('$b = $a[0]') >>> perl.getVari