sorted() function Photo by Rahul Pandit from Pexels There are many ways to sort a python dictionary. Let’s look at 5 different ways to sort a

sorted() function Photo by Rahul Pandit from Pexels There are many ways to sort a python dictionary. Let’s look at 5 different ways to sort a
Unpack multiple values, ignore some, handle errors, and more Photo by Markus Spiske on Unsplash. Packing means collecting several values into a single variable (tuple), like a=’red’,’square’,’apple’.
Master the map, filter, and reduce functions Photo by Ady April on Pexels. Higher-order functions are functions that take a function as a parameter and/or return
Python dataclasses Python dataclasses is a built-in module which provides a decorator and functions for automatically adding generated special methods such as __init__() and __repr__()
Quick dive into Pandas Photo by Joe from Pexels A Comprehensive Guide to Pandas for Data Science Pandas Pandas is an open-source python package that provides numerous tools
Machine Learning Mathematical explanation and python implementation using sklearn Naive Bayes Classifier Naive Bayes Classifiers are probabilistic models that are used for the classification task. It