Blog

Stories, notes, and learnings.

All Articles

Chapter 9_Errors & Modules

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

3 min read

Chapter 8_Network Programming

Introduction to network programming with Sockets, HTTP requests, urllib, Requests library, and BeautifulSoup.

1 min read

Chapter 7_Standard Libraries

Exploring essential Python standard libraries: Math, Random, Datetime (Timezones), and Regular Expressions (Re).

5 min read

Chapter 6_Functions, Decorators & Context Managers

Defining functions, handling arguments (*args, **kwargs), scope (LEGB), decorators, and context managers.

5 min read

Chapter 5_Control Flow & Iteration

Mastering control flow with conditional statements, loops (while, for), iterators, and generators.

4 min read

Chapter 4_Built-in Functions

A comprehensive reference of Python's built-in functions for I/O, type conversion, math, iteration, and more.

1 min read