Wikipedia says:
Android is an open-source software stack for mobile devices that includes an operating system, middleware, and key applications.[5][6] Google Inc. purchased the initial developer of the software, Android Inc.
Python on Android?
The Pygame Subset for Android is a port of a subset of Pygame functionality to the Android platform.
This pygame subset for Android, allows us the creation of Android-specific games.
In the chapter "samples" comes only with just one classic sliding numbers puzzle.
The good thing is, it can run on a PC.
I installed Fedora pygame with "yum install pygame" as root.
And I run the application example of "samples".
Here is the result:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxFYXuadHdqbMqV5Nor96lQaaUPKdY9s_jo4blKkEB1qcOHawulBJAK9NI4ugtT8vWvFn0EXzxZ3qQB_oKO0DfLMVgehjxcKj9qcRYZrImkwaV-soiHg_I4Ijkv4blaI1vtg54P8VEYtmT/s1600/pygame-android.jpg)
It works great on Fedora.