Python
Hariharan Srinath

FullScreenWrapper2: Python GUI framework for Android

FullScreenWrapper2 is an Android Python GUI Framework for developing full screen User Interfaces using Scripting Layer for Android (SL4A) and Python for Android (Py4A). It abstracts away the SL4A FullScreen API while providing simplified layout loading and pythonic access to properties & events of the layout
Hariharan Srinath

Hello World Web Servers in Python & Go

The ubiquitous Hello world programs in programming tutorials are not very insightful in our modern web-centric era. In this post, we implement simple HTTP web servers that serve up a Hello World response in Python & Go languages. We will use functions from just the standard library to get a feel for the relative strengths of the language.