top of page


Python Practice Set (Part 15): Pythonic Programming
This practice set focuses on four powerful tools that help you write more Pythonic code: List Comprehensions, Lambda Functions, map, and filter. These will allow you to perform complex operations on data with incredibly concise and elegant syntax.
Anubhav Somani
Sep 32 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


Python Practice Set (Part 3): Variables & Data Types
Python practice set! The absolute foundation of any programming language is understanding how to store and manage information. In Python, we do this with variables and data types. This workout is designed to solidify your understanding of core types like strings, integers, floats, lists, and dictionaries. Let's get started!
Anubhav Somani
Sep 12 min read
bottom of page