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
9
Aula de Fundamentos de TI, aula 2
bacciotti
1
44
Python como ferramenta de ensino de POO
bacciotti
1
38
Python as an OOP teaching tool in the Information Systems course at the State University of Minas Gerais (Brazil)
bacciotti
1
34
Orientação a Objetos com Python
bacciotti
1
42
La enseñanza socrática
bacciotti
0
30
Desenvolvimento Web Aula 1
bacciotti
0
12
Desenvolvimento Web Aula 2
bacciotti
0
15
Apresentação da aula de Inteligência nos Negócios
bacciotti
0
13
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
500
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
470
Understanding Cognitive Biases in Performance Measurement
bluesmoon
28
1.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.6k
Java REST API Framework Comparison - PWX 2021
mraible
29
8.5k
Bash Introduction
62gerente
611
210k
Into the Great Unknown - MozCon
thekraken
36
1.7k
Designing for humans not robots
tammielis
250
25k
How to Think Like a Performance Engineer
csswizardry
22
1.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
102
18k
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