Message from discussion
Is Python a commercial proposition ?
Received: by 10.66.77.101 with SMTP id r5mr1492644paw.27.1344322743887;
Mon, 06 Aug 2012 23:59:03 -0700 (PDT)
Path: g9ni2984088pbo.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!news.nctu.edu.tw!goblin1!goblin.stu.neva.ru!news.glorb.com!news-out.octanews.net!indigo.octanews.net!auth.brown.octanews.com.POSTED!not-for-mail
From: Paul Rubin <no.em...@nospam.invalid>
Newsgroups: comp.lang.python
Subject: Re: Is Python a commercial proposition ?
References: <HridnVeRSpKgw4jNnZ2dnUVZ8nidnZ2d@bt.com>
<-1016624622349492799@unknownmsgid>
<mailman.2713.1343628439.4697.python-list@python.org>
<jv64j2$g2n$1@reader1.panix.com>
<50173d9c$0$29978$c3e8da3$5496439d@news.astraweb.com>
Date: Mon, 30 Jul 2012 21:45:51 -0700
Message-ID: <7x62941qtc.fsf@ruckus.brouhaha.com>
Organization: Nightsong/Fort GNOX
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
Cancel-Lock: sha1:XwNH0pYTHLpCf9EhL51uU9tTJUs=
MIME-Version: 1.0
Lines: 14
NNTP-Posting-Date: 30 Jul 2012 23:45:51 CDT
X-Complaints-To: abuse@octanews.net
Bytes: 1690
Content-Type: text/plain; charset=us-ascii
Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info> writes:
> And at that level, you aren't going to write your app in Python anyway,
> and not because of the GIL. (These microcontrollers are unlikely to have
> multiple cores -- why the hell does your microwave oven need two cores?)
http://greenarrays.com ;-)
> It seems to me that those who claim that the GIL is a serious barrier to
> Python's use in the enterprise are mostly cargo-cult programmers,
I would say, it puts a crimp into Python's versatility but there are
still lots of areas where it's not a serious issue. A real compiler
(PyPy) will help Python performance far more than multi-core currently
can.