Re: [Tutor] Mobile apps in Python

2015-02-14 Thread wolfrage8...@gmail.com
I definitely recommend Kivy. I have enjoyed great success with it, and it was very easy to port my code to work on Android. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tut

Re: [Tutor] Mobile apps in Python

2015-02-14 Thread Steven D'Aprano
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

[Tutor] Mobile apps in Python

2015-02-14 Thread Unee0x
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? Than