New Learning Possibilities

What you learn during your lifetime will hopefully stay with you for the rest of your life. However, if you do not use the skills you have learned, they will get rusty, and if you do not sharpen them from time to time, you will find that they will be not any more readily usable …

More

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

Evolution…

I have found out a couple of days ago that the evolution of the libraries in the Python ecosystem is FAST. It is not only fast, it is exceptionally fast. In my opinion some of these libraries are evolving together with the market and mainly for market reasons (one of these libraries is Pandas, part …

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

SQLite and Python

I have already written an article about using a SQLite database from R.  I was playing recently with some data, scraped from a web site to text files, that I wanted to transform into a SQLite database. I decided to do it in python, using the sqlite3 module. After a few experiments, I noticed that …

More

An unusual distraction…

Now something different! Well, besides trying to learn as much as possible about Data Science, Machine Learning, Big Data etc, a few weeks ago I was brutally deviated to other subjects, by being asked the following question by my fourteen years old son: “Dad, can you teach me some programming”? At that point a number …

More