Welcome! This repository contains my solutions for the 100 Python exercises from the Curso em Vídeo channel on YouTube, taught by professor Gustavo Guanabara.
Throughout the course, various challenges are presented to practice the Python programming language. This repository serves as a way to track my progress and share my solutions with the community.
The exercises cover everything from basic programming concepts to more advanced topics, helping reinforce learning and develop practical skills.
The exercises are organized by number and topic, as per the course:
📂 python-100exercises/exercises
├── ex001.py
├── ex002.py
├── ...
└── ex100.py
- Clone the repository:
git clone https://github.com/amandavsamorim/python-100exercises.git cd python-100exercises
- Run an exercise:
python exercises/ex001.py
The Python Course from Curso em Vídeo is one of the best free options to learn Python. The material is very educational, with clear explanations and several practical examples. If you're just starting with Python, I highly recommend checking it out!
This repository is personal, but I'm open to suggestions for improvement! If you find any errors or have ideas to enhance the solutions, feel free to open an issue or send a pull request.