Blog Posts

While the sort function in Python is extraordinarily convenient for sorting lists. There are conditions where you may want to implement your

When it comes to data wrangling in pandas, the iloc and loc method comes to our mind. The iloc and loc methods 

What is list comprehension in python? List comprehension gives you a more concise and straightforward way of creating new lists using loops

Tired of wrangling data in Numpy using nested if, elif and else statements. Making your code bulky and difficult to read code