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

https://github.com/divertimentos/exercicios-python-pratusevich


https://github.com/divertimentos/exercicios-python-pratusevich

beginner-code exercises python

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# PRACTICE PYTHON - Beginner Python Exercises

Os exercícios foram criados pela Michele Pratusevich e estão hospedados em https://www.practicepython.org/.

## Lista

* Exercício 1: [Character Input](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/char_input.py) 🌶
* Exercício 2: [Odd Or Even](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/odd_even.py) 🌶
* Exercício 3: [List Less Than Then](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/list_less_than_ten.py) 🌶🌶
* Exercício 4: [Divisors](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/divisors.py) 🌶🌶
* Exercício 5: [List Overlap](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/lista_overlap.py) 🌶🌶
* Exercício 6: [String Lists](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/string_lists.py) 🌶🌶
* Exercício 7: [List Comprehensions](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/list_comp.py) 🌶🌶
* Exercício 8: [Rock Paper Scissors](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/pedra_papel_tesoura.py) 🌶🌶🌶
* Exercício 9: [Guessing Game One](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/guessing_game_one.py) 🌶🌶🌶
* Exercício 10: List Overlap Comprehensions 🌶🌶
* Exercício 11: [Check Primality Functions](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/check_primality_functions.py) 🌶🌶🌶
* Exercício 12: [List Ends](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/list_ends.py) 🌶
* Exercício 13: [Fibonacci](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/fibonacci.py) 🌶🌶
* Exercício 14: [List Remove Duplicates](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/list_remove_duplicates.py) 🌶🌶
* Exercício 15: [Reverse Word Order](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/reverse_word_order.py) 🌶🌶🌶
* Exercício 16: [Password Generator](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/password_generator.py) 🌶🌶🌶🌶
* Exercício 17: [Decode a Web Page](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/decode_webpage.py) 🌶🌶🌶🌶
* Exercício 18: [Cows and Bulls](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/cows_and_bulls.py) 🌶🌶🌶
* Exercício 19: Decode a Web Page Two 🌶🌶🌶🌶
* Exercício 20: [Element Search](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/element_search.py) 🌶
* [Alternate](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/element_search.1.py)
* Exercício 21: Write to a File 🌶
* Exercício 22: Read from File 🌶
* Exercício 23: File Overlap 🌶🌶
* Exercício 24: [Draw a Game Board](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/draw_board.py) 🌶🌶
* [Alternate](https://github.com/guiemi-learning-center/exercicios-python-pratusevich/blob/master/draw_board.1.py)
* Exercício 25: Guessing Game Two 🌶🌶🌶
* Exercício 26: Check Tic Tac Toe 🌶🌶
* Exercício 27: Tic Tac Toe Draw 🌶🌶
* Exercício 28: Max of Three 🌶
* Exercício 29: Tic Tac Toe Game 🌶🌶🌶
* Exercício 30: Pick Word 🌶🌶
* Exercício 31: Guess Letters 🌶🌶
* Exercício 32: Hangman 🌶🌶
* Exercício 33: Birthday Dictionaries 🌶
* Exercício 34: Birthday Json 🌶🌶
* Exercício 35: Birthday Months 🌶🌶
* Exercício 36: Birthday Plots 🌶🌶🌶