├── Arquivos ├── gato.json ├── livros.xml ├── new_livros.xml ├── novo_livros.xml ├── personagem.json └── teste.txt ├── Capitulos ├── 01.Introdução.md ├── 02.Ambiente de Programação.md ├── 03.Sintaxe.md ├── 04.Tipos de Variáveis.md ├── 05.Números.md ├── 06.Strings.md ├── 07.Operadores.md ├── 08.Listas.md ├── 09.Tuplas.md ├── 10.Dicionários.md ├── 11.Sets.md ├── 12.Input.md ├── 13.If...Else.md ├── 14.ForLoops.md ├── 15.WhileLoops.md ├── 16.Funções.md ├── 17.Lambda.md ├── 18.Módulos.md ├── 19.InputOutputArquivos.md ├── 20.ErrosExceções.md ├── 21.DataTempo.md ├── 22.ClassesObjetos.md ├── 23.ExpressõesRegulares.md ├── 24.PythonJSON.md ├── 25.PythonXML.md ├── 26.Iteradores.md ├── 27.Geradores.md ├── 28.Decoradores.md ├── 29.PIP.md ├── 30.PythonMySQL.md ├── 31.PythonMongoDB.md ├── 32.Grandes Bibliotecas e Ferramentas.md └── 33.Referências Online.md ├── Imagens ├── ASCIITable.png ├── Algorithm.png ├── Avatar.png ├── BinaryNumbers.gif ├── Classes.png ├── ComputerArchitecture.png ├── Conditionals.png ├── Dictionary.png ├── Diferença.png ├── DiferençaSimétrica.png ├── DistanceFormula.png ├── File.png ├── ForLoop.png ├── Function.png ├── HinduAvatar.png ├── Intersecção.png ├── Introduction.png ├── JanKenPon.png ├── Lambda.png ├── Lists.png ├── Modules.png ├── Numbers.png ├── Object.png ├── Package.png ├── Permutations.png ├── Polymorphism.png ├── PythonFunction.png ├── Set.png ├── Sierpinski.png ├── String.png ├── União.png ├── Variables.png ├── WhileLoop.png ├── XkcdPython.png ├── abs.png ├── x-y.png ├── x.png ├── x_y.png └── xy.png ├── LICENSE └── README.md /Arquivos/gato.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Arquivos/gato.json -------------------------------------------------------------------------------- /Arquivos/livros.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Arquivos/livros.xml -------------------------------------------------------------------------------- /Arquivos/new_livros.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Arquivos/new_livros.xml -------------------------------------------------------------------------------- /Arquivos/novo_livros.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Arquivos/novo_livros.xml -------------------------------------------------------------------------------- /Arquivos/personagem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Arquivos/personagem.json -------------------------------------------------------------------------------- /Arquivos/teste.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Arquivos/teste.txt -------------------------------------------------------------------------------- /Capitulos/01.Introdução.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/01.Introdução.md -------------------------------------------------------------------------------- /Capitulos/02.Ambiente de Programação.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/02.Ambiente de Programação.md -------------------------------------------------------------------------------- /Capitulos/03.Sintaxe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/03.Sintaxe.md -------------------------------------------------------------------------------- /Capitulos/04.Tipos de Variáveis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/04.Tipos de Variáveis.md -------------------------------------------------------------------------------- /Capitulos/05.Números.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/05.Números.md -------------------------------------------------------------------------------- /Capitulos/06.Strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/06.Strings.md -------------------------------------------------------------------------------- /Capitulos/07.Operadores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/07.Operadores.md -------------------------------------------------------------------------------- /Capitulos/08.Listas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/08.Listas.md -------------------------------------------------------------------------------- /Capitulos/09.Tuplas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/09.Tuplas.md -------------------------------------------------------------------------------- /Capitulos/10.Dicionários.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/10.Dicionários.md -------------------------------------------------------------------------------- /Capitulos/11.Sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/11.Sets.md -------------------------------------------------------------------------------- /Capitulos/12.Input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/12.Input.md -------------------------------------------------------------------------------- /Capitulos/13.If...Else.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/13.If...Else.md -------------------------------------------------------------------------------- /Capitulos/14.ForLoops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/14.ForLoops.md -------------------------------------------------------------------------------- /Capitulos/15.WhileLoops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/15.WhileLoops.md -------------------------------------------------------------------------------- /Capitulos/16.Funções.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/16.Funções.md -------------------------------------------------------------------------------- /Capitulos/17.Lambda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/17.Lambda.md -------------------------------------------------------------------------------- /Capitulos/18.Módulos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/18.Módulos.md -------------------------------------------------------------------------------- /Capitulos/19.InputOutputArquivos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/19.InputOutputArquivos.md -------------------------------------------------------------------------------- /Capitulos/20.ErrosExceções.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/20.ErrosExceções.md -------------------------------------------------------------------------------- /Capitulos/21.DataTempo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/21.DataTempo.md -------------------------------------------------------------------------------- /Capitulos/22.ClassesObjetos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/22.ClassesObjetos.md -------------------------------------------------------------------------------- /Capitulos/23.ExpressõesRegulares.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/23.ExpressõesRegulares.md -------------------------------------------------------------------------------- /Capitulos/24.PythonJSON.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/24.PythonJSON.md -------------------------------------------------------------------------------- /Capitulos/25.PythonXML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/25.PythonXML.md -------------------------------------------------------------------------------- /Capitulos/26.Iteradores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/26.Iteradores.md -------------------------------------------------------------------------------- /Capitulos/27.Geradores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/27.Geradores.md -------------------------------------------------------------------------------- /Capitulos/28.Decoradores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/28.Decoradores.md -------------------------------------------------------------------------------- /Capitulos/29.PIP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/29.PIP.md -------------------------------------------------------------------------------- /Capitulos/30.PythonMySQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/30.PythonMySQL.md -------------------------------------------------------------------------------- /Capitulos/31.PythonMongoDB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/31.PythonMongoDB.md -------------------------------------------------------------------------------- /Capitulos/32.Grandes Bibliotecas e Ferramentas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/32.Grandes Bibliotecas e Ferramentas.md -------------------------------------------------------------------------------- /Capitulos/33.Referências Online.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Capitulos/33.Referências Online.md -------------------------------------------------------------------------------- /Imagens/ASCIITable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/ASCIITable.png -------------------------------------------------------------------------------- /Imagens/Algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Algorithm.png -------------------------------------------------------------------------------- /Imagens/Avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Avatar.png -------------------------------------------------------------------------------- /Imagens/BinaryNumbers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/BinaryNumbers.gif -------------------------------------------------------------------------------- /Imagens/Classes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Classes.png -------------------------------------------------------------------------------- /Imagens/ComputerArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/ComputerArchitecture.png -------------------------------------------------------------------------------- /Imagens/Conditionals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Conditionals.png -------------------------------------------------------------------------------- /Imagens/Dictionary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Dictionary.png -------------------------------------------------------------------------------- /Imagens/Diferença.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Diferença.png -------------------------------------------------------------------------------- /Imagens/DiferençaSimétrica.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/DiferençaSimétrica.png -------------------------------------------------------------------------------- /Imagens/DistanceFormula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/DistanceFormula.png -------------------------------------------------------------------------------- /Imagens/File.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/File.png -------------------------------------------------------------------------------- /Imagens/ForLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/ForLoop.png -------------------------------------------------------------------------------- /Imagens/Function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Function.png -------------------------------------------------------------------------------- /Imagens/HinduAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/HinduAvatar.png -------------------------------------------------------------------------------- /Imagens/Intersecção.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Intersecção.png -------------------------------------------------------------------------------- /Imagens/Introduction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Introduction.png -------------------------------------------------------------------------------- /Imagens/JanKenPon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/JanKenPon.png -------------------------------------------------------------------------------- /Imagens/Lambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Lambda.png -------------------------------------------------------------------------------- /Imagens/Lists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Lists.png -------------------------------------------------------------------------------- /Imagens/Modules.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Modules.png -------------------------------------------------------------------------------- /Imagens/Numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Numbers.png -------------------------------------------------------------------------------- /Imagens/Object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Object.png -------------------------------------------------------------------------------- /Imagens/Package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Package.png -------------------------------------------------------------------------------- /Imagens/Permutations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Permutations.png -------------------------------------------------------------------------------- /Imagens/Polymorphism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Polymorphism.png -------------------------------------------------------------------------------- /Imagens/PythonFunction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/PythonFunction.png -------------------------------------------------------------------------------- /Imagens/Set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Set.png -------------------------------------------------------------------------------- /Imagens/Sierpinski.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Sierpinski.png -------------------------------------------------------------------------------- /Imagens/String.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/String.png -------------------------------------------------------------------------------- /Imagens/União.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/União.png -------------------------------------------------------------------------------- /Imagens/Variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/Variables.png -------------------------------------------------------------------------------- /Imagens/WhileLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/WhileLoop.png -------------------------------------------------------------------------------- /Imagens/XkcdPython.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/XkcdPython.png -------------------------------------------------------------------------------- /Imagens/abs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/abs.png -------------------------------------------------------------------------------- /Imagens/x-y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/x-y.png -------------------------------------------------------------------------------- /Imagens/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/x.png -------------------------------------------------------------------------------- /Imagens/x_y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/x_y.png -------------------------------------------------------------------------------- /Imagens/xy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/Imagens/xy.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/the-akira/Python-Iluminado/HEAD/README.md --------------------------------------------------------------------------------