Archive for the 'Python' Category

Plugin Framework/Architecture

Tuesday, January 22nd, 2008

There is an interesting write up on plugin architecture – g :: A Simple Plugin Framework
A project that I’m working on is going to require a plugin framework for a number of things: Logic, Data Storage, Reporting and I’ve been keeping my eyes open for papers/articles on plugin frameworks.  Do you know of any resources/articles?

Python in the Browser - brought to you by Microsoft?

Tuesday, May 1st, 2007

Who would have guessed that MS would be the first to really put python in the browser? I know you can jump through hoops to make a browser support python but it was not something you could do for a public website.
There have been a bunch of announcements in the past couple of days about […]

PyCon: Talk to people.

Tuesday, February 27th, 2007

Ned Batchelder blogged some good PyCon advice tonight, “Talk to people.” I completely agree with him on that point.
This was my second PyCon and I spoke to a vastly larger group of people than I did when I attend PyCon 2002. While I did say Hello to a number, the one real conversation […]

ExoTagging with SQLAlchemy

Saturday, February 24th, 2007

After listening to the wonderful things being said about SQLAlchemy at PyCon, I wondered if the following idiom could be implemented as a Domain Object with SQLAlchemy.
Often we have legacy data that we have read only access, to which we need to associate additional meta information. Before this has always meant that the application […]