- Read on Monday, June 29, 2009
-
-
Instant Django
A portable Django development environment for Windows.
Visit
-
Instant Django
- Read on Thursday, June 18, 2009
- Read on Sunday, June 14, 2009
-
-
app-engine-patch
Looks pretty good, maybe I'll give it a try.
Visit
-
app-engine-patch
- Read on Thursday, June 11, 2009
-
-
manage.py for eclipse with pydev debugging
Showing how to configure Eclipse with PyDev to give you code complete, and breakpoints.
Visit -
django-markup docs
This app is a generic way to provide filters that convert text into html.
Visit
-
manage.py for eclipse with pydev debugging
- Read on Tuesday, June 2, 2009
- Read on Saturday, May 2, 2009
-
-
GChartWrapper 0.8
Python wrapper for the Google Chart API. The wrapper can render the URL of the Google chart, based on your parameters, or it can render an HTML img tag to insert into webpages on the fly. Made for dynamic python websites (Django,Zope,CGI,etc.) that need on the fly chart generation without any extra modules. Can also grab the PIL Image instance of the chart for manipulation. Works for Python 2 and 3.
Visit
-
GChartWrapper 0.8
- Read on Friday, May 1, 2009
-
-
django-piston
Piston is a relatively small Django application that lets you create APIs for your sites.
Visit
-
django-piston
- Read on Tuesday, April 28, 2009
-
-
How to use oauth-python-twitter
Using OAuth for authentication is quite different then using Basic Auth in many ways, first major difference is that one don’t know the username until it is requested from twitter after completing the authentication process.
Visit
-
How to use oauth-python-twitter
- Read on Monday, April 27, 2009
-
-
django-campaign
A basic newsletter app for the Django webframework.
Visit
-
django-campaign
- Read on Sunday, April 26, 2009
- Read on Thursday, April 23, 2009
-
-
django-reversion
Reversion is an extension to the Django web framework that provides comprehensive version control facilities.
Visit
-
django-reversion
- Read on Tuesday, April 21, 2009
-
-
Haystack - Search for Django
Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be.
Visit
-
Haystack - Search for Django
- Read on Tuesday, March 31, 2009
- Read on Friday, March 27, 2009
- Read on Sunday, February 8, 2009
-
-
django-command-extensions
Great collection of command, field and admin extensions for my favourite web framework: Django.
Visit
-
django-command-extensions
- Read on Wednesday, December 10, 2008
-
-
Developing or being developed?: Create Excel file with Python: My sort manual for pyExcelerator
For the needs of my work I had to write a python script that will create an spreadsheet document (Excel type) that would work in any platform. This post explains how to work with pyExcelerator.
Visit
-
Developing or being developed?: Create Excel file with Python: My sort manual for pyExcelerator
- Read on Monday, December 8, 2008
-
-
What’s New In Python 3.0 — Python v3.1a0 documentation
This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as “Python 3000” or “Py3K”, is the first ever intentionally backwards incompatible Python release. There are more changes than in a typical release, and more that are important for all Python users.
Visit
-
What’s New In Python 3.0 — Python v3.1a0 documentation
- Read on Friday, November 21, 2008
-
-
Fabric
Fabric is a simple pythonic remote deployment tool. It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile.' It is a bit like a dumbed down Capistrano, except it's in Python, doesn't expect you to be deploying Rails applications, and the 'put' command works.
Visit
-
Fabric
- Read on Tuesday, November 4, 2008
-
-
Gems of Python
Eric Florenzano shows some python built ins, which aren't used very often but are very helpful. I didn't use of them -- until now.
Visit -
Database triggers aren't evil, and they actually kind of rock
This post shows a way to use triggers for denormalized data instead of the usual approch of using signals.
Visit
-
Gems of Python
- Read on Tuesday, October 28, 2008
-
-
Screencast 2: Logging in Django, for fun and profit
This screencast is going to be about how to use the python logging module in Django. It's in the Python standard library, so there is nothing extra to install to use the simple python logging module. The screencast also makes use of the excellent Django-Logging, which should be downloaded and installed beforehand.
Visit
-
Screencast 2: Logging in Django, for fun and profit
- Read on Friday, October 17, 2008
-
-
Python-Levenshtein - Michael G. Noll
The Levenshtein Python C extension module contains functions for fast computation of * Levenshtein (edit) distance, and edit operations * string similarity * approximate median strings, and generally string averaging * string sequence and set similarity It supports both normal and Unicode strings.
Visit
-
Python-Levenshtein - Michael G. Noll
- Read on Friday, September 12, 2008
- Read on Friday, August 15, 2008
-
-
Serving static files with Django and AWS - going fast on a budget
Great explanation of how to conditionally avoid Django and send static files through lighttpd directly. Here is also explained how to use and integrate AWS for difficult calculation jobs.
Visit
-
Serving static files with Django and AWS - going fast on a budget
- Read on Friday, August 1, 2008
-
-
Update All Apps to Latest Revision
This snippet updates all apps in the current directory using hg, svn, git or bzr. Including subdirectories not under version control (subfolders to keep your stuff organized).
Visit
-
Update All Apps to Latest Revision
- Read on Tuesday, July 8, 2008
-
-
View Permission Decorator Helper
Very simple way to define permissions... Very DRY.
Visit
-
View Permission Decorator Helper
- Read on Tuesday, July 1, 2008
-
-
Amazon S3 Library for REST in Python
A library in Python for working with the Amazon S3 REST interface.
Visit
-
Amazon S3 Library for REST in Python
- Read on Friday, June 27, 2008
-
-
Simple image masking with PIL
Small how-to: Creating an image with a frame using PIL.
Visit
-
Simple image masking with PIL
- Read on Wednesday, June 25, 2008
-
-
Quick reStructuredText
Helpful overview of reStructuredText.
Visit -
Wie ein Informatiker denken lernen mit Python
Great Python overview in German.
Visit
-
Quick reStructuredText
- Read on Monday, June 9, 2008
-
-
reStInPeace
reStInPeace is a little apllication to manage your documents in reStructuredText format.
Visit
-
reStInPeace
- Read on Friday, May 30, 2008
-
-
MySQL and Python and Unicode
With Python when establishing a database connection add the following flag: init_command='SET NAMES utf8'.
Visit
-
MySQL and Python and Unicode
- Read on Monday, May 26, 2008
-
-
pyscrobble
A Python interface to the Last.fm webservices.
Visit
-
pyscrobble
- Read on Monday, May 19, 2008
-
-
python-pownce-api
Python implementation of Pownce API.
Visit
-
python-pownce-api
- Read on Thursday, May 15, 2008
-
-
Contributed Middleware
Frequently updated list of contributed django middleware.
Visit
-
Contributed Middleware
- Read on Monday, May 5, 2008
-
-
Writing MySQL Scripts with Python DB-API
How to use plain SQL in Python.
Visit
-
Writing MySQL Scripts with Python DB-API

