Notes & ideas

Writing about code, systems, and the things I learn.

A collection of practical notes from building backend software and exploring technology.

ARTICLE

Data Science Packages

Python’s data-science ecosystem provides focused tools for every stage of an analysis. NumPy supports fast numerical arrays; pandas handles tabular d…

Read article
ARTICLE

Data Visualization

Before jumping into the term “Data Visualization”, let’s have a brief discussion on the term “Data Science” because these two terms are interrelated.…

Read article