The moose likes Jython/Python and the fly likes Python Portability and mobile apps Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Python Portability and mobile apps" Watch "Python Portability and mobile apps" New topic
Author

Python Portability and mobile apps

Dan Fodorean
Greenhorn

Joined: Jun 17, 2008
Posts: 1
Hello Allen,

I am a computer-science student in my second year (I learned Python in the previous year, now I'm learning Java). My questions for you are: what is the portability of Python and how does it compare to Java? Can you make mobile applications using Python?

Dan.
Allen Downey
Author
Greenhorn

Joined: Sep 07, 2012
Posts: 25

Hi Dan,

Python is about as portable as Java. The interpreter runs in pretty much any environment with enough memory. And Jython can run anywhere there's a JVM.

I have not developed mobile apps in Python, so I don't know what the development kits are like. Anyone?

Allen

All of my books are available from http://greenteapress.com
Palak Mathur
Ranch Hand

Joined: Jan 29, 2007
Posts: 303

I think this video from EuroPython 2012 will be helpful:


PROGRAMMING MOBILE APPS WITH PYTHON by Andreas Schreiber


Palak Mathur | My Blog | TechJaunt | What is JavaRanch? | List of All FAQs
chris webster
Bartender

Joined: Mar 01, 2009
Posts: 1103
    
    7

I think you need to use the Scripting Layer For Android (SL4A) to run Python on Android. there's some tutorials at the IBM DeveloperWorks site.


ex-Oracle bloke
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Python Portability and mobile apps
 
Similar Threads
i need to know this, please, can you answer this questions and be fair
Java vs Python
Jython
learning Python
Think Python - I see the author has written learning books for other languages, so why Python?