Rendering map charts using Plotly

Data visualisation is crucial when it comes to the perception of quantitative information, and Plotly is one of the best open source software solutions for creating beautiful charts. Therefore, in this post we will provide a brief introduction to creating geographic map charts. When there is a need to visualize data related to geographical location, […]

The concept of map-reduce computing approach on example of Python (declarative vs imperative iteration)

This post is a St. Nicholas’ Day gift for one of my students who asked to explain the concept of map-reduce used to solve computationally complex problems. I will do this, on the example, using Python language, which is known for its brevity. At the same time, I will be happy to test a new […]

How to make beautiful offline plots in a few lines of code in Python

We all love watching beautiful and self-understanding plots instead of a bunch of data presented in tabular forms. Also, we want to present our data as plots to be more convincing. There are numerous platforms and tools to help us with this job, starting from common office suits and ending with dedicated software packages or […]