Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20498
| 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 | <debatem1@gmail.com> |
| 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 <debatem1@gmail.com> |
| To | Martin Schöön <martin.schoon@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5872.1329358757.27778.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Wed, Feb 15, 2012 at 12:58 PM, Martin Schöön <martin.schoon@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[semi OT]: Smartphones and Python? Martin Schöön <martin.schoon@gmail.com> - 2012-02-15 20:58 +0000
Re: [semi OT]: Smartphones and Python? MRAB <python@mrabarnett.plus.com> - 2012-02-15 23:17 +0000
Re: [semi OT]: Smartphones and Python? Paul Rubin <no.email@nospam.invalid> - 2012-02-15 15:36 -0800
Re: [semi OT]: Smartphones and Python? geremy condra <debatem1@gmail.com> - 2012-02-15 18:19 -0800
Re: [semi OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-15 18:38 -0800
Re: [semi OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-15 18:38 -0800
Re: [semi OT]: Smartphones and Python? Michael Torrie <torriem@gmail.com> - 2012-02-15 20:26 -0700
Re: [semi OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-16 06:53 -0800
Re: [semi OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-16 06:53 -0800
Re: [semi OT]: Smartphones and Python? Michael Torrie <torriem@gmail.com> - 2012-02-16 08:22 -0700
Re: [semi OT]: Smartphones and Python? Grant Edwards <invalid@invalid.invalid> - 2012-02-16 17:38 +0000
Re: [semi OT]: Smartphones and Python? Grant Edwards <invalid@invalid.invalid> - 2012-02-16 17:50 +0000
Re: [semi OT]: Smartphones and Python? Michael Torrie <torriem@gmail.com> - 2012-02-16 18:45 -0700
Re: [semi OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-16 21:25 -0800
Re: [OT]: Smartphones and Python? Michael Torrie <torriem@gmail.com> - 2012-02-17 18:51 -0700
Re: [OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-17 20:51 -0800
Re: [OT]: Smartphones and Python? Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-17 23:05 -0600
Re: [OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-17 20:51 -0800
Re: [OT]: Smartphones and Python? Matej Cepl <mcepl@redhat.com> - 2012-02-19 00:45 +0100
Re: [OT]: Smartphones and Python? Lie Ryan <lie.1296@gmail.com> - 2012-02-19 04:46 +1100
Re: [OT]: Smartphones and Python? Michael Torrie <torriem@gmail.com> - 2012-02-18 17:36 -0700
Re: [OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-18 21:58 -0800
Re: [OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-18 21:58 -0800
Re: [OT]: Smartphones and Python? Jean-Michel Pichavant <jeanmichel@sequans.com> - 2012-02-20 12:53 +0100
Re: [semi OT]: Smartphones and Python? 88888 Dihedral <dihedral88888@googlemail.com> - 2012-02-16 21:25 -0800
Re: [semi OT]: Smartphones and Python? Matej Cepl <mcepl@redhat.com> - 2012-02-19 00:41 +0100
csiph-web