This repository contains various Python programs ranging from basic exercises to intermediate-level projects.
Python coding/
├── BASICS/ # Basic Python programs for beginners
├── Codeforces/ # Competitive programming solutions
├── Data Analysis with Python/ # Data analysis projects
└── PYTHON PROJECTS/ # Intermediate Python projects
Beginner-friendly Python programs covering fundamental concepts.
| Program | Description |
|---|---|
BREAKSTATEMAENT.py |
Demonstrates break statement usage |
CONTINUESTATEMENT.py |
Demonstrates continue statement usage |
DIFFERINTORSTRFROMONEINPUT.py |
Differentiates between integer and string input |
fibbonacciseries.py |
Generates Fibonacci series |
FINDSUMOFNUMSTOREDINLIST.py |
Sums numbers in a list |
flower.py |
Flower-related logic program |
REVERSEDANYNUMBER.py |
Reverses any given number |
to average of your submarks.py |
Calculates average of marks |
TO CHECK A PERSON IS ELIGIBLE OR NOT FOR VOTING.py |
Voting eligibility checker |
to check a triangle is equilateral,isosceles or scalene.py |
Triangle type identifier |
TO CHECK A YEAR IS LEAP OR NOT.py |
Leap year checker |
to check prime numbers.py |
Prime number checker |
to check wheather num is odd or even.py |
Odd/even checker |
TO FIND LIBRARY FINE.py |
Library fine calculator |
to find youngest people.py |
Finds youngest person |
to insure a person.py |
Insurance program |
TO PRINT FIBBONACCI SERIES.py |
Prints Fibonacci series |
to reverse any num.py |
Number reverser |
TOADDNATURALNUMUPTON.py |
Adds natural numbers up to n |
- Control flow (if-else, loops)
- Break & Continue statements
- Functions
- Lists and list operations
- User input/output
- Mathematical operations
- String manipulations
Competitive programming solutions from Codeforces.
Pairs Flipping.py- Solution for Pairs Flipping problemPairs Flipping README.md- Problem description and explanation
Data analysis projects and exercises.
Data analytics with python Btech.ipynb- Jupyter notebook with data analyticstest.csv- Sample test datamodified_test.csv- Modified test dataoutput.csv- Output resultsseries_output.csv- Series output datatest.txt- Test text file
Intermediate to advanced Python projects.
- LOGIN WINDOW/ - Login window application
LOGINWINDOWINPYTHON.py- Main login windowforgetpage.py- Password recovery pageLOGIN WINDOW README.md- Project documentation
PHONENUMBERS.py- Phone number management project
- Python 3.x or higher
- Jupyter Notebook (for data analysis)
bash
cd BASICS
python <filename>.py
bash
cd "PYTHON PROJECTS"
python "LOGIN WINDOW/LOGINWINDOWINPYTHON.py"
- Start with BASICS/ - Learn fundamental Python concepts
- Move to PYTHON PROJECTS/ - Build small projects
- Try Codeforces/ - Practice competitive programming
- Explore Data Analysis/ - Learn data analysis with Python
Happy Coding! 🐍🚀