Recent posts

Creating Bar Charts using Python Matplotlib

4 minute read

Bar charts are one of the most commonly used visualizations in data science. They are great for displaying categorical data and comparing values between diff...

Itemize, Enumerate, and To-do-list in Latex

2 minute read

Learn how to make lists in Latex using the itemize, enumerate, and to-do-list environments. These are essential tools for organizing and presenting informati...