Python Dash!

Let’s go to the point: Finally Python has what R used to have since a looong time ago with Shiny. This is nothing less than Python Dash, a Python framework for building  analytical applications (in the author’s own words). The library is based around Flask and Plotly, the installation is pretty easy and it is …

More

Jupyter Notebook on Android tablet

Update: The content of this article is no longer applicable for this tablet model. Termux and Jupyter Notebook still work, however Termux does no longer support (for a long time) Android 6.0 and older. The result is that crucial libraries like Matplotlib fail to install.  It is still usable but only for basic tasks.    …

More

GoogleVis and R – Tutorial

During the first week of the “Developing Data Products” MOOC on Coursera, one of the lessons deals with GoogleVis. This is one of the ways to publish and animate your R charts. In practice GoogleVis provides an interface between R and the Google Charts Tools, allowing you to create interactive web charts from R without …

More

Gapminder.org: A fact based world review

I have a new idol. When I discovered this web site, thanks to the referral in the “Getting and Cleaning Data” MOOC on Coursera, little did I know about the gapminder.org web site, about Professor Hans Rosling from Sweden and his work as a Statistician and Global Health expert. But what really is gapminder.org? In …

More