By cjsmith
via mobile.dzone.com
Published: Jan 11 2012 / 09:13
While the use of Python on Android has been made possible for some time now through SL4A, the Python for Android project has set out to make things even easier. SL4A allows you to edit scripts and execute interactive interpreters directly on an Android device, but Python for Android can take a Python application and use it, in conjunction with the Android SDK/NSK, to create a single little Android APK file, including your application, libraries, and of course the Python code.
Add your comment