Python !

After a few years, taking plenty of courses about data science and more, I have made the following discoveries which may seem trivial, but let me explain also where I come from: I am a developer and I know several programming languages and tools I tend to forget things that I do not use frequently …

More

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

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

Introduction to Data Science in Python

This is the first course of a series of five offered on Coursera by the University of Michigan. The specialization is called “Applied Data Science with Python”. It was the first course I took after I have completed the Data Science Specialization from the Johns Hopkins University on the same platform. The second was completely …

More