-
Recent Posts
- python-for-android 0.6 released
- python-for-android 0.5 released
- Pyonic interpreter 1.3 released: Adds support for loading and executing files
- Pyonic interpreter 1.2 released: Now supports Python 3.6 and input functions
- Pyonic interpreter 1.1 released: Python 2/3 interpereter for Android, now with autocompletion
Recent Comments
Archives
- November 2017
- August 2017
- April 2017
- February 2017
- December 2016
- November 2016
- October 2016
- June 2016
- May 2016
- January 2016
- December 2015
- October 2015
- August 2015
- July 2015
- May 2015
- April 2015
- March 2015
- October 2014
- July 2014
- April 2014
- March 2014
- February 2014
- January 2014
- August 2013
- April 2013
- March 2013
- February 2013
- November 2012
- October 2012
- August 2012
- March 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- January 2011
Categories
Meta
Monthly Archives: April 2017
Pyonic interpreter 1.3 released: Adds support for loading and executing files
I’ve just released Pyonic interpreter 1.3. As usual you can download it
from Google Play, for Python 2.7
or Python 3.6.
The APKs can also be downloaded directly from Github
(where the source code is also available).

The main addition in this release is a file browser interface, which
gives Pyonic the ability to load and execute files in the
interpreter. This is mildly useful on its own, and I’ve had comments
that people would like to be able to do it, but it’s also groundwork
for full support for file editing support. I hope to add these
features in a future version.