top of page


Pythons Project for beginners - Post 27: Simple URL Shortener
Let's build a Simple URL Shortener. This is a very practical, real-world project that builds on the concept of using APIs. It shows how Python can connect to web services to perform useful tasks.
Anubhav Somani
Sep 62 min read


Pythons Project for beginners - Post 26: Simple Weather App
Let's build a Simple Weather App. This project is a fantastic next step because it introduces you to working with external APIs (Application Programming Interfaces) and handling data in the common JSON format.
Anubhav Somani
Sep 62 min read


Python Practice Set (Part 20): Introduction to Web Scraping
Web Scraping. This is the art of writing a script to automatically visit a website and extract specific information from its HTML structure. It's a powerful technique used for market research, price comparison, data journalism, and much more.
Anubhav Somani
Sep 32 min read
bottom of page