Welcome to my Python exercises repository! This space is dedicated to practicing and improving my Python programming skills through a variety of challenges and problems sourced from different platforms.
Python is a high-level, interpreted programming language known for its simplicity and readability. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming.
This repository contains:
- Solutions to Python exercises
- Code snippets for learning and experimentation
- Notes and comments to help understand the logic behind each solution
The exercises in this repository are inspired by or directly taken from the following websites:
- PYnative
- https://leetcode.com/
- https://www.hackerrank.com/domains/tutorials/10-days-of-python
- https://www.codewars.com/
- W3Schools
- https://edabit.com/challenges/python3
- https://checkio.org/
- CodeChef
- Pychallenger
- Dataquest
Feel free to clone this repository and run the Python files locally: git clone https://github.com/rubenjcano/Python.git cd Python python3 basics/variables.py
(Use python or python3 depending on your system setup.)
This repository is open-source and available under the MIT License.
If you have suggestions or want to add your own exercises, feel free to fork the repo and submit a pull request!
Happy coding! π»