Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > [semi OT]: Smartphones and Python?

Reply
Thread Tools

[semi OT]: Smartphones and Python?

 
 
Martin Schöön
Guest
Posts: n/a
 
      02-15-2012
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.

/Martin
 
Reply With Quote
 
 
 
 
MRAB
Guest
Posts: n/a
 
      02-15-2012
On 15/02/2012 20:58, Martin Schn 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.
>

Python has been ported to iOS, if you're thinking of going the Apple
route:

http://ipython.hozbox.com
 
Reply With Quote
 
 
 
 
Paul Rubin
Guest
Posts: n/a
 
      02-15-2012
Martin Schöön <> writes:
> A very quick internet search indicated that this should be no big
> deal if I go for an Android-based phone. What about the alternatives?


It works pretty well with Maemo, though phones with that are not so easy
to find. My ex-officemate wrote some SL4A (Android) apps in Python and
said it was pretty easy to use, though some features were missing. I
know that one missing feature was tkinter.


 
Reply With Quote
 
geremy condra
Guest
Posts: n/a
 
      02-16-2012
On Wed, Feb 15, 2012 at 12:58 PM, Martin Schn <> 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
 
Reply With Quote
 
88888 Dihedral
Guest
Posts: n/a
 
      02-16-2012
在 2012年2月16日星期四UTC+8上午10时19分15 ,geremy condra写道:
> On Wed, Feb 15, 2012 at 12:58 PM, Martin Schöön <> 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

In the 4 G space of SW AP in Adndroid phones,
check Jython. But I think a better data compression
modules is more helpful.

Patterns about arithmetic compressions and LZW are expired, but not those in mp4 for the commercial use.

Thus, the time to install a complete OS on a tablet
or mobile phone with LTE on the way.

We need smaller HD or flashes in these small devices.


 
Reply With Quote
 
88888 Dihedral
Guest
Posts: n/a
 
      02-16-2012
在 2012年2月16日星期四UTC+8上午10时19分15 ,geremy condra写道:
> On Wed, Feb 15, 2012 at 12:58 PM, Martin Schöön <> 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

In the 4 G space of SW AP in Adndroid phones,
check Jython. But I think a better data compression
modules is more helpful.

Patterns about arithmetic compressions and LZW are expired, but not those in mp4 for the commercial use.

Thus, the time to install a complete OS on a tablet
or mobile phone with LTE on the way.

We need smaller HD or flashes in these small devices.


 
Reply With Quote
 
Michael Torrie
Guest
Posts: n/a
 
      02-16-2012
On 02/15/2012 07:38 PM, 88888 Dihedral wrote:
> In the 4 G space of SW AP in Adndroid phones,
> check Jython. But I think a better data compression
> modules is more helpful.


Jython, though a very cool and useful implementation, relies on the Java
virtual machine to run. It does not yet run on Dalvik, nor is it clear
that it ever will. The project to port jython to Dalvik, but it died
and the authors said, just use Android scripting. lame.
 
Reply With Quote
 
88888 Dihedral
Guest
Posts: n/a
 
      02-16-2012
The law suites of JAVA Vitrtual Machine from Oracle
are famous now. But in 201X the JVM patents will be
expired, thus it is not very urgent to chunk out a new jython now. Anyway just write codes that can be maintained and ported to other languages and platforms
easily.

Then I personally prefer python.
 
Reply With Quote
 
88888 Dihedral
Guest
Posts: n/a
 
      02-16-2012
The law suites of JAVA Vitrtual Machine from Oracle
are famous now. But in 201X the JVM patents will be
expired, thus it is not very urgent to chunk out a new jython now. Anyway just write codes that can be maintained and ported to other languages and platforms
easily.

Then I personally prefer python.
 
Reply With Quote
 
Michael Torrie
Guest
Posts: n/a
 
      02-16-2012
On 02/16/2012 07:53 AM, 88888 Dihedral wrote:
> The law suites of JAVA Vitrtual Machine from Oracle
> are famous now. But in 201X the JVM patents will be
> expired, thus it is not very urgent to chunk out a new jython now. Anyway just write codes that can be maintained and ported to other languages and platforms
> easily.


Umm what does this have to do with anything?

You claimed Jython is or will be available on Android. It's not and
Jython isn't being ported to Dalvik and it has nothing to do with
patents. Android might use java a language, but the virtual machines
are very different. And no expired patents are going to change that
fact. Android simply isn't going to run the JVM anytime soon.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lazy people and "smartphones" continue to erode P&S sales RichA Digital Photography 231 03-13-2012 02:03 PM
Smartphones, Tablets, Netbooks, and Laptops PolicySpy Computer Information 14 03-31-2011 02:02 AM
How write web page for smartphones, iPhones, etc? Ronald S. Cook ASP .Net 1 01-19-2008 05:32 PM
New game pack (8in1) Arcade Park for PDAs and Smartphones released!!! Vladimir Computer Information 0 05-05-2006 12:30 PM
Convert/make pages so Smartphones can view them... HTML 4 09-24-2003 03:50 PM



Advertisments