Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amandavsamorim/python-100exercises
Repository dedicated to the solutions of the 100 Python exercises from the Curso em Vídeo course, taught by Professor Gustavo Guanabara. An excellent opportunity to deepen knowledge and practice Python programming.
https://github.com/amandavsamorim/python-100exercises
cursoemvideo pycharm python3
Last synced: 1 day ago
JSON representation
Repository dedicated to the solutions of the 100 Python exercises from the Curso em Vídeo course, taught by Professor Gustavo Guanabara. An excellent opportunity to deepen knowledge and practice Python programming.
- Host: GitHub
- URL: https://github.com/amandavsamorim/python-100exercises
- Owner: amandavsamorim
- License: mit
- Created: 2024-12-08T22:10:47.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-06T22:30:56.000Z (1 day ago)
- Last Synced: 2025-01-06T23:31:37.171Z (1 day ago)
- Topics: cursoemvideo, pycharm, python3
- Language: Python
- Homepage: https://www.youtube.com/c/CursoemVídeo
- Size: 9.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐍 100 Python Exercises - Curso em Vídeo
Welcome! This repository contains my solutions for the 100 Python exercises from the [Curso em Vídeo](https://www.youtube.com/c/CursoemV%C3%ADdeo) channel on YouTube, taught by professor Gustavo Guanabara.
## 📋 About the Project
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.
## 🗂 Repository Structure
The exercises are organized by number and topic, as per the course:
📂 python-100exercises/exercises
├── ex001.py
├── ex002.py
├── ...
└── ex100.py## 🚀 How to Use
1. Clone the repository:
```bash
git clone https://github.com/amandavsamorim/python-100exercises.git
cd python-100exercises3. Run an exercise:
```bash
python exercises/ex001.py## 👩🎓 About the Course
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!## 🤝 Contributions
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.