Docunext


Back to Python

June 26th, 2008

I have a hard time with python for some reason. So many people have told me about how it "makes sense", but when I try to use it, it seems very arbitrary. I guess its that I'm not a classically trained programmer (or trained at all for that matter), because the debug-as-you-code methods possible with php and to some extent perl suit me well.

Not one to give up, I've been hammering away with python. I do like how its easier to read. I have trouble with how the modules work though, as well as imports and the dot notation used to navigate paths. Oh well, I've been able to trial-and-error it well enough to get by.

Now I'm wondering what I should use for a database abstraction layer? AdoDB? SQL Alchemy? I don't really want a full object persistence layer, I think that's what SQL Alchemy is all about.... any suggestions?

AdoDB for python

I'm making a little headway with this. Big surprise - no built in or handy function for converting between a python dict and a simple xml string. Too bad! There are many python functions out there, but its not really worth it for my purposes. Another snafu is that the MySQL driver uses %s to bind parameters instead of ?. Odd.

SQLRelay

I still have to try SQLRelay.

Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022