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
16
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
27
Aula de Fundamentos de TI, aula 2
bacciotti
1
56
Python como ferramenta de ensino de POO
bacciotti
1
49
Python as an OOP teaching tool in the Information Systems course at the State University of Minas Gerais (Brazil)
bacciotti
1
44
Orientação a Objetos com Python
bacciotti
1
62
La enseñanza socrática
bacciotti
0
39
Desenvolvimento Web Aula 1
bacciotti
0
30
Desenvolvimento Web Aula 2
bacciotti
0
29
Apresentação da aula de Inteligência nos Negócios
bacciotti
0
27
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.5k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
We Have a Design System, Now What?
morganepeng
53
7.8k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Designing Experiences People Love
moore
142
24k
Agile that works and the tools we love
rasmusluckow
331
21k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Building Applications with DynamoDB
mza
96
6.6k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
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