Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Programação Orientada a Objetos II - Aula 1
Search
Tiago Bacciotti Moreira
March 10, 2024
0
10
Programação Orientada a Objetos II - Aula 1
Slides da disciplina Programação Orientada a Objetos II realizada durante a pandemia
Tiago Bacciotti Moreira
March 10, 2024
Tweet
Share
More Decks by Tiago Bacciotti Moreira
See All by Tiago Bacciotti Moreira
Soft Skillss - Unifucamp
bacciotti
0
18
Aula de Fundamentos de TI, aula 2
bacciotti
1
52
Python como ferramenta de ensino de POO
bacciotti
1
43
Python as an OOP teaching tool in the Information Systems course at the State University of Minas Gerais (Brazil)
bacciotti
1
36
Orientação a Objetos com Python
bacciotti
1
49
La enseñanza socrática
bacciotti
0
31
Desenvolvimento Web Aula 1
bacciotti
0
19
Desenvolvimento Web Aula 2
bacciotti
0
24
Apresentação da aula de Inteligência nos Negócios
bacciotti
0
17
Featured
See All Featured
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
25
2.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
What's in a price? How to price your products and services
michaelherold
245
12k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Docker and Python
trallard
44
3.4k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
Being A Developer After 40
akosma
91
590k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
The Invisible Side of Design
smashingmag
299
50k
Become a Pro
speakerdeck
PRO
28
5.4k
Transcript
Programação Orientada a Objetos II Tiago Bacciotti Moreira
None
Escopo de trabalho Conceitos Fundamentais Python 3.8.1 Jupyter Notebook (Mini-curso)
MUITOS exercícios
Recursos Slides Conteúdo Web Atendimento
Recursos Replit.it Google Colab
None
None
Link Classroom Repl.it http://bit.ly/uemg2020
Link Entrega de Atividades http://bit.ly/entrega2020
None
None
Github https://github.com/baciotti/A ulasUEMG
Introdução Fonte: https://www.tutorialspoint.com/python3/python_overview.htm
Algumas características Interpretado Interativo Orientado a Objeto Fácil de ler/escrever/manter
Vasta biblioteca
None
None
None
None
None
Declarando variáveis
Tipos de Dados Números (int, float) String Listas Tuplas Dicionários
None
None
None
None