This repository contains Python exercises adapted from 42-AI/bootcamp_python. Each module focuses on different aspects of Python programming and aims to enhance your skills progressively.
Module 00 serves as an introduction to the Python language, tailored for beginners. All exercises in this module are completed, with a few that may benefit from additional attention and refinement.
Module 01 introduces object-oriented programming concepts in Python, along with essential Python utilities such as "dunders" (double underscores) and the use of yield. These exercises build upon the foundational knowledge gained in Module 00, providing a deeper dive into Python's capabilities.
(in progress)
- Clone the Repository:
git clone https://github.com/rafa-fmartin/python-list.git
cd python-list- Navigate to the Desired Module:
cd module-00-
Explore exercises: Each module contains exercises structured in separate files. Review the exercise descriptions and implement your solutions in Python.
-
Contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.
- 42-AI/bootcamp_python: original source of exercises adapted in this repository.
- Additional Python documentation and resources can be found on Python's official website.
- This README file was created with assistance from ChatGPT.
This repository is licensed under CC License. See the LICENSE file for more information.