[Tutor] Converting from a single module to a package

Tim Johnson tim at johnsons-web.com
Fri Aug 5 21:25:08 CEST 2011


I'm been coding in python now for close to 10 years.  one of the
modules that I have composed for re-use has gotten pretty big:

It is implemented as 

import tlib as std

I am thinking about 'downsizing' this module and breaking it up into
smaller components, thus a package. And I would like to do this
without a lot of code revisions.

I would welcome references to URLs on this topic.

thanks
-- 
Tim 
tim at johnsons-web dot com or akwebsoft dot com
http://www.akwebsoft.com


More information about the Tutor mailing list