This repository contains a collection of Python programs written for practice, college assignments, and understanding core programming concepts.
The programs focus on logic building, basic algorithms, and commonly asked questions in computer science courses.
The repository includes programs related to:
- Basic Python syntax
- Input / Output operations
- Conditional statements
- Loops
- Functions
- Lists, Tuples, Sets, Dictionaries
- Searching and sorting algorithms
- Recursion
- Simple problem-solving programs
(Some programs may be grouped into folders for better organization.)
- College practical submissions
- Exam preparation
- Strengthening Python fundamentals
- Reference for beginners
Make sure Python is installed on your system.
python filename.py