top of page


Python Practice Set (Part 13): Error Handling and Exceptions
Exception Handling allows you to gracefully manage these errors instead of letting your program crash. By learning to use try, except, else, and finally, you can build resilient and user-friendly applications.
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