Posted by: theinvinciblezombiecow on: August 8, 2008
Well, wrote my first python code today. It’s a simple class and associated unittests, just to get the hang of it. I’ve also adjusted my intentions a bit:
I’m using easy-eclipse as an IDE. Now we need some export to html functionality.
I’m going to use SQLAlchemy as mapper. It uses the DataMapper pattern, which is (imo) [...]