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
Introdução à Programação com Python - Parte 4
Search
Ana Paula Mendes
June 19, 2020
Programming
1
68
Introdução à Programação com Python - Parte 4
Sumário:
Laço for;
Laço while.
Ana Paula Mendes
June 19, 2020
Tweet
Share
More Decks by Ana Paula Mendes
See All by Ana Paula Mendes
Aprendendo sobre Complexidade de Algoritmos com o Timsort
anapaulamendes
0
78
Criando uma API async com rate limit e testável
anapaulamendes
0
39
Backend + IA: Criando uma API para inferir diagnóstico de diabetes
anapaulamendes
0
49
Já ouviu a palavra do FastAPI hoje?
anapaulamendes
1
250
Desbravando HTTP com http.server
anapaulamendes
2
160
Dados categóricos em árvore de decisão utilizando libs Python
anapaulamendes
1
620
Introdução à Programação com Python - Parte 3
anapaulamendes
1
92
Construindo experiências antes do mercado
anapaulamendes
0
130
Introdução à Programação com Python - Parte 2
anapaulamendes
2
150
Other Decks in Programming
See All in Programming
役立つログに取り組もう
irof
24
7.7k
cXML という電子商取引の トランザクションを支える プロトコルと向きあっている話
phigasui
2
2k
僕がつくった48個のWebサービス達
yusukebe
17
16k
Vitest Browser Mode への期待 / Vitest Browser Mode
odanado
PRO
2
1.6k
Modern Angular: Renovation for Your Applications
manfredsteyer
PRO
0
160
JaSST 24 九州:ワークショップ(は除く)実践!マインドマップを活用したソフトウェアテスト+活用事例
satohiroyuki
0
170
生成 AI を活用した toitta 切片分類機能の裏側 / Inside toitta's AI-Based Factoid Clustering
pokutuna
0
530
The future of development – Are our jobs getting harder or easier?
hollycummins
1
240
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
140
いかにして不足・不整合なくデータ移行したか
tjmtmmnk
1
1k
Honoの来た道とこれから
yusukebe
19
3k
Why Spring Matters to Jakarta EE - and Vice Versa
ivargrimstad
0
610
Featured
See All Featured
Designing for Performance
lara
604
68k
Typedesign – Prime Four
hannesfritz
39
2.4k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Six Lessons from altMBA
skipperchong
26
3.4k
Optimizing for Happiness
mojombo
376
69k
Visualization
eitanlees
143
15k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
43
6.6k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
9
670
A Modern Web Designer's Workflow
chriscoyier
692
190k
Speed Design
sergeychernyshev
24
560
Docker and Python
trallard
40
3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
664
120k
Transcript
ANA NO TERMINAL Ana Paula Mendes I n t r
o d u ç ã o à p r o g r a m a ç ã o c o m P y t h o n - p a r t e 4 @ananoterminal • @ananoterminal • @ananoterminal •
@ananoterminal • BACHARELANDA EM CIÊNCIA DA COMPUTAÇÃO - UFPI TÉCNICA
EM DESENVOLVIMENTO DE SOFTWARE - IFPI DESENVOLVEDORA FULL STACK AMO OPEN SOURCE Boas vindas again! ana no terminal ana Paula mendes
@ananoterminal • @ananoterminal • @ananoterminal • Laços de Repetição
Para que servem os laços de repetição? Iterar computacionalmente de
forma automatizada. @ananoterminal •
revisão Listas; Tuplas; @ananoterminal •
Laços de Repetição for Itera sobre listas/tuplas; while Itera a
partir de condições; @ananoterminal •
for <var> in <lista/tupla>: COMANDOS Laço for @ananoterminal • COMANDOS_1
True False CONDIÇÃO
while <condição>: COMANDOS Laço while @ananoterminal • COMANDOS_1 True False
CONDIÇÃO
Escreva um algoritmo que lê 10 valores e diz quantos
desses valores são negativos, positivos, ímpares, pares, ou zero. Exercício @ananoterminal •
@ananoterminal • ANA PAULA MENDES @ananoterminal TWITTER INSTAGRAM E-MAIL
[email protected]
obrigada :)