Chapter 14_API Requests
Fetching data from APIs using the Requests library and parsing JSON responses.
Sharing my journey, learnings, and thoughts on technology, data, and everything in between.
Fetching data from APIs using the Requests library and parsing JSON responses.
Creating and managing isolated Python environments using venv for dependency management.
Understanding concurrency in Python, the Global Interpreter Lock (GIL), and using the threading module.
Reading and writing files, file modes, context managers, and object serialization with Pickle.
Object-Oriented Programming principles: Classes, Objects, Inheritance, Polymorphism, Encapsulation, and Magic Methods.
Handling errors with try/except/finally, creating custom exceptions, and structuring code with Modules and Packages.