Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'repository': 0.05; 'python': 0.09; 'mercurial': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'dvcs': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'loops': 0.16; 'low-level': 0.16; 'message-id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:fedoraproject': 0.16; 'wrote:': 0.17; 'stefan': 0.17; 'tim': 0.18; 'cloud': 0.20; 'mostly': 0.20; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'url:wiki': 0.26; 'header:X-Complaints-To:1': 0.28; 'url:wikipedia': 0.29; 'subject: ?': 0.30; 'code': 0.31; '(and': 0.32; 'received:84': 0.32; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'michael': 0.36; 'but': 0.36; 'url:org': 0.36; "i'll": 0.36; 'operating': 0.36; 'option': 0.37; 'drop': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'url:en': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'easy': 0.60; 'back': 0.62; 'selling': 0.64; 'fact,': 0.69; 'chase,': 0.84; 'management:': 0.84; 'received:arcor-ip.net': 0.84; 'received:pools.arcor-ip.net': 0.84; 'subject:proposition': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: Is Python a commercial proposition ? Date: Sun, 29 Jul 2012 20:38:19 +0200 References: <501580E4.6030200@tim.thechases.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-052-116.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 In-Reply-To: <501580E4.6030200@tim.thechases.com> 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343587109 news.xs4all.nl 6915 [2001:888:2000:d::a6]:50475 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26209 Tim Chase, 29.07.2012 20:28: > On 07/29/12 12:13, Michael Hrivnak wrote: >> - Operating system installer: http://fedoraproject.org/wiki/Anaconda >> - Software repository management: http://pulpproject.org/ >> - Software package installation: >> http://en.wikipedia.org/wiki/Ubuntu_Software_Center >> - Cloud computing: http://en.wikipedia.org/wiki/OpenStack > > I'll include both the Bazaar and Mercurial DVCS tools which are > mostly Python (I understand some inner loops drop to C, but both > have the option to fall back to a pure Python implementation). I find it perfectly reasonable to use C code (and other kinds of low-level code) in Python tools and applications. In fact, easy interfacing with low-level code is one of (C)Python's major selling points. Stefan