Skip to main content

Posts

Showing posts from September, 2017

Enaml Native - Introducing the Python Playground

Since building mobile apps in general is pretty complicated, and building them with python is even more complicated, I wanted to create a way that lets people get started writing apps in Python quickly without having to worry about setting up the native development environments. Python Playground So to solve this, I created the Python Playground  with enaml-native . Here's a short video that describes what it does. Using this app you can build a native Android app without having to mess with installing the Android SDK, NDK, python-for-android and building all the python modules (which an be extremely difficult for new users). Within a few seconds you can bring up an editor in your browser and start writing your app's code... in Python! Usage Simply download the app Lookup your devices Wifi IP address Go to that address in your browser  Write your code (or try out the examples) and press play Note: the Python Playground app for iOS works but is not yet re