Cython 0.12 released

2009-11-24 Thread Robert Bradshaw
Cython 0.12 has been officially released. You can get it directly from http://cython.org/ or at http://pypi.python.org/pypi/Cython/. This is the culmination of many months of work, including a mergeback of the experimental branch (after much testing) that was started earlier this year. == New

ANN: UliPad 4.0 released!

2009-11-24 Thread limodou
UliPad is a flexible editor, based on wxPython. It's has many features,just like:class browser, code auto-complete, html viewer, directory browser, wizard, etc. The main feature is the usage of mixin. This makes UliPad can be extended easily. So you can write your own mixin or plugin, or simple

ANN: SfePy 2009.4 released

2009-11-24 Thread Robert Cimrman
I am pleased to announce release 2009.4 of SfePy. Description --- SfePy (simple finite elements in Python) is a software, distributed under the BSD license, for solving systems of coupled partial differential equations by the finite element method. The code is based on NumPy and SciPy

PyCon registration is open

2009-11-24 Thread Catherine Devlin
PyCon registration has opened! http://us.pycon.org/2010/registration/ Registering early gets you early-bird registration rates, guarantees you the tutorials you want, and helps the PyCon volunteers plan better. Scheduled talk and tutorial lists: http://us.pycon.org/2010/conference/talks/

execnet-1.0.0: connecting (groups of) Python interpreters

2009-11-24 Thread holger krekel
Hi all, just uploaded execnet-1.0.0 to PyPI, a standalone-no-dependency package for elastic Python code distribution. execnet enables zero-install ad-hoc instantiation of local or remote Python processes. It establishes channels for basic data communication using a simple serialization scheme

py.test-1.1.1: compat fixes, setuptools-plugin registration

2009-11-24 Thread holger krekel
py.test/pylib 1.1.1: bugfix release, setuptools plugin registration This is a compatibility fixing release of pylib/py.test to work better with previous 1.0.x test code bases. It also contains fixes and changes to

Python-URL! - weekly Python news and links (Nov 24)

2009-11-24 Thread Gabriel Genellina
QOTW: ... it's generally accepted that COM sucks rocks through straws, so explore alternatives when they're available ;-) - Chris Withers http://groups.google.com/group/comp.lang.python/msg/29577c851ceed167 From nothing to a complete working program - Peter Otten on stepwise