python-programming

所属分类:Python编程
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2023-10-27 19:00:34
上 传 者sh-1993
说明:  Python编程入门课程,
(Introductory course on Python programming,)

文件列表:
.idea/ (0, 2023-12-08)
.idea/inspectionProfiles/ (0, 2023-12-08)
.idea/inspectionProfiles/profiles_settings.xml (174, 2023-12-08)
.idea/misc.xml (185, 2023-12-08)
.idea/modules.xml (288, 2023-12-08)
.idea/python-programming.iml (317, 2023-12-08)
.idea/vcs.xml (180, 2023-12-08)
LICENSE (35149, 2023-12-08)
_config.yml (27, 2023-12-08)
binder/ (0, 2023-12-08)
binder/environment.yml (356, 2023-12-08)
binder/postBuild (1637, 2023-12-08)
binder/start (281, 2023-12-08)
binder/start.mysql (1571, 2023-12-08)
docs/ (0, 2023-12-08)
docs/Acesso-ao-material-das-aulas-resolucao-e-entrega-dos-laboratorios.pdf (1707984, 2023-12-08)
docs/Tutorial-de-Instalação-Ambiente-Python-Jupyter.pdf (1187603, 2023-12-08)
docs/folha de dicas - cheat-sheet-python3.pdf (248523, 2023-12-08)
docs/folha-de-dicas-cheat-sheet-python3.pdf (248523, 2023-12-08)
docs/pythonlearn (2).pdf (2485976, 2023-12-08)
extras/ (0, 2023-12-08)
extras/.ipynb_checkpoints/ (0, 2023-12-08)
extras/.ipynb_checkpoints/Sobrecarga de operadores-checkpoint.ipynb (7599, 2023-12-08)
extras/Mapeamento objeto-relacional.ipynb (6545, 2023-12-08)
extras/Sobrecarga de operadores.ipynb (7599, 2023-12-08)
extras/Tema06_Fundamentos_de_Orientacao_a_Objetos (long).ipynb (55481, 2023-12-08)
extras/Tema06_Fundamentos_de_Orientacao_a_Objetos (short - 1S2021).ipynb (49288, 2023-12-08)
extras/Tema06_Fundamentos_de_Orientacao_a_Objetos (short).ipynb (46936, 2023-12-08)
figures/ (0, 2023-12-08)
figures/C126_Prova_2_2S2023_lucidchart.png (120468, 2023-12-08)
figures/C126_figures.pptx (2546061, 2023-12-08)
figures/Prova_C126_1S2023_Classes_UML.png (215559, 2023-12-08)
figures/arduino.png (22809, 2023-12-08)
figures/boole.jpg (9607, 2023-12-08)
figures/classe_animal.png (9787, 2023-12-08)
figures/classe_funcionario.png (10125, 2023-12-08)
... ...

# C126 - Introduo à Programao em Python Repositório contendo o material da disciplina "Introduo à Programao em Python". ## Conteúdo programático Aqui vocês encontram os links para os notebooks das aulas. **OBS.: Vocês podem executar os notebooks tanto no Binder quanto no Google Colab, porém, o Google Colab é mais rápido e tem maior disponibilidade de servidores.** ### 1. Introduo ao Python [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema01_Introducao_ao_Python.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema01_Introducao_ao_Python.ipynb) ### 2. Tipos de dados, operadores, modulos, pacotes, strings e mensagens de erro [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema02_Miscelanea.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema02_Miscelanea.ipynb) ### 3. Operadores de comparao, lógicos, controle de fluxo e laos de repetio [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema03_Controle_de_fluxo_lacos_de_repeticao_operadores_logicos_e_de_comparacao.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema03_Controle_de_fluxo_lacos_de_repeticao_operadores_logicos_e_de_comparacao.ipynb) ### 4. Funes [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema04_Funcoes.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema04_Funcoes.ipynb) ### 5. Prova #1 [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/provas/Prova-1-C126-L1-(2S2023).ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=provas%2FProva-1-C126-L1-(2S2023).ipynb) #### 5.1. Lista de exercícios de reviso [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/provas/exercicios_de_revisao_para_p1.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=provas%2Fexercicios_de_revisao_para_p1.ipynb) ### 6. Colees de dados [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema05_Colecoes_de_dados.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema05_Colecoes_de_dados.ipynb) ### 7. Fundamentos de Orientao a Objetos [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema06_Fundamentos_de_Orientacao_a_Objetos.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema06_Fundamentos_de_Orientacao_a_Objetos.ipynb) ### 8. Análise de dados com Python [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema07_Analise_de_dados_com_Python.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema07_Analise_de_dados_com_Python.ipynb) ### 9. Trabalhando com Arquivos [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/notebooks/Tema08_Trabalhando_com_Arquivos.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=notebooks%2FTema08_Trabalhando_com_Arquivos.ipynb) ### 10. Prova #2 [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/provas/Prova-2-C126-L1-(2S2023).ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=provas%2FProva-2-C126-L1-(2S2023).ipynb) #### 10.1. Lista de exercícios de reviso [![Google Colab](https://badgen.net/badge/Launch/on%20Google%20Colab/blue?icon=terminal)](https://colab.research.google.com/github/zz4fap/python-programming/blob/master/provas/exercicios_de_revisao_para_p2.ipynb) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/zz4fap/python-programming/master?filepath=provas%2Fexercicios_de_revisao_para_p2.ipynb) Felipe Augusto Pereira de Figueiredo felipe.figueiredo@inatel.br

近期下载者

相关文件


收藏者