Recent posts

Interactive Visualization Plotly

1 minute read

The plotly Python library is an interactive, open-source plotting library that supports over 40 unique chart types covering a wide range of statistical, fina...

Better Visualization : Seaborn 2

2 minute read

Multiplot grid are general types of plots that allow you to map plot types to rows and columns of a grid, this helps you create similar plots separated by fe...

Better Visualization : Seaborn

2 minute read

After discussing basic visualization with Matplotlib, now let’s try another but more attractive visualization library called Seaborn. Seaborn is a Python dat...

Python Matplotlib

3 minute read

Matplotlib is the most basic library of data visualization with Python. It created to try to replicate MatLab’s (another programming language) plotting capab...

Python Pandas 2

5 minute read

Continue from last post, lets continue about the features in pandas.

Python Pandas

6 minute read

Next, let’s discussing Pandas. Preparing the data and munging the same was the initial outcomes of python before the introduction of Panda libraries. after ...

Python Numpy

4 minute read

Let’s continue with Numpy. NumPy is a python library used for working with arrays. It also has functions for working in domain of linear algebra and matrices...

Python Basic

11 minute read

Before we dive into Pandas, Numpy and Matplotlib, let’s try remind us the basic of the python first. I wont cover all Python stuff because it took too much t...

Starting Material

3 minute read

Ok, now after 1 day break and dilly dally learning theory about Machine Learning and Evaluation Metric (I’m kind of regret tell the theory first because it t...