Welcome to this repository! Here you'll find my solutions to the exercises from the Python programming course offered by Curso em Video, led by Gustavo Guanabara.
This course was a significant milestone in my programming journey, as it marked not only my first experience with Python but also my initial exposure to programming as a whole. The course was undertaken during the 2020 pandemic, a time when my Computer Science classes at UFSC were suspended due to the global crisis.
During this self-taught endeavor, I delved into fundamental programming concepts such as:
- Strings
- Lists
- Tuples
- Functions
- For
- While
- Matrix
- Sets
- Dictionaries
- Object-Oriented Programming (OOP) concepts
These lessons provided a solid foundation in Python and programming principles, which have been invaluable in my ongoing studies and projects.
In this repository, you will find:
- My solutions to the exercises from the Python course.
- Code snippets and projects that illustrate the application of various Python concepts.
Feel free to explore, learn from the examples, or use them as a reference for your own projects.
I highly recommend this course to anyone interested in learning Python and programming fundamentals. It provides clear explanations and practical exercises that are great for beginners. You can access the course through the following links:
A big thanks to Gustavo Guanabara and Curso em Video for providing such an excellent course that helped me get started with programming.