[Help] [Newbie] Require help migrating from Perl to Python 2.7 (namespaces)

Peter Otten __peter__ at web.de
Sat Dec 22 08:54:27 EST 2012


prilisauer at googlemail.com wrote:

> I don't know, Python allways looks for me like a one script "File". But
> there are big projects. like the the "Model of an SQL Server", using
> coordinators no problems running threads and exchange Data through a
> Backbone. I have searched a lot, but I havent find anything to write the
> "core" splited up into modules and geting over the scopes etc.
> 
> DO I have anything forgotten?! everything unclear?? :-P

I think you have to step back and acquire some experience with a smaller, 
less complex project... investigating libraries on which you can base your 
efforts may also be a good idea.

If the Perl program is well-structured there is no reason not to copy its 
architecture -- but I suspect you wouldn't want to migrate then.




More information about the Python-list mailing list