Introdução à Ciência da Computação com Python Parte 2 - Coursera - https://goo.gl/CgVUJb
Certificate. Completed at August 14, 2018.
Here are the python exercises codes that I made to finish the course.
The course is divided in 7 weeks, with the following contents and exercises:
-
- Matrix
- Exercise list - 1
- Extra exercises
-
- Strings
- Tests
- Modules in Python
- Exercise list - 2
- Extra exercises
-
- Solved Exercise: Matrix Sum
- Solved Exercise: Matrix Multiplication
- OOP: Object Oriented Programming 1
- OOP: Object Oriented Programming 2
- Testable Codes
- Tests
- Testable Codes
- Exercise list - 3 and Extra exercises
-
- Sequential Search
- Computational Complexity
- Direct Sorting Algorithm
- Exercise list - 4 and Extra exercises
-
- Bubble Sort Ordering Algorithm
- Performance Comparison
- Improvement of Bubble Sort
- Binary Search
- Exercise list - 5 and Extra exercises
-
- Recursion
- More about Recursion
- Exercise list - 6 and Extra exercises
-
- Scrapy - automate extracting information from the Web
- Games with PyGame