Este repositório é dedicado aos exercícios de Python que foram feitos durantes estudos pessoais, acadêmicos ou ainda em processos seletivos.
Resoluções dos desafios
Conhecendo a linguagem
- Exercício Python #01
- Exercício Python #02
Primeiros passos
- Exercício Python #03
- Exercício Python #04
Cálculos e operações
- Exercício Python #05
- Exercício Python #06
- Exercício Python #07
- Exercício Python #08
- Exercício Python #09
- Exercício Python #010
- Exercício Python #011
- Exercício Python #012
- Exercício Python #013
- Exercício Python #014
- Exercício Python #015
Utilização de módulos
- Exercício Python #016
- Exercício Python #017
- Exercício Python #018
- Exercício Python #019
- Exercício Python #020
- Exercício Python #021
Strings
- Exercício Python #022
- Exercício Python #023
- Exercício Python #024
- Exercício Python #025
- Exercício Python #026
- Exercício Python #027
Estruturas condicionais
- Exercício Python #028
- Exercício Python #029
- Exercício Python #030
- Exercício Python #031
- Exercício Python #032
- Exercício Python #033
- Exercício Python #034
- Exercício Python #035
Cores no terminal
Condições em Python (if..elif)
- Exercício Python #036
- Exercício Python #037
- Exercício Python #038
- Exercício Python #039
- Exercício Python #040
- Exercício Python #041
- Exercício Python #042
- Exercício Python #043
- Exercício Python #044
- Exercício Python #045
Repetições em Python (for)
- Exercício Python #046
- Exercício Python #047
- Exercício Python #048
- Exercício Python #049
- Exercício Python #050
- Exercício Python #051
- Exercício Python #052
- Exercício Python #053
- Exercício Python #054
- Exercício Python #055
- Exercício Python #056
Repetições em Python (while)
- Exercício Python #057
- Exercício Python #058
- Exercício Python #059
- Exercício Python #060
- Exercício Python #061
- Exercício Python #062
- Exercício Python #063
- Exercício Python #064
- Exercício Python #065
- Exercício Python #066
- Exercício Python #067
- Exercício Python #068
- Exercício Python #069
- Exercício Python #070
- Exercício Python #071
Tuplas
- Exercício Python #072
- Exercício Python #073
- Exercício Python #074
- Exercício Python #075
- Exercício Python #076
- Exercício Python #077
Listas (Parte 1)
- Exercício Python #078
- Exercício Python #079
- Exercício Python #080
- Exercício Python #081
- Exercício Python #082
- Exercício Python #083
Listas (Parte 2)
- Exercício Python #084
- Exercício Python #085
- Exercício Python #086
- Exercício Python #087
- Exercício Python #088
- Exercício Python #089
Dicionários
- Exercício Python #090 - Dicionário em Python
- Exercício Python #091 - Jogo de dados em Python
- Exercício Python #092 - Cadastro de trabalhador em Python
- Exercício Python #093 - Cadastro de jogador de futebol
- Exercício Python #094 - Unindo dicionários e listas
- Exercício Python #095 - Aprimorando dicionários
Funções
- Exercício Python #096 - Função que calcula área
- Exercício Python #097 - Um print especial
- Exercício Python #098 - Função de contador
- Exercício Python #099 - Função que descobre o maior
- Exercício Python #100 - Funções para sortear e somar
- Exercício Python #101 - Funções para votação
- Exercício Python #102 - Função para fatorial
- Exercício Python #103 - Ficha do jogador
- Exercício Python #104 - Validando entrada de dados em Python
- Exercício Python #105 - Analisando e gerando dicionários
- Exercício Python #106 - Sistema interativo de ajuda em Python
Modularização em Python
- Exercício Python #107 - Exercitando módulos em Python
- Exercício Python #108 - Formatando moedas em Python
- Exercício Python #109 - Formatando moedas em Python
- Exercício Python #110 - Reduzindo ainda mais seu programa
- Exercício Python #111 - Transformando módulos em pacotes
- Exercício Python #112 - Entrada de dados monetários
Tratamento de erros em Python
- Exercício Python #113 - Funções aprofundadas em Python
- Exercício Python #114 - Site está acessível?
- Exercício Python #115a - Criando um menu em Python
- Exercício Python #115b - Criando um menu em Python
- Exercício Python #115c - Finalizando o projeto