Hello Python Community,
We're pleased to announce the third and hopefully final release candidate of
IronPython 2.6 which can be downloaded at
http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=36150.
Release Candidate 3 only includes Silverlight-related changes pertaining t
There is now a mailing list for discussion of PyGUI:
http://mail.python.org/mailman/listinfo/pygui
What is PyGUI?
--
PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API.
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
--
Gre
I've written a tool to help people port their C python extensions from
Python 2 to Python 3.
It uses the Coccinelle tool [1] to apply a series of "semantic patches"
to .c files. I also had to code one of the refactorings in python with
regular expressions (due to the need to manipulate preprocesso