Welcome to my Python Projects Repository! This repo contains a collection of projects I built while learning Python — starting from the basics and gradually moving into more advanced applications.
The goal of these projects is to learn by building and share my coding journey in public.
-
Simple Calculator
- A command-line calculator that performs addition, subtraction, multiplication, and division.
- Focus: User input, functions, error handling.
-
Sorting Data
- Implements basic sorting logic on lists/datasets.
- Focus: Algorithms, loops, efficiency.
-
Filtering Data
- Simple script to filter and extract meaningful data from raw datasets.
- Focus: Conditional logic, working with lists/dictionaries.
-
Handling Missing Data
- Identifies and handles missing values in datasets.
- Focus: Data cleaning, working with real-world messy data.
-
To-Do List
- A basic to-do list manager in Python.
- Focus: State management, CRUD operations, user interaction.
-
Kitchen Website
- A website prototype for a kitchen/recipe-related app.
- Focus: Web development, backend/frontend integration.
-
Stock Market Dashboard
- A dashboard that pulls stock market data and provides analysis/visuals.
- Focus: APIs, data visualization, Python for finance.
- Language: Python 3
- Libraries/Tools: Pandas, Matplotlib, (add others if used)
- IDE: (VS Code / PyCharm — whichever you used)
Each project helped me improve step by step:
- Basics → Functions, loops, error handling
- Data → Cleaning, filtering, organizing
- Apps → Building small tools & websites
- Advanced → Dashboards & real-world datasets
- 💼 [LinkedIn]www.linkedin.com/in/dhruvee-sughand-471359319)
- 🐙 GitHub
✨ This repository is part of my Python learning journey. I’ll keep updating it with new projects and improvements!