https://github.com/jweyrich/aprendendo-a-programar-com-python
Material de apoio utilizado no treinamento de Python com duração de 10 horas para alguns colaboradores da Teltec Solutions.
https://github.com/jweyrich/aprendendo-a-programar-com-python
presentation programming-language python teaching training training-materials
Last synced: 8 months ago
JSON representation
Material de apoio utilizado no treinamento de Python com duração de 10 horas para alguns colaboradores da Teltec Solutions.
- Host: GitHub
- URL: https://github.com/jweyrich/aprendendo-a-programar-com-python
- Owner: jweyrich
- Created: 2016-02-12T13:19:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T17:30:04.000Z (almost 10 years ago)
- Last Synced: 2025-02-24T00:20:32.482Z (11 months ago)
- Topics: presentation, programming-language, python, teaching, training, training-materials
- Language: Python
- Homepage: http://www.slideshare.net/JardelWeyrich/2016jan-aprendendo-a-programar-com-python
- Size: 1.59 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aprendendo a programar com Python
## Conteúdo
- Objetivos
- O que é uma linguagem?
- História do Python
- Por que usar uma linguagem de programação?
- Como o computador entende a linguagem?
- Acesso ao laboratório
- Preparação do ambiente
- Python - Hashbang (shebang)
- Python – Encoding dos arquivos
- Python - Comentários
- Python - Variáveis
- Python - Escopo
- Python - Indentação
- Python - Operações
- Python - Operadores
- Python - Precedência dos operadores
- Python - Conversões
- Python - Formatadores de string
- Python - Listas
- Python - Matrizes
- Python - Dicionários
- Python - Tuplas
- Python - Condições e condicionais
- Python - Loops (laços)
- Python - Funções
- Python - global
- Python - Módulos
- Python – Module Search Path (sys.path)
- Python - Pacotes
- Python – The Python Standard Library
- Python - Dicas
- Próximos treinamentos?
- Dúvidas?
- Referências