├── .gitignore ├── 01_EstruturaSequencial ├── 01_alo_mundo.py ├── 02_imprime_numero.py ├── 03_soma_numeros.py ├── 04_media_notas.py ├── 05_metros_centimetros.py ├── 06_raio_circulo.py ├── 07_area_quadrado.py ├── 08_calcula_salario.py ├── 09_farenheit_celsius.py ├── 10_celsius_farenheit.py ├── 11_numeros.py ├── 12_peso_ideal.py ├── 13_peso_ideal_sexo.py ├── 14_pescador.py ├── 15_salario.py ├── 16_loja_tintas.py ├── 17_loja_tintas_2.py └── 18_taxa_transferencia.py ├── 02_EstruturasDecisao ├── 01_maior.py ├── 02_positivo_negativo.py ├── 03_sexo.py ├── 04_vogais_consoantes.py ├── 05_media_aluno.py ├── 06_maior_de_3_numeros.py ├── 07_maior_menor_de_3_numeros.py ├── 08_preco_produto.py ├── 09_ordem_descrescente.py ├── 10_turno_estudo.py ├── 11_salario_tabajara.py ├── 12_folha_pagamento.py ├── 13_dia_semana.py ├── 14_media_conceitos.py ├── 15_triangulo.py ├── 16_equacao_segundo_grau.py ├── 17_ano_bissexto.py ├── 18_verifica_data.py ├── 19_decomposicao_numerica.py ├── 20_media_tres_notas.py ├── 21_caixa_eletronico.py ├── 22_par_impar.py ├── 23_inteiro_decimal.py ├── 24_tres_operacoes.py ├── 25_detetive.py ├── 26_posto_gasolina.py ├── 27_macas_morangos.py └── 28_hipermercado_tabajara.py ├── 03_EstruturasRepeticao ├── 01_nota_valida.py ├── 02_user_pass.py ├── 03_valida_informacoes.py ├── 04_crescimento_paises.py ├── 05_cresimento_paises_input.py ├── 06_imprime_vinte_numeros.py ├── 07_maior_numero.py ├── 08_soma_media.py ├── 09_impares_ate_150.py ├── 09_retorna_invertido.py ├── 10_imprime_intervalo.py ├── 11_intervalo_com_soma.py ├── 12_gerador_tabuada.py ├── 13_potenciacao.py ├── 14_pares_impares.py ├── 15_fibonacci_1.py ├── 16_fibonacci_ate_500.py ├── 17_fatorial.py ├── 18_maior_menor_soma.py ├── 19_maior_menor_soma_menores_que_mil.py ├── 20_fatorial_ate_16.py ├── 21_34_primo.py ├── 22_primo_divisores.py ├── 23_35_primeiros_primos.py ├── 24_media_notas.py ├── 25_media_idades.py ├── 26_eleicao.py ├── 27_media_alunos.py ├── 28_media_cds.py ├── 29_tabela_199.py ├── 30_preco_pao.py ├── 31_caixa_registradora.py ├── 32_fatorial_descritiva.py ├── 33_temperaturas.py ├── 36_tabuada.py ├── 37_academia.py ├── 38_salario_funcionario.py ├── 39_alunos.py ├── 40_acidentes_cidades.py ├── 41_tabela_juros.py ├── 42_numeros_intervalo.py ├── 43_lanchonete.py ├── 44_eleicao.py ├── 45_gabarito.py ├── 46_salto.py ├── 47_ginastica.py ├── 48_numero_invertido.py ├── 49_51_serie.py └── 50_52_serie_2.py ├── 04_Listas ├── 01_cinco_numeros.py ├── 02_dez_numeros.py ├── 03_notas.py ├── 04_consoantes.py ├── 05_numeros_pares_impares.py ├── 06_notas_dez_alunos.py ├── 07_vetor_inteiros.py ├── 08_idade_altura.py ├── 09_soma_quadrados.py ├── 10_tres_vetores.py ├── 11_quatro_vetores.py ├── 12_alunos_altos.py ├── 13_temperaturas.py ├── 14_detetive.py ├── 15_relatorio_notas.py ├── 16_vendedores.py ├── 17_saltos.py ├── 18_melhor_atleta.py ├── 19_sistemas_operacionais.py ├── 20_abono_tabajara.py ├── 21_consumo_carros.py ├── 22_mouses.py ├── 23_entrada.txt ├── 23_espaco_disco.py ├── 23_saida.txt └── 24_dados.py ├── 05_Funcoes ├── 01_imprime.py ├── 02_imprime_sequencia.py ├── 03_soma.py ├── 04_positivo_negativo.py ├── 05_imposto.py ├── 06_converte_hora.py ├── 07_calcula_parcela.py ├── 08_quantidade_digitos.py ├── 09_retorna_invertido.py ├── 10_craps.py ├── 11_data_extenso.py ├── 12_embaralha_palavra.py ├── 13_desenha_moldura.py └── 14_quadrado_magico.py ├── 06_Strings ├── 01_tamanho_strings.py ├── 02_contrario_maiusculas.py ├── 03_nome_vertical.py ├── 04_nome_vertical_escada.py ├── 05_nome_vertical_escada_invertida.py ├── 06_data_extenso.py ├── 07_vogais_consoantes.py ├── 08_palindromo.py ├── 09_valida_cpf.py ├── 10_numero_extenso.py ├── 11_forca.py ├── 11_palavras.txt ├── 12_valida_telefone.py ├── 13_forca_embaralhada.py └── 14_leet_spek.py ├── 07_Arquivos ├── 01_entrada.txt ├── 01_saida.txt ├── 01_valida_arquivo_ip.py ├── 02_entrada.txt ├── 02_espaco_disco.py └── 02_saida.txt ├── 08_Classes ├── 01_Bola.py ├── 02_Quadrado.py ├── 03_Retangulo.py ├── 04_Pessoa.py ├── 05_ContaCorrente.py ├── 06_TV.py ├── 07_Tamagushi.py ├── 08_Macaco.py ├── 09_Ponto_Retangulo │ ├── 09_Ponto_Retangulo.py │ ├── Ponto.py │ └── Retangulo.py ├── 10_BombaCombustivel.py ├── 11_Carro.py ├── 12_ContaInvestimento.py ├── 13_Funcionario.py ├── 14_Funcionario_com_aumento.py ├── 15_BichinhoVirtualPlus.py └── 16_BichinhoBackdoor.py ├── 09_Curso_Terra ├── 01_soma.py ├── 02_dolares_euros.py ├── 03_valida_datacenter.py ├── 04_equipes.py ├── 05_valida_ips.py ├── 06_calculadora.py ├── 07_decorator.py ├── 08_argparse.py ├── 09_senhas.py ├── 10_check_vm.py ├── 11_facter.py ├── 12_facter.py ├── 13_facter_log.py ├── 14_check_names.py ├── 15_numero_romano.py ├── 16_flask │ ├── facter_app.py │ ├── facter_utils │ │ └── __init__.py │ └── templates │ │ └── facter.html ├── README.md ├── TreinamentoPythonTerra.pdf ├── facterutils │ └── __init__.py ├── names.csv └── teste.py ├── MaterialEstudo ├── 01_Python_Introducao.pdf ├── 02 - Python - Estruturas de Dados.pdf ├── 03 - Python - Orientacao a Objetos.pdf └── 04 - Flask.pdf └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/.gitignore -------------------------------------------------------------------------------- /01_EstruturaSequencial/01_alo_mundo.py: -------------------------------------------------------------------------------- 1 | print 'Alo mundo' 2 | -------------------------------------------------------------------------------- /01_EstruturaSequencial/02_imprime_numero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/02_imprime_numero.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/03_soma_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/03_soma_numeros.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/04_media_notas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/04_media_notas.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/05_metros_centimetros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/05_metros_centimetros.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/06_raio_circulo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/06_raio_circulo.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/07_area_quadrado.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/07_area_quadrado.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/08_calcula_salario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/08_calcula_salario.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/09_farenheit_celsius.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/09_farenheit_celsius.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/10_celsius_farenheit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/10_celsius_farenheit.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/11_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/11_numeros.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/12_peso_ideal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/12_peso_ideal.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/13_peso_ideal_sexo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/13_peso_ideal_sexo.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/14_pescador.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/14_pescador.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/15_salario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/15_salario.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/16_loja_tintas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/16_loja_tintas.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/17_loja_tintas_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/17_loja_tintas_2.py -------------------------------------------------------------------------------- /01_EstruturaSequencial/18_taxa_transferencia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/01_EstruturaSequencial/18_taxa_transferencia.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/01_maior.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/01_maior.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/02_positivo_negativo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/02_positivo_negativo.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/03_sexo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/03_sexo.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/04_vogais_consoantes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/04_vogais_consoantes.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/05_media_aluno.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/05_media_aluno.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/06_maior_de_3_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/06_maior_de_3_numeros.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/07_maior_menor_de_3_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/07_maior_menor_de_3_numeros.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/08_preco_produto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/08_preco_produto.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/09_ordem_descrescente.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/09_ordem_descrescente.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/10_turno_estudo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/10_turno_estudo.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/11_salario_tabajara.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/11_salario_tabajara.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/12_folha_pagamento.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/12_folha_pagamento.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/13_dia_semana.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/13_dia_semana.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/14_media_conceitos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/14_media_conceitos.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/15_triangulo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/15_triangulo.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/16_equacao_segundo_grau.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/16_equacao_segundo_grau.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/17_ano_bissexto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/17_ano_bissexto.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/18_verifica_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/18_verifica_data.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/19_decomposicao_numerica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/19_decomposicao_numerica.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/20_media_tres_notas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/20_media_tres_notas.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/21_caixa_eletronico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/21_caixa_eletronico.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/22_par_impar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/22_par_impar.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/23_inteiro_decimal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/23_inteiro_decimal.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/24_tres_operacoes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/24_tres_operacoes.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/25_detetive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/25_detetive.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/26_posto_gasolina.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/26_posto_gasolina.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/27_macas_morangos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/27_macas_morangos.py -------------------------------------------------------------------------------- /02_EstruturasDecisao/28_hipermercado_tabajara.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/02_EstruturasDecisao/28_hipermercado_tabajara.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/01_nota_valida.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/01_nota_valida.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/02_user_pass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/02_user_pass.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/03_valida_informacoes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/03_valida_informacoes.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/04_crescimento_paises.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/04_crescimento_paises.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/05_cresimento_paises_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/05_cresimento_paises_input.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/06_imprime_vinte_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/06_imprime_vinte_numeros.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/07_maior_numero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/07_maior_numero.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/08_soma_media.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/08_soma_media.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/09_impares_ate_150.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/09_impares_ate_150.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/09_retorna_invertido.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/09_retorna_invertido.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/10_imprime_intervalo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/10_imprime_intervalo.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/11_intervalo_com_soma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/11_intervalo_com_soma.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/12_gerador_tabuada.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/12_gerador_tabuada.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/13_potenciacao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/13_potenciacao.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/14_pares_impares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/14_pares_impares.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/15_fibonacci_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/15_fibonacci_1.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/16_fibonacci_ate_500.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/16_fibonacci_ate_500.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/17_fatorial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/17_fatorial.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/18_maior_menor_soma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/18_maior_menor_soma.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/19_maior_menor_soma_menores_que_mil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/19_maior_menor_soma_menores_que_mil.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/20_fatorial_ate_16.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/20_fatorial_ate_16.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/21_34_primo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/21_34_primo.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/22_primo_divisores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/22_primo_divisores.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/23_35_primeiros_primos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/23_35_primeiros_primos.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/24_media_notas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/24_media_notas.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/25_media_idades.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/25_media_idades.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/26_eleicao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/26_eleicao.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/27_media_alunos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/27_media_alunos.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/28_media_cds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/28_media_cds.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/29_tabela_199.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/29_tabela_199.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/30_preco_pao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/30_preco_pao.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/31_caixa_registradora.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/31_caixa_registradora.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/32_fatorial_descritiva.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/32_fatorial_descritiva.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/33_temperaturas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/33_temperaturas.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/36_tabuada.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/36_tabuada.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/37_academia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/37_academia.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/38_salario_funcionario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/38_salario_funcionario.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/39_alunos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/39_alunos.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/40_acidentes_cidades.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/40_acidentes_cidades.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/41_tabela_juros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/41_tabela_juros.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/42_numeros_intervalo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/42_numeros_intervalo.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/43_lanchonete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/43_lanchonete.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/44_eleicao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/44_eleicao.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/45_gabarito.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/45_gabarito.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/46_salto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/46_salto.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/47_ginastica.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/47_ginastica.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/48_numero_invertido.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/48_numero_invertido.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/49_51_serie.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/49_51_serie.py -------------------------------------------------------------------------------- /03_EstruturasRepeticao/50_52_serie_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/03_EstruturasRepeticao/50_52_serie_2.py -------------------------------------------------------------------------------- /04_Listas/01_cinco_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/01_cinco_numeros.py -------------------------------------------------------------------------------- /04_Listas/02_dez_numeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/02_dez_numeros.py -------------------------------------------------------------------------------- /04_Listas/03_notas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/03_notas.py -------------------------------------------------------------------------------- /04_Listas/04_consoantes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/04_consoantes.py -------------------------------------------------------------------------------- /04_Listas/05_numeros_pares_impares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/05_numeros_pares_impares.py -------------------------------------------------------------------------------- /04_Listas/06_notas_dez_alunos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/06_notas_dez_alunos.py -------------------------------------------------------------------------------- /04_Listas/07_vetor_inteiros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/07_vetor_inteiros.py -------------------------------------------------------------------------------- /04_Listas/08_idade_altura.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/08_idade_altura.py -------------------------------------------------------------------------------- /04_Listas/09_soma_quadrados.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/09_soma_quadrados.py -------------------------------------------------------------------------------- /04_Listas/10_tres_vetores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/10_tres_vetores.py -------------------------------------------------------------------------------- /04_Listas/11_quatro_vetores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/11_quatro_vetores.py -------------------------------------------------------------------------------- /04_Listas/12_alunos_altos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/12_alunos_altos.py -------------------------------------------------------------------------------- /04_Listas/13_temperaturas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/13_temperaturas.py -------------------------------------------------------------------------------- /04_Listas/14_detetive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/14_detetive.py -------------------------------------------------------------------------------- /04_Listas/15_relatorio_notas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/15_relatorio_notas.py -------------------------------------------------------------------------------- /04_Listas/16_vendedores.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/16_vendedores.py -------------------------------------------------------------------------------- /04_Listas/17_saltos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/17_saltos.py -------------------------------------------------------------------------------- /04_Listas/18_melhor_atleta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/18_melhor_atleta.py -------------------------------------------------------------------------------- /04_Listas/19_sistemas_operacionais.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/19_sistemas_operacionais.py -------------------------------------------------------------------------------- /04_Listas/20_abono_tabajara.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/20_abono_tabajara.py -------------------------------------------------------------------------------- /04_Listas/21_consumo_carros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/21_consumo_carros.py -------------------------------------------------------------------------------- /04_Listas/22_mouses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/22_mouses.py -------------------------------------------------------------------------------- /04_Listas/23_entrada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/23_entrada.txt -------------------------------------------------------------------------------- /04_Listas/23_espaco_disco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/23_espaco_disco.py -------------------------------------------------------------------------------- /04_Listas/23_saida.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/23_saida.txt -------------------------------------------------------------------------------- /04_Listas/24_dados.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/04_Listas/24_dados.py -------------------------------------------------------------------------------- /05_Funcoes/01_imprime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/01_imprime.py -------------------------------------------------------------------------------- /05_Funcoes/02_imprime_sequencia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/02_imprime_sequencia.py -------------------------------------------------------------------------------- /05_Funcoes/03_soma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/03_soma.py -------------------------------------------------------------------------------- /05_Funcoes/04_positivo_negativo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/04_positivo_negativo.py -------------------------------------------------------------------------------- /05_Funcoes/05_imposto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/05_imposto.py -------------------------------------------------------------------------------- /05_Funcoes/06_converte_hora.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/06_converte_hora.py -------------------------------------------------------------------------------- /05_Funcoes/07_calcula_parcela.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/07_calcula_parcela.py -------------------------------------------------------------------------------- /05_Funcoes/08_quantidade_digitos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/08_quantidade_digitos.py -------------------------------------------------------------------------------- /05_Funcoes/09_retorna_invertido.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/09_retorna_invertido.py -------------------------------------------------------------------------------- /05_Funcoes/10_craps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/10_craps.py -------------------------------------------------------------------------------- /05_Funcoes/11_data_extenso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/11_data_extenso.py -------------------------------------------------------------------------------- /05_Funcoes/12_embaralha_palavra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/12_embaralha_palavra.py -------------------------------------------------------------------------------- /05_Funcoes/13_desenha_moldura.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/13_desenha_moldura.py -------------------------------------------------------------------------------- /05_Funcoes/14_quadrado_magico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/05_Funcoes/14_quadrado_magico.py -------------------------------------------------------------------------------- /06_Strings/01_tamanho_strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/01_tamanho_strings.py -------------------------------------------------------------------------------- /06_Strings/02_contrario_maiusculas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/02_contrario_maiusculas.py -------------------------------------------------------------------------------- /06_Strings/03_nome_vertical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/03_nome_vertical.py -------------------------------------------------------------------------------- /06_Strings/04_nome_vertical_escada.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/04_nome_vertical_escada.py -------------------------------------------------------------------------------- /06_Strings/05_nome_vertical_escada_invertida.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/05_nome_vertical_escada_invertida.py -------------------------------------------------------------------------------- /06_Strings/06_data_extenso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/06_data_extenso.py -------------------------------------------------------------------------------- /06_Strings/07_vogais_consoantes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/07_vogais_consoantes.py -------------------------------------------------------------------------------- /06_Strings/08_palindromo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/08_palindromo.py -------------------------------------------------------------------------------- /06_Strings/09_valida_cpf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/09_valida_cpf.py -------------------------------------------------------------------------------- /06_Strings/10_numero_extenso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/10_numero_extenso.py -------------------------------------------------------------------------------- /06_Strings/11_forca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/11_forca.py -------------------------------------------------------------------------------- /06_Strings/11_palavras.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/11_palavras.txt -------------------------------------------------------------------------------- /06_Strings/12_valida_telefone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/12_valida_telefone.py -------------------------------------------------------------------------------- /06_Strings/13_forca_embaralhada.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/13_forca_embaralhada.py -------------------------------------------------------------------------------- /06_Strings/14_leet_spek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/06_Strings/14_leet_spek.py -------------------------------------------------------------------------------- /07_Arquivos/01_entrada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/07_Arquivos/01_entrada.txt -------------------------------------------------------------------------------- /07_Arquivos/01_saida.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/07_Arquivos/01_saida.txt -------------------------------------------------------------------------------- /07_Arquivos/01_valida_arquivo_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/07_Arquivos/01_valida_arquivo_ip.py -------------------------------------------------------------------------------- /07_Arquivos/02_entrada.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/07_Arquivos/02_entrada.txt -------------------------------------------------------------------------------- /07_Arquivos/02_espaco_disco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/07_Arquivos/02_espaco_disco.py -------------------------------------------------------------------------------- /07_Arquivos/02_saida.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/07_Arquivos/02_saida.txt -------------------------------------------------------------------------------- /08_Classes/01_Bola.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/01_Bola.py -------------------------------------------------------------------------------- /08_Classes/02_Quadrado.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/02_Quadrado.py -------------------------------------------------------------------------------- /08_Classes/03_Retangulo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/03_Retangulo.py -------------------------------------------------------------------------------- /08_Classes/04_Pessoa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/04_Pessoa.py -------------------------------------------------------------------------------- /08_Classes/05_ContaCorrente.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/05_ContaCorrente.py -------------------------------------------------------------------------------- /08_Classes/06_TV.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/06_TV.py -------------------------------------------------------------------------------- /08_Classes/07_Tamagushi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/07_Tamagushi.py -------------------------------------------------------------------------------- /08_Classes/08_Macaco.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/08_Macaco.py -------------------------------------------------------------------------------- /08_Classes/09_Ponto_Retangulo/09_Ponto_Retangulo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/09_Ponto_Retangulo/09_Ponto_Retangulo.py -------------------------------------------------------------------------------- /08_Classes/09_Ponto_Retangulo/Ponto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/09_Ponto_Retangulo/Ponto.py -------------------------------------------------------------------------------- /08_Classes/09_Ponto_Retangulo/Retangulo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/09_Ponto_Retangulo/Retangulo.py -------------------------------------------------------------------------------- /08_Classes/10_BombaCombustivel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/10_BombaCombustivel.py -------------------------------------------------------------------------------- /08_Classes/11_Carro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/11_Carro.py -------------------------------------------------------------------------------- /08_Classes/12_ContaInvestimento.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/12_ContaInvestimento.py -------------------------------------------------------------------------------- /08_Classes/13_Funcionario.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/13_Funcionario.py -------------------------------------------------------------------------------- /08_Classes/14_Funcionario_com_aumento.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/14_Funcionario_com_aumento.py -------------------------------------------------------------------------------- /08_Classes/15_BichinhoVirtualPlus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/15_BichinhoVirtualPlus.py -------------------------------------------------------------------------------- /08_Classes/16_BichinhoBackdoor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/08_Classes/16_BichinhoBackdoor.py -------------------------------------------------------------------------------- /09_Curso_Terra/01_soma.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # _*_ coding: utf-8 3 | 4 | print (20 + 5) * (4 + 2) 5 | -------------------------------------------------------------------------------- /09_Curso_Terra/02_dolares_euros.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | # _*_ coding: utf-8 3 | 4 | euro = 1.35 5 | print 65.54 * euro 6 | -------------------------------------------------------------------------------- /09_Curso_Terra/03_valida_datacenter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/03_valida_datacenter.py -------------------------------------------------------------------------------- /09_Curso_Terra/04_equipes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/04_equipes.py -------------------------------------------------------------------------------- /09_Curso_Terra/05_valida_ips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/05_valida_ips.py -------------------------------------------------------------------------------- /09_Curso_Terra/06_calculadora.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/06_calculadora.py -------------------------------------------------------------------------------- /09_Curso_Terra/07_decorator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/07_decorator.py -------------------------------------------------------------------------------- /09_Curso_Terra/08_argparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/08_argparse.py -------------------------------------------------------------------------------- /09_Curso_Terra/09_senhas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/09_senhas.py -------------------------------------------------------------------------------- /09_Curso_Terra/10_check_vm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/10_check_vm.py -------------------------------------------------------------------------------- /09_Curso_Terra/11_facter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/11_facter.py -------------------------------------------------------------------------------- /09_Curso_Terra/12_facter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/12_facter.py -------------------------------------------------------------------------------- /09_Curso_Terra/13_facter_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/13_facter_log.py -------------------------------------------------------------------------------- /09_Curso_Terra/14_check_names.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/14_check_names.py -------------------------------------------------------------------------------- /09_Curso_Terra/15_numero_romano.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/15_numero_romano.py -------------------------------------------------------------------------------- /09_Curso_Terra/16_flask/facter_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/16_flask/facter_app.py -------------------------------------------------------------------------------- /09_Curso_Terra/16_flask/facter_utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/16_flask/facter_utils/__init__.py -------------------------------------------------------------------------------- /09_Curso_Terra/16_flask/templates/facter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/16_flask/templates/facter.html -------------------------------------------------------------------------------- /09_Curso_Terra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/README.md -------------------------------------------------------------------------------- /09_Curso_Terra/TreinamentoPythonTerra.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/TreinamentoPythonTerra.pdf -------------------------------------------------------------------------------- /09_Curso_Terra/facterutils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/facterutils/__init__.py -------------------------------------------------------------------------------- /09_Curso_Terra/names.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/names.csv -------------------------------------------------------------------------------- /09_Curso_Terra/teste.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/09_Curso_Terra/teste.py -------------------------------------------------------------------------------- /MaterialEstudo/01_Python_Introducao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/MaterialEstudo/01_Python_Introducao.pdf -------------------------------------------------------------------------------- /MaterialEstudo/02 - Python - Estruturas de Dados.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/MaterialEstudo/02 - Python - Estruturas de Dados.pdf -------------------------------------------------------------------------------- /MaterialEstudo/03 - Python - Orientacao a Objetos.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/MaterialEstudo/03 - Python - Orientacao a Objetos.pdf -------------------------------------------------------------------------------- /MaterialEstudo/04 - Flask.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/MaterialEstudo/04 - Flask.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selatotal/pythonBrasilExercicios/HEAD/README.md --------------------------------------------------------------------------------