The 35 challenges from world 1 of Curso em Vídeo's Python Course.
Every challenge has two versions: a command line interface (cli.py) and a graphical user interface (app.py).
Curso em Vídeo Python: Mundo 1
- Challenge 01 - Hello World!
- Challenge 02 - Reply to user
- Challenge 03 - Sum two numbers
- Challenge 04 - Dissecting a variable
- Challenge 05 - Predecessor, successor
- Challenge 06 - Double, Triple, Square root
- Challenge 07 - Arithmetic average
- Challenge 08 - Size converter
- Challenge 09 - Multiplication table
- Challenge 10 - Currency converter
- Challenge 11 - Paint calculator
- Challenge 12 - Discounts calculator
- Challenge 13 - Salary readjustment
- Challenge 14 - Temperature converter
- Challenge 15 - Car rent
- Challenge 16 - Breaking a number
- Challenge 17 - Cathects and Hypotenuse
- Challenge 18 - Sine, Cosine and Tangent
- Challenge 19 - Choosing a random item from list
- Challenge 20 - Choosing a random list order
- Challenge 21 - Playing a .mp3 file
- Challenge 22 - Texts analyzer
- Challenge 23 - Separating digits from a number
- Challenge 24 - Checking first letters from a text
- Challenge 25 - Searching for a string inside another
- Challenge 26 - First and last occurrence of a string
- Challenge 27 - Name and surname
- Challenge 28 - Guessing game
- Challenge 29 - Electronic radar
- Challenge 30 - Even or odd
- Challenge 31 - Travel cost
- Challenge 32 - Leap year
- Challenge 33 - Greatest and smallest value
- Challenge 34 - Multiple increases
- Challenge 35 - Analyzing a triangle