Description:
Announcements about the Python language. (Moderated)
|
|
|
pyspread 0.0.12a released
|
| |
Pyspread is getting close to the first Beta. This new release should work with Windows as well as with Linux. About ----- Pyspread is a cross-platform Python spreadsheet application. It is based on and written in the programming language Python. Instead of spreadsheet formulas, Python expressions are entered into... more »
|
|
yappi v0.3
|
| |
Hi, yappi(yet another python profiler) is a Python Profiler with multithreading support. This is the last beta version with some major changes and bugfixes: v0.3 Changes --------- [+] yappi did not compile out of box on VS2008. Fix the compile issues. (Thanks to Kevin Watters) [+] tidy up stat formatting code. that's previously messy.... more »
|
|
Python Ireland's Christmas meetup
|
| |
Hi All, When: Wed 9th Dec, 18:30 Where: Bull and Castle, Christchurch, D2 What: - Food will be provided, please RSVP<[link]>by 6th Dec so we can ensure that we have enough platters. - Raffle with prizes thanks to O'Reilly and Apress. Proceeds will go to... more »
|
|
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 »
|
|
|