top of page


Python Practice Set (Part 10): Introduction to Object-Oriented Programming (OOP)
Welcome to Part 10 of our Python practice series! We're now moving from writing scripts to building structured programs. Object-Oriented Programming (OOP) is a paradigm for organizing code around "objects," which can be thought of as custom data types.
Anubhav Somani
Sep 22 min read


Python Practice Set (Part 6): Slicing, Unpacking, and Set Logic
we're diving into practical, action-oriented challenges that showcase the power and elegance of Python's built-in data types. You'll learn how to clean up messy string data, extract specific subsets from lists, safely update dictionaries, and use the power of sets to compare data.
Anubhav Somani
Sep 22 min read
bottom of page