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...

How to write algorithm in Latex

3 minute read

Learn how to write algorithms in Latex using the algorithmicx package. This package provides an easy-to-use and flexible environment for writing algorithms w...