Path: csiph.com!x330-a1.tempe.blueboxinc.net!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:: [': 0.02; 'subject:Python': 0.05; 'python': 0.08; 'linux.': 0.09; 'programmer': 0.10; 'received:209.85.214.174': 0.13; 'apps.': 0.16; 'cc:addr:python-list': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; "doesn't": 0.22; 'header:In-Reply- To:1': 0.22; 'feb': 0.22; 'programs.': 0.23; 'all:': 0.23; 'cc:2**0': 0.26; 'work.': 0.27; 'message-id:@mail.gmail.com': 0.29; 'indicated': 0.29; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'environment': 0.30; 'generally': 0.30; 'subject:]: ': 0.30; 'martin': 0.31; 'pretty': 0.31; 'subject:?': 0.31; "isn't": 0.33; 'something': 0.35; 'received:209.85.214': 0.36; 'turned': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'could': 0.38; 'useful': 0.38; 'getting': 0.38; 'should': 0.38; 'received:209': 0.39; 'might': 0.40; 'easy': 0.60; 'quick': 0.61; 'reached': 0.61; 'phone': 0.63; 'internet': 0.64; 'home': 0.66; 'android': 0.66; 'enjoy': 0.69; 'to:charset:iso-8859-1': 0.82; 'ask.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=q/mITTH81cAsY9YQFujUwPNnbELpRVU++XJmGicsQiw=; b=QMMomLcgxzF0kwrDqERnl1Zy5QpO/ZlEcWMsbl4BGw6NLD9Y6cocutlvhTn4DCnXCe ko+frabiqJO4TTeQL3Vb9F/WMfKlJYikckBXA5Lf2fxDUFgGqch3kIE7ILTdD5ClWcZW HlWwmwpgbcZQU0qu1+CjCKwweVpXcs2bSvMuU= MIME-Version: 1.0 In-Reply-To: <9q2kj3Fmq1U1@mid.individual.net> References: <9q2kj3Fmq1U1@mid.individual.net> Date: Wed, 15 Feb 2012 18:19:15 -0800 Subject: Re: [semi OT]: Smartphones and Python? From: geremy condra To: =?ISO-8859-1?Q?Martin_Sch=F6=F6n?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329358757 news.xs4all.nl 6937 [2001:888:2000:d::a6]:38974 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20498 On Wed, Feb 15, 2012 at 12:58 PM, Martin Sch=F6=F6n wrote: > First of all: I don't have any first hand experience of smartphones > but now that my trusted old GSM phone is getting old I decided I am > in for an up-grade. It struck me it might be nice to get something > for which I could write Python programs. > > A very quick internet search indicated that this should be no big > deal if I go for an Android-based phone. What about the alterna- > tives? > > It struck me this must be the best place to ask. > > What else? I don't know if it matters but my home PC OS is Linux. > And I am not much of a Python programmer but I enjoy learning it > and I have reached a level that has turned out to be useful at work. Please note that while SL4A is a pretty good mobile python environment it doesn't support all of the Android API, which means it generally isn't an easy way to develop fully-fledged Android apps. Geremy Condra