Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries from June 2006

SQLAlchemy = Another great SQL Frameword

June 19th, 2006 · No Comments

Just a few days ago, I was talking about how much I enjoy PySqlite, and now I’ve found another great tool for my SQL war chest. SQLAlchemy
I am already using it for another part of a big multi-database reporting project. The fun part for me is that it is more modular and less demanding […]

[Read more →]

Tags: Libraries · Python

Fixed a Wordpress Feedburner Replacement Bug

June 10th, 2006 · 2 Comments

This morning I logged into Feedburner to check my stats. AAAARGH! 0 subscribers on all my blogs.

[Read more →]

Tags: PHP · Plugins · Wordpress

Discovered the killer combo of Pysqlite and SQLObject

June 8th, 2006 · 2 Comments

At work, I’m doing a bunch of data acquisition on various machines outside the firewall. I think I’ve hit on an absolutely great combination of Python technologies to do this in a really manageable and scalable manner.
The design constraints:

No long-running processes. These are heavily loaded boxes. The data acquisition will run via […]

[Read more →]

Tags: Design · Libraries · Python

iSale Review

June 4th, 2006 · No Comments

LAtely, I’ve been using iSale to help me list items on eBay. I’ve used it enough now that I can give a reasonable review of its functionality.

[Read more →]

Tags: Reviews