This repository contains my collection of basic Python programs and exercises.
It serves as a personal practice log while I learn and strengthen my understanding of Python fundamentals.
Some of the topics/programs included:
- Variables and Data Types
- Operators & Expressions
- Conditional Statements (if/else)
- Loops (for, while)
- Functions
- Strings and Lists
- Dictionaries & Sets
- File Handling
- Simple Problem-Solving Programs (e.g., calculator, prime checker, palindrome)
- To practice and document my progress in Python.
- To build a strong foundation before moving into intermediate and advanced projects.
- To serve as a reference for beginners who want to see simple Python examples.
- Clone this repository:
git clone https://github.com/Srijan0113/Python-Basics.git