Category: Python
PEAK - Hatch Python eggs with setuptools
October 31st, 2006The setuptools framework, a side project of the Python Enterprise Application Kit (PEAK). setuptools replaces the standard distutils library and adds versioned package and dependency management to Python. Perl users will be familiar with CPAN, and Ruby u… more »
Python Reference Wiki goes EffBot
October 23rd, 2006(An Unofficial) Python Reference Wiki - The new (and temporary ?) place for the great and unofficial Python resources, by Mr EffBot. more »
pil performance tweaks in 1.1.6
October 5th, 2005...But being able to process nearly 2 million pixels per second in Python on average hardware is pretty amazing. When I started working with image processing, you had to use hand-tuned assembler to get anywhere near to that kind of performance.
Improv… more »
pyinstaller
October 5th, 2005PyInstaller is a program that packages Python programs into stand-alone executables, under Windows, Linux and Irix. This is similar to the famous py2exe, but PyInstaller works with any version of Python since 1.5, it builds smaller executables thanks to… more »
Shed Skin
September 26th, 2005Shed Skin is an experimental Python-to-C++ compiler. It can convert many Python programs into optimized C++ code, without any user intervention such as adding type declarations.
http://sourceforge.net/projects/shedskin/ more »
I am just a single person
September 26th, 2005Developer have serious problems !
Unfortunately I am just a single person,
and much work remains to be done...
http://shed-skin.blogspot.com/ more »
PyGoogle - A Python Interface to the Google API
September 25th, 2005PyGoogle is a python Interface to the Google API
This module is a wrapper for the Google Web APIs.
It allows you to do Google searches, retrieve pages from the Google cache, and ask Google for spelling suggestions.
PyGoogle more »
The cElementTree Module
August 5th, 2005The cElementTree module, by Fredrik Lundh is a C implementation of the ElementTree API.
Efficiently process big xml files with cElementTree
ElementTree is becoming python's standard XML framework.
It also supports processing data as it coming/loadi… more »
Python goes .NET - IronPython
August 3rd, 2005IronPython is a new implementation of the Python language targeting the Common Language Runtime (CLR). It compiles python programs into bytecode (IL) that will run on either Microsoft's .NET or the Open Source Mono platform. IronPython includes an intera… more »
ReleaseForge makes the sf release easy
August 2nd, 2005With Releaseforge you could very easy handle all your SourceForge releases.
ReleaseForge is a GUI application designed for project administrators and release engineers of projects that are hosted at SourceForge. It is intended to make it easier and fa… more »

