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 5): Data Puzzles & Practical Manipulation
In this set, we'll explore powerful techniques like list comprehensions, merging dictionaries, handling nested data structures, and writing robust code that can handle errors.
Anubhav Somani
Sep 22 min read
bottom of page