Description:
Announcements about the Python language. (Moderated)
|
|
|
ANN: Pyrex 0.9.7
|
| |
Pyrex 0.9.7 is now available: [link] Highlights of this version: * I have streamlined the integer for-loop syntax. Instead of the loop variable redundantly appearing in two places, it's now just for x < i < y: ... * If you declare a variable as a list or dict, then calls... more »
|
|
Wing IDE 3.1 released
|
| |
Hi, Wingware has released version 3.1 of Wing IDE. The release is available for all three product levels of Wing IDE and can be found here: [link] *New Features* This release adds the following features not found in Wing 3.0.x: * Support for zip archives * Support for pkg_resources name spaces and eggs... more »
|
|
pybonjour 1.1.1 now available
|
| |
pybonjour 1.1.1 is now available for download at [link] pybonjour provides a pure-Python interface (via ctypes) to Apple Bonjour and compatible DNS-SD libraries (such as Avahi). It allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local... more »
|
|
RELEASED Python 2.6a3 and 3.0a5
|
| |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On behalf of the Python development team and the Python community, I am happy to announce the third alpha release of Python 2.6, and the fifth alpha release of Python 3.0. Please note that these are alpha releases, and as such are not suitable for production environments. We continue to strive for a... more »
|
|
Paver 0.7: Better than distutils, better docs and more
|
| |
Paver ([link]) is a "task" oriented build, distribution and deployment scripting tool. It's similar in idea to Rake, but is geared toward Python projects and takes advantage of popular Python tools and libraries. Paver can be seen as providing an easier and more cohesive way to work... more »
|
|
Plotdb fiction writer's database.
|
| |
I am pleased to announce the availability of an application developed to aid fiction writers on Linux. It is called plotdb, the plot database. It is designed to help track all the components of a story, including characters, objects, concepts and locations, and to attach them to chapters and scenes in a way that facilitates the story-writing component... more »
|
|
Python Bootcamp at Big Nerd Ranch
|
| |
"It's just a flesh wound!" - Student Review Just a quick reminder that it's not too late to register for my upcoming Python Bootcamp course at Big Nerd Ranch, June 9 - 13 in Atlanta, GA. [link] This class is an intense hands-on introduction to Python and its standard libraries. Even... more »
|
|
ANN: Assembly Line 0.5
|
| |
I've uploaded a new version of my PyWeek 6 game, Assembly Line. [link] As a potential Pyggy entry, I'm keen to get some testing and feedback on it. This version is greatly expanded. Some of the new features include: * More machine types and enhanced machine functionality... more »
|
|
|