Blog

Sharing my journey, learnings, and thoughts on technology, data, and everything in between.

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.

1 min read

Chapter 11_File Handling

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

2 min read

Chapter 10_OOP

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

5 min read

Chapter 9_Errors & Modules

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

3 min read