├── .gitignore ├── README.md ├── aula10.py ├── aula11.py ├── aula11_personalizar_excecao.py ├── aula12.py ├── aula2.py ├── aula3.py ├── aula4.py ├── aula5.py ├── aula6.py ├── aula7_calculadora1.py ├── aula7_calculadora2.py ├── aula7_televisao.py ├── aula8_contador_letras.py ├── aula8_importacao.py ├── aula8_lambda.py ├── aula9.py ├── images ├── dio.png └── galleani.png ├── meu_app.py └── slides ├── Fundamentos em Python - Aula 1.pptx ├── Fundamentos em Python - Aula 10.pptx ├── Fundamentos em Python - Aula 11.pptx ├── Fundamentos em Python - Aula 12.pptx ├── Fundamentos em Python - Aula 2.pptx ├── Fundamentos em Python - Aula 3.pptx ├── Fundamentos em Python - Aula 4.pptx ├── Fundamentos em Python - Aula 5.pptx ├── Fundamentos em Python - Aula 6.pptx ├── Fundamentos em Python - Aula 7.pptx ├── Fundamentos em Python - Aula 8.pptx └── Fundamentos em Python - Aula 9.pptx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/README.md -------------------------------------------------------------------------------- /aula10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula10.py -------------------------------------------------------------------------------- /aula11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula11.py -------------------------------------------------------------------------------- /aula11_personalizar_excecao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula11_personalizar_excecao.py -------------------------------------------------------------------------------- /aula12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula12.py -------------------------------------------------------------------------------- /aula2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula2.py -------------------------------------------------------------------------------- /aula3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula3.py -------------------------------------------------------------------------------- /aula4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula4.py -------------------------------------------------------------------------------- /aula5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula5.py -------------------------------------------------------------------------------- /aula6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula6.py -------------------------------------------------------------------------------- /aula7_calculadora1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula7_calculadora1.py -------------------------------------------------------------------------------- /aula7_calculadora2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula7_calculadora2.py -------------------------------------------------------------------------------- /aula7_televisao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula7_televisao.py -------------------------------------------------------------------------------- /aula8_contador_letras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula8_contador_letras.py -------------------------------------------------------------------------------- /aula8_importacao.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula8_importacao.py -------------------------------------------------------------------------------- /aula8_lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula8_lambda.py -------------------------------------------------------------------------------- /aula9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/aula9.py -------------------------------------------------------------------------------- /images/dio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/images/dio.png -------------------------------------------------------------------------------- /images/galleani.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/images/galleani.png -------------------------------------------------------------------------------- /meu_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/meu_app.py -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 1.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 10.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 10.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 11.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 11.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 12.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 12.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 2.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 3.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 4.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 4.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 5.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 5.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 6.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 6.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 7.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 7.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 8.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 8.pptx -------------------------------------------------------------------------------- /slides/Fundamentos em Python - Aula 9.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rafegal/fundamentos_dio_python/HEAD/slides/Fundamentos em Python - Aula 9.pptx --------------------------------------------------------------------------------