Blog

Stories, notes, and learnings.

All Articles

Chapter 8_Network Programming

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

2 min read

Chapter 7_Standard Libraries

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

16 min read

Chapter 6_Functions, Decorators & Context Managers

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

14 min read

Chapter 5_Control Flow & Iteration

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

9 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.

2 min read

Chapter 3_Collections

Deep dive into Python collections: Lists, Tuples, Sets, and Dictionaries.

8 min read