Why you should use logging instead of print statements?

This is a post on how one should get started with logging in Python.

May 26, 2020 · 7 min · Manish Barnwal

Handling errors with try-catch in Python

This tutorial is on handling errors with try-catch in Python.

June 18, 2018 · 2 min · Manish Barnwal

Subsetting a dataframe in Python

This tutorial is on how to filter rows of a dataframe based on conditions on columns in dataframe in Python.

June 18, 2018 · 1 min · Manish Barnwal

Working with dates in Python

This tutorial is on ways to deal with dates in Python.

June 18, 2018 · 1 min · Manish Barnwal

git and github for data scientists

This is a tutorial on git and github for anyone who wants to use it.

April 18, 2018 · 10 min · Manish Barnwal

Creating a virtual environment in Python

This is a tutorial on how to create a virtual environment in Python.

January 23, 2018 · 4 min · Manish Barnwal