21061/is-there-a-way-to-run-python-on-android
We are working on an S60 version and this platform has a nice Python API.
However, there is nothing official about Python on Android, but since Jython exists, is there a way to let the snake and the robot work together?
YES!
here’s a barcode scanner written in six lines of Python code:
import android droid = android.Android() code = droid.scanBarcode() isbn = int(code['result']['SCAN_RESULT']) url = "http://books.google.com?q=%d" % isbn droid.startActivity('android.intent.action.VIEW', url)
can you give a few sample projects ...READ MORE
Every occurence of "foreach" I've seen (PHP, ...READ MORE
Hi, This is an amazing Python framework just ...READ MORE
The in-built variables and functions are defined ...READ MORE
suppose you have a string with a ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
web.py is probably the simplest web framework ...READ MORE
No, Python does not support labels and ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.