Re: [SQLObject] Application Design Question
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Glenn R. <gru...@ed...> - 2011-12-11 19:05:35
|
Daniel & Oleg, > > creating one .py file for each class, but it's turning out to be a mess > > of include statements. > > He-he, Python is not Java! I was anticipating this response, but I did have good intentions when we set out. We are working on an application that will validate and export data from an archaic accounting system with 16 years of patchwork and zero documentation. Because we have no idea how things relate to each other, we just created a class for every table in the system and proceeded to work with them. Overall, it was a good refresher in Bad Python Coding Principles 101. In regards to the editor, seeing as how I'm on a windows machine, I've chosen to install Eclipse and PyDev to help manage this project as UltraEdit just didn't have the oomph to handle the sheer size of it all. |