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,
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
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
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