Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:help': 0.07; 'python': 0.09; 'subject:2.7': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr :python-list': 0.10; 'subject:Help': 0.10; "wouldn't": 0.11; ':-p': 0.16; 'samstag,': 0.16; 'scopes': 0.16; 'subject:] [': 0.16; 'threads': 0.16; 'wrote:': 0.17; 'subject:] ': 0.19; 'libraries': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'script': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'core': 0.27; 'then.': 0.27; 'perl': 0.29; 'projects.': 0.30; 'running': 0.32; 'problem': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'architecture': 0.34; 'from:addr:googlemail.com': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'modules': 0.36; 'anything': 0.36; 'problems': 0.36; 'subject: (': 0.36; 'received:209': 0.37; 'data': 0.37; 'some': 0.38; 'step': 0.39; 'think': 0.40; 'your': 0.60; 'from:no real name:2**0': 0.60; 'back': 0.62; 'between': 0.63; 'lot,': 0.95 Newsgroups: comp.lang.python Date: Sat, 22 Dec 2012 08:36:11 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.217.27.214; posting-account=cEKlTgoAAACa82UEsarDnR5Dm6ErawNg References: <8d4a5e03-0d2f-4157-bdfb-3a10a06ffba9@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 81.217.27.214 MIME-Version: 1.0 Subject: Re: [Help] [Newbie] Require help migrating from Perl to Python 2.7 (namespaces) From: prilisauer@googlemail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356194180 news.xs4all.nl 6951 [2001:888:2000:d::a6]:56597 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35376 Am Samstag, 22. Dezember 2012 14:54:27 UTC+1 schrieb Peter Otten: > 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. Yes, but my project couldn't be smaller, my core problem is how to exchange data between modules?!...