Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.061 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'interpreter': 0.05; 'cc:addr:python-list': 0.11; 'python': 0.11; 'iirc': 0.16; 'ios': 0.16; 'received:mac.com': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'received:10.0.1': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'cc:no real name:2**0': 0.24; 'am,': 0.29; 'related': 0.29; '13,': 0.31; 'question:': 0.31; 'run': 0.32; 'could': 0.34; 'but': 0.35; 'there': 0.35; '+0200,': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'received:17': 0.38; 'how': 0.40; 'reach': 0.63; 'charset:windows-1252': 0.65; 'phone': 0.66; '2014,': 0.84; 'header:In-reply-to:1': 0.84; 'to:addr:ntlworld.com': 0.84; 'device,': 0.91 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.27,0.0.0000 definitions=2014-08-13_05:2014-08-13,2014-08-13,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1408130195 Content-type: text/plain; charset=windows-1252 MIME-version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: newbee From: William Ray Wing In-reply-to: Date: Wed, 13 Aug 2014 11:44:39 -0400 Content-transfer-encoding: quoted-printable References: To: alister X-Mailer: Apple Mail (2.1878.6) Cc: python-list@python.org, "William R. Wing" 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407948317 news.xs4all.nl 2942 [2001:888:2000:d::a6]:48959 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76216 On Aug 13, 2014, at 9:57 AM, alister = wrote: > On Wed, 13 Aug 2014 15:13:34 +0200, Mok-Kong Shen wrote: >=20 >> Am 13.08.2014 13:55, schrieb alister: >> [snip] >>=20 >> A related question: How could one write a Python program and have it = run >> on a mobile phone in general (independent of a PC)? >>=20 >> M. K. Shen >=20 > you would need a python interpreter for that device, IIRC there is one=20= > available for android, I do not know about IOS >=20 There are several for iOS, but because of Apple=92s sandboxing they = don=92t have as much reach as you might want. -Bill=