New Mayavi release
Announcement of new Mayavi releases (3.3.0 & 3.3.1) detailing new features, bug fixes, and contributor acknowledgments.
Announcement of new Mayavi releases (3.3.0 & 3.3.1) detailing new features, bug fixes, and contributor acknowledgments.
A personal recap of the author's experiences and key technical talks from days 2-4 of the PyCon 2010 conference.
Using Modipyd's pyautotest with Growl notifications for automated, feedback-driven Python testing during development.
A guide to using Django's template2pdf app to render RML templates directly into PDF files within web applications.
A personal recap of the first two days at PyCon 2010, covering the Language Summit and key Python community discussions.
Compares the committer models and development processes of three Python projects: Unladen Swallow, PyPy, and Django.
Explores the Aikon project, a robotic artist using Python, SciPy, and the Enthought Tool Suite to create sketches, blending art and technology.
Announcing EuroScipy 2010, a European conference on Python for scientific computing, featuring tutorials and keynote speakers in Paris.
Explores solving the running median problem in Python, comparing clever, educational, and research approaches, and presents an indexable skiplist solution.
A developer details their migration from a dynamic Django site to the static site generator Hyde, explaining the technical motivations and process.
A review of 'Dive into Python 3', a book for programmers learning Python, covering its content, style, and availability.
Announcing django-wsgi, a package to bridge Django and the WSGI world, allowing Django views/URLConfs to be exposed as WSGI apps and vice versa.
Developer integrates Python's pycairo with XCB bindings to create XCB surfaces directly, bypassing Xlib dependency.
Announcement of the SciPy 2009 proceedings with improved peer-reviewed papers on scientific computing tools and applications.
A developer shares the challenges of starting a new project with Cython and Python 3, detailing a frustrating bug hunt and attempt to get it fixed.
Announcement of EuroScipy 2010, the 3rd European Python in Science conference in Paris, with tutorials and talks on scientific computing.
Explains how to use a Python metaclass to solve recursive class definition issues when modeling a C++ API, similar to Django's approach.
A final review of the 'Python Essential Reference' book, highlighting its in-depth coverage of concurrency and network programming.
Explains how to use the PLY parser generator with a custom, hand-written lexer instead of PLY's built-in lexer.
A 2009 benchmark comparing CPython, Unladen Swallow, and PyPy performance on a Mandelbulb application, analyzing JIT patch results.