Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #49328 > unrolled thread

Running programs on mobile phones

Started byMok-Kong Shen <mok-kong.shen@t-online.de>
First post2013-06-27 17:11 +0200
Last post2013-06-28 10:51 +1000
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Running programs on mobile phones Mok-Kong Shen <mok-kong.shen@t-online.de> - 2013-06-27 17:11 +0200
    Re: Running programs on mobile phones Dave Angel <davea@davea.name> - 2013-06-27 12:04 -0400
    Re: Running programs on mobile phones alex23 <wuwei23@gmail.com> - 2013-06-28 10:51 +1000

#49328 — Running programs on mobile phones

FromMok-Kong Shen <mok-kong.shen@t-online.de>
Date2013-06-27 17:11 +0200
SubjectRunning programs on mobile phones
Message-ID<kqhkmm$st0$1@news.albasani.net>
Could one write Python codes and have them run on one's own mobile
phone? If yes, are there some good literatures? Thanks in advance.

M. K. Shen

[toc] | [next] | [standalone]


#49335

FromDave Angel <davea@davea.name>
Date2013-06-27 12:04 -0400
Message-ID<mailman.3934.1372349059.3114.python-list@python.org>
In reply to#49328
On 06/27/2013 11:11 AM, Mok-Kong Shen wrote:
>
> Could one write Python codes and have them run on one's own mobile
> phone? If yes, are there some good literatures? Thanks in advance.
>
> M. K. Shen


I've not tried it, but that's what QPython is supposed to do.

http://qpython.com/


-- 
DaveA

[toc] | [prev] | [next] | [standalone]


#49356

Fromalex23 <wuwei23@gmail.com>
Date2013-06-28 10:51 +1000
Message-ID<kqimcs$gcs$1@dont-email.me>
In reply to#49328
On 28/06/2013 1:11 AM, Mok-Kong Shen wrote:
> Could one write Python codes and have them run on one's own mobile
> phone? If yes, are there some good literatures? Thanks in advance.

Kivy is a well-documented & multi-platform approach to doing this:

http://kivy.org/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web