> >way we ASP.NET at my company, and I'm having some trouble finding a good
> >way to organize all the code.
>
> My take on doing that in Python:
>
> Organize things into modules. Especially with an eye to potential reuse.
> Look at the module index in the docs to see how most of the "standard"
> modules focus on doing one thing well.
Hi Ryan,
And just making sure; are you using packages?
http://www.python.org/doc/tut/node8.html#SECTION008400000000000000000
Most large Python programs that I've seen will first partition their
functionality into modules, and if that's not enough, then they further
break themselves down into packages.
Best of wishes to you!
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor