NAMANRAJPUT123/python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 🐍 Python Practice Repository This repository contains a collection of Python programs, assignments, and practice exercises aimed at strengthening core programming concepts. --- ## 📂 Contents ### 🔹 Basic Programs * Conditional statements (`if-else`) * Loops (`while`, `for`) * Basic input/output programs ### 🔹 Data Structures * Lists * Tuples * Dictionaries * String manipulation ### 🔹 Pattern Programs * Star patterns * Number patterns * Practice problems for logic building ### 🔹 File Handling * Reading and writing files * Working with `.txt` files ### 🔹 Functions & Recursion * Recursive examples * Function-based problem solving ### 🔹 Miscellaneous * Unit Converter App * Calculator program * Assignment solutions --- ## 🛠️ Technologies Used * Python 3.x --- ## 🎯 Purpose This repository is created for: * Practicing Python programming * Improving problem-solving skills * Keeping track of learning progress --- ## 🚀 How to Run 1. Clone the repository: ```bash git clone <your-repo-link> ``` 2. Navigate to the folder: ```bash cd your-repo-name ``` 3. Run any Python file: ```bash python filename.py ``` --- ## 📌 Future Improvements * Add more advanced problems * Include data structures & algorithms * Improve project-based learning --- ## 🤝 Contributing Feel free to fork and contribute by adding more programs or improving existing ones. --- ## ⭐ If you like this repo Give it a star ⭐ and support the learning journey!