Description:
Announcements about the Python language. (Moderated)
|
|
|
ANN: PyGUI Mailing List
|
| |
There is now a mailing list for discussion of PyGUI: [link] What is PyGUI? -------------- PyGUI is a cross-platform GUI toolkit designed to be lightweight and have a highly Pythonic API. [link]
|
|
: IronPython 2.6 Release Candidate 3
|
| |
Hello Python Community, We're pleased to announce the third and hopefully final release candidate of IronPython 2.6 which can be downloaded at [link]. Release Candidate 3 only includes Silverlight-related changes pertaining to some incompatibilities between 2.6 RC1 and RC2. Those who utilize IronPython for non-Silverlight scenarios will happily find virtually no churn from RC2. We strongly encourage everyone interested in Silverlight to test out this release ASAP because we plan on releasing IronPython 2.6 final in a week if no major new regressions are detected.... more »
|
|
2to3c: an implementation of Python's 2to3 for C code
|
| |
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 preprocessor macros... more »
|
|
AVC 0.8.0 released
|
| |
Announcing AVC 0.8.0 ---------------------------- Webpage: [link] What is AVC? ----------------- AVC is a multiplatform, fully automatic, live connection among graphical interface widgets and application variables for the python language. AVC supports in a uniform way the most popular widget... more »
|
|
Release 0.19.0 of CodeInvestigator.
|
| |
CodeInvestigator 0.19.0 was released on November 20. Bug fixes: An issue with 'from module import *'. Functionality change: Removal of most of the items on the Entry Points screen: Indirect calls are now logged against the originating line. These calls were clogging up the Entry Points screen before.... more »
|
|
Book: Programming Python 3 (Second Edition) now available
|
| |
Hi, I'm delighted to announce that a new edition of my Python 3 book is now available in the U.S. "Programming in Python 3 (Second Edition): A Complete Introduction to the Python Language" ISBN 0321680561 [link] The book has been fully revised and updated and now covers both Python... more »
|
|
PyCon Posters deadline looms: Nov. 30
|
| |
The deadline for PyCon poster proposals is coming up soon - November 30! This year PyCon is introducing Poster Sessions. Poster sessions provide an alternative presentation mechanism that facilitates more one-on-one communication between the presenter and the audience. Poster sessions are particularly suited for topics of interest to a subset of the community, and... more »
|
|
ANN: PyGUI 2.1.1
|
| |
PyGUI 2.1.1 is available: [link] This is an emergency bugfix release to repair some major breakage in the gtk version. Also corrects some other problems. What is PyGUI? -------------- PyGUI is a cross-platform GUI toolkit designed to be lightweight... more »
|
|
IMDbPY 4.3
|
| |
IMDbPY 4.3 is available (tgz, rpm, exe) from: [link] IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies. With this release, a lot of bugs were fixed, and some minor new features introduced.... more »
|
|
|