Python certification announcement

2005-06-06 Thread High-Level Certifications
High-Level Certifications would like to announce its programming language certification in Python. This certification seeks to provide the Python community with an up-to-date, platform-neutral, vendor-neutral certification administered in a secure proctored environment. As Python's popularity con

ANN: wxPython 2.6.1.0

2005-06-06 Thread Robin Dunn
Announcing -- The 2.6.1.0 release of wxPython is now available for download at http://wxpython.org/download.php. Anybody keeping track will probably notice that the prior release (2.6.0.1) was released just about a week ago. This short turn-around time is because I was slow getting the

ANN: pyc -- python compiler in python

2005-06-06 Thread Stelios Xanthakis
Hi. pyc is a compiler that compiles source code to bytecode and it's written entirely in python. It's based on the compiler package from the stdlib but the parser/lexer are implemented in python. Moreover, it does some optimizations on the bytecode. http://students.ceid.upatras.gr/~sxanth/p

Announce: Python for .NET 1.0 RC2 released

2005-06-06 Thread Brian Lloyd
Hi all - I'm happy to announce the release of Python for .NET 1.0 RC2. You can download it from: http://www.zope.org/Members/Brian/PythonNet Highlights of this release: - Changed some uses of Finalize as a static method name that confused the Mono compiler and people reading the cod