This repository contains all the Python codes and examples I have written while learning Python programming.
This repository contains Python programs demonstrating various programming concepts, including data structures, algorithms, OOP, and more. Each file focuses on specific concepts with practical examples, helping reinforce both foundational and advanced topics in Python for learners aiming to deepen their understanding of programming. I will be following Code With Harry's Python Course to learn and implement the concepts.
The repository includes examples of:
- Basic Syntax and Data Types
- Strings
- Lists and Tuples
- Sets and Dictionaries
- Conditional Expressions
- Loops
- Functions
- File I/O
To run the Python files locally:
-
Clone the repository:
git clone https://github.com/your-username/Python-Learning.git
-
Navigate into the desired folder and run the Python file:
cd Python-Learning/desired folder python filename.pyReplace
desired folderwith the actual path to the folder containing the Python file you wish to
This repository is intended for personal learning, but if you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request!
-
Fork the repository.
-
Create a new branch for your feature:
git checkout -b feature/new-concept
-
Commit your changes:
git commit -m "Added new concept" -
Push to the branch:
git push origin feature/new-concept -
Open a pull request, and I'll review your contribution!
A huge thank you to the Python community and various online resources that have been invaluable in my learning journey!