Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:help': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'subject:Help': 0.10; "wouldn't": 0.11; ':-p': 0.16; 'received:80.91.229.3': 0.16; 'received:dip.t-dialin.net': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-dialin.net': 0.16; 'scopes': 0.16; 'subject:] [': 0.16; 'threads': 0.16; 'wrote:': 0.17; 'subject:] ': 0.19; 'libraries': 0.22; 'script': 0.24; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'then.': 0.27; 'header:X-Complaints-To:1': 0.28; 'perl': 0.29; 'projects.': 0.30; 'running': 0.32; 'to:addr:python-list': 0.33; 'architecture': 0.34; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'modules': 0.36; 'anything': 0.36; 'problems': 0.36; 'subject: (': 0.36; 'data': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'step': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'your': 0.60; 'back': 0.62; 'lot,': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Peter Otten <__peter__@web.de> Subject: Re: [Help] [Newbie] Require help migrating from Perl to Python 2.7 (namespaces) Date: Sat, 22 Dec 2012 14:54:27 +0100 Organization: None References: <8d4a5e03-0d2f-4157-bdfb-3a10a06ffba9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: p50849b8d.dip.t-dialin.net User-Agent: KNode/4.7.3 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356184470 news.xs4all.nl 6959 [2001:888:2000:d::a6]:38902 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35362 prilisauer@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.