Message from administrator: (2008-07-11) Dear all five of you - i am actively working on rewriting this site (from quixote to django if you care) and moving it to another server, and hope to complete those tasks this month. I'll post an update when testing or downtime is imminent. Fyi, -dchud
User watkins [tags]
Thursday, 2008-01-03
Friday, 2007-11-09
Saturday, 2007-10-06
13:32
HtmlToText - flaxcode - Google Code
HTML to text conversion written in C with Python wrapper; a component of a full text search application being written of of Xappy Python interface to Xapian
Thursday, 2007-10-04
Monday, 2007-10-01
Wednesday, 2007-09-26
Tuesday, 2007-09-25
18:32
Dieter Steffmann @ typOasis - True Type Fonts
with tag
font
Free as in beer collection of true type fonts. Hat tip ALA.
Saturday, 2007-09-22
Thursday, 2007-09-20
Tuesday, 2007-09-18
10:33
Data Structures and Algorithms with Object-Oriented Design Patterns in Python
Free web-available text written by an instructor at University of Waterloo.
09:29
Pure Python HyperEstraier Client
with tags
python
hyperestraier
blocking and non-blocking (latter with Twisted)
Thursday, 2007-09-13
10:36
rst2a - Restructured Text to Anything
Web service providing ability to convert reStructuredText documents to "any" other format.
Sunday, 2007-09-09
Friday, 2007-09-07
Thursday, 2007-09-06
10:24
Python Package Index : webstemmer
Webstemmer is a web crawler and HTML layout analyzer. It extracts articles from news sites as plain text and removes banners, ads and/or navigation links automatically. You only need to give a URL of the top page of a site and it works in an almost fully automatic way with little human intervention.
Sunday, 2007-08-26
11:19
python-pgsql bindings
Based on PyGreSQL but feels more solid, includes a bulkload() capability which likely uses pg's COPY command - very fast for large initial imports.
Prepared statement support, unlike psycopg2 - all in all pretty solid despite being a new offshoot.
Thursday, 2007-08-23
11:32
Juicy Studio: E-shop accessibility: from theory to reality
with tags
accessibility
ecommerce
Something of a case study based on experience with made-in-venice.com
Tuesday, 2007-08-21
Wednesday, 2007-08-08
Tuesday, 2007-08-07
Monday, 2007-08-06
Saturday, 2007-08-04
02:00
Alrond | The performance test of 6 leading frameworks
CodeIgniter on PHP; Catalyst on Perl; * Django on Python; Django on Python with Psyco; RubyOnRails on Ruby; Symfony on PHP; TurboGears on Python
Friday, 2007-07-27
Thursday, 2007-07-26
Tuesday, 2007-07-24
10:06
Django Master Class
Some interesting comments on scaling not specific to Django discussed later on in presentation using LiveJournal example.
Wednesday, 2007-07-18
09:05
Dr. Dobb's | Programming Language Format String Vulnerabilities | February 2, 2007
Overview of string format exploits and language specific discussion
Monday, 2007-07-16
Friday, 2007-07-13
Thursday, 2007-07-12
Wednesday, 2007-07-11
Sunday, 2007-07-08
12:45
Vim reStructured Text
A very cool add-on to vim which allows for in-vim conversion of rst files to xhtml or pdf; macros, include css and the lot!
Monday, 2007-07-02
04:44
Dive Into Python
A readable introduction to Python aimed more at programmers having at least some experience with other languages.