On 11 December 2011 17:22, Daniel Fetchinson <fetchin...@googlemail.com>wrote:
> > I need help managing my project files. I've got over 120 class files
> > each that have their own specific validation routines. Most of which
> > are pretty tame, but some are pretty nasty. Anyways, I took a stab at a
> > creating one .py file for each class, but it's turning out to be a mess
> > of include statements. Going back to a single file makes for a HUGE
> > file which is manageable, but annoying when searching for particular
> code.
> >
> > Anyways - I though I'd ask to see if there were any examples or
> > resources out there that I could look at that would help me clean this
> up.
>
>
As Oleg and Daniel suggest, using good IDE is the great advantage.
Personally, I am using Eric4 <http://eric-ide.python-projects.org/> which
is long time well supported and maintained.
You can maintain/manage the whole project. You can see all files for the
project. You can see all classes within each file. You can see all
attributes and functions if any. You can make string search through the all
files in the project .... and many many more.
Of course there are plenty of other IDE for
Python<http://wiki.python.org/moin/PythonEditors>
.
Cheers
Petr
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss