Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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-100exercises

3. 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.