Hacker News new | ask | show | jobs
by bjcubsfan 4165 days ago
You can program in Python using Kivy [1] to create apps for Android, iOS, and the desktop. I made a simple app and took it through the entire process it is now on the Android app store. You are still using Python so you can focus on programming and not language features, but you get the benefits of programming something your students can show off.

[1] http://kivy.org/docs/gettingstarted/intro.html

1 comments

Thanks for pointing this out. I've been using pygame with my students but kivy looks great.