[Tutor] Mobile apps in Python

Steven D'Aprano steve at pearwood.info
Sun Feb 15 03:22:04 CET 2015


On Sat, Feb 14, 2015 at 05:12:59PM -0500, Unee0x wrote:

> I am a fairly new student of Python, and so far I've been impressed 
> with the speed,ease and comfort of it. In the near future, I would 
> like to build 3d graphical mobile games. Is there any platform out 
> there that would allow me to build 3d mobile apps using the Python 
> language exclusively?

Oh, if only there were a website where you could type in simple queries 
and have the website search the entire Internet for an answer!

https://duckduckgo.com/html/?q=how+to+search+the+internet
http://www.google.com.au/search?q=how+to+search+the+internet

*wink*

If you search for "Python mobile apps", e.g. using this:

https://startpage.com/do/search/?q=Python+mobile+apps

then the top search result that comes up is for Kivy:

http://kivy.org/

which is probably the most popular of the mobile app frameworks for 
Python. Searching for 3D apps:

http://www.bing.com/search?q=python+3d+mobile+apps

also suggests PyMob and QPython.


-- 
Steve


More information about the Tutor mailing list