Blog

Stories, notes, and learnings.

All Articles

Chapter 14_API Requests

Fetching data from APIs using the Requests library and parsing JSON responses.

1 min read

Chapter 13_VirtualEnv

Creating and managing isolated Python environments using venv for dependency management.

1 min read

Chapter 12_Multithreading

Understanding concurrency in Python, the Global Interpreter Lock (GIL), and using the threading module.

2 min read

Chapter 11_File Handling

Reading and writing files, file modes, context managers, and object serialization with Pickle.

4 min read

Chapter 10_OOP

Object-Oriented Programming principles: Classes, Objects, Inheritance, Polymorphism, Encapsulation, and Magic Methods.

12 min read

Chapter 9_Errors & Modules

Handling errors with try/except/finally, creating custom exceptions, and structuring code with Modules and Packages.

21 min read