Skip to content

This repository contains all of my python codes that include basic code as well as codes that uses AI for prediction.

Notifications You must be signed in to change notification settings

Dhruvi1176-dev/Python-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Codes

🐍 Python Projects – From Beginner to Advanced

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.


📂 Projects

🔹 Beginner Level

  1. Simple Calculator

    • A command-line calculator that performs addition, subtraction, multiplication, and division.
    • Focus: User input, functions, error handling.
  2. Sorting Data

    • Implements basic sorting logic on lists/datasets.
    • Focus: Algorithms, loops, efficiency.

🔹 Intermediate Level

  1. Filtering Data

    • Simple script to filter and extract meaningful data from raw datasets.
    • Focus: Conditional logic, working with lists/dictionaries.
  2. Handling Missing Data

    • Identifies and handles missing values in datasets.
    • Focus: Data cleaning, working with real-world messy data.
  3. To-Do List

    • A basic to-do list manager in Python.
    • Focus: State management, CRUD operations, user interaction.

🔹 Advanced Level

  1. Kitchen Website

    • A website prototype for a kitchen/recipe-related app.
    • Focus: Web development, backend/frontend integration.
  2. Stock Market Dashboard

    • A dashboard that pulls stock market data and provides analysis/visuals.
    • Focus: APIs, data visualization, Python for finance.

🛠️ Tech Stack

  • Language: Python 3
  • Libraries/Tools: Pandas, Matplotlib, (add others if used)
  • IDE: (VS Code / PyCharm — whichever you used)

🚀 My Learning Journey

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

🌐 Connect With Me


This repository is part of my Python learning journey. I’ll keep updating it with new projects and improvements!

About

This repository contains all of my python codes that include basic code as well as codes that uses AI for prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages