Python Projects

Web Scraper Project

Automated Web Scraper

Goal: Extract live cryptocurrency data using requests, BeautifulSoup, and store the results in a structured DataFrame.

View Notebook on GitHub

File Sorter Project

Automatic File Sorter

Goal: Organize and sort files in a folder based on file type using os, shutil, and Python automation.

View Notebook on GitHub

Calculator Project

Calculator

Goal: A beginner-friendly CLI calculator that handles basic arithmetic operations with input validation.

View Notebook on GitHub

Unit Converter Project

Unit of Measurement Converter

Goal: Convert between units like length, weight, and temperature using reusable functions and clean user input.

View Notebook on GitHub

Web Scraping + Regex + Pandas Project

Web Scraping + Regex + Pandas

Goal: Scrape sample HTML data, apply regex patterns for cleaning, and analyze results with pandas.

View Notebook on GitHub