Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.01; 'modules.': 0.07; 'python': 0.07; 'bye.': 0.09; 'caller': 0.09; 'received:mail-bw0-f46.google.com': 0.09; 'java.': 0.16; 'received:209.85.214.46': 0.16; 'subject:OOP': 0.16; 'subject:modules': 0.16; 'writes:': 0.20; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'code': 0.22; 'cc:addr:python-list': 0.22; 'example': 0.24; 'message-id:@gmail.com': 0.30; 'cc:addr:python.org': 0.31; 'annoying': 0.31; 'subject:only': 0.31; 'called': 0.32; 'apply': 0.34; 'sense,': 0.35; 'charset:us- ascii': 0.36; 'enough': 0.37; 'some': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'but': 0.38; 'languages': 0.38; 'received:209.85.214': 0.39; 'received:de': 0.39; 'received:209': 0.39; 'header:Mime-Version:1': 0.39; 'how': 0.39; 'would': 0.40; "it's": 0.40; 'header:Received:5': 0.40; 'order': 0.61; 'header :Message-Id:1': 0.62; 'manner': 0.63; 'scheme.': 0.68; 'freedom': 0.69; 'troubles': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:cc:to:mime-version:x-mailer; bh=J77HbIwWky9lZKPqiHSkTmLTd6SrCeqho4/KopCRu8A=; b=uvPE2TVPbNgyygBji0XXExmxpQugmVSiJdgjuTXy3W9B4KYUBgxneLQurwZ3Mythz5 4fQorxuLok+vlYUWTW9pdwr4kx7WtCoOEIeIcRs4KHcRh8ru1V7jdTCdIehYyexG1B2F +saQRzvurORuehZNdUJ014BSvYNl135f1+yeo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version:x-mailer; b=l3TIgveLnBakzu+Remh+kKy97OBgDUETtTrhLqBsdvZM4dnG/3+yn5mCOJWM/iRBfA SAEvIV8Si5fAlGjfRTl9EJpaaQyXAhj4PdQRTLs4QAloGHh3xB+WiJprsQKf1De+sESX ifwprOs4gC433FG+SsPLSzmXfD7Z9odWMQ9/o= From: Andrea Crotti Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: OOP only in modules Date: Sun, 10 Apr 2011 19:42:23 +0200 To: newpyth@gmail.com Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302457349 news.xs4all.nl 81485 [::ffff:82.94.164.166]:53500 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2954 newpyth writes: [...] > My main goal is to arrange OO in a paradigmatic manner in order to > apply to it the > procedural scheme. especially to the caller or called modules. > Bye. I have some troubles understanding what you mean. Can you write an example of code that it's for you annoying and how would you like to write instead? About the OO criticism, if they make sense, they don't really apply to python, but more to languages like java. Python gives you enough freedom to be procedural or functional.