minicurso introdução à linguagem python - etec palmital

Download Minicurso Introdução à linguagem Python - ETEC Palmital

If you can't read please download the document

Upload: othon-brigano

Post on 22-Jan-2017

57 views

Category:

Technology


2 download

TRANSCRIPT

MINICURSO DE INTRODUO A LINGUAGEM PYTHON

Slides disponveis em:https://othonalberto.com.br/talks

QUEM SOU EUOTHON BRIGAN

TCNICO EM INFORMTICA PARA INTERNET - ETEC (2015)

GRADUANDO EM CINCIA DA COMPUTAO - UTFPR, CAMPUS PONTA GROSSA

https://othonalberto.com.br/

COMO E POR QUE ENTREI NO TCNICO

DDW )

Menor ( < )

Atribuio ( = )

INDENTAO

INDENTAO EM PYTHON NO APENAS BOA PRTICA, REGRA.

ESTRUTURAS DE DECISOIF

ELSE

ELIF

IF/ELSE

ELIF

ESTRUTURAS DE REPETIOWHILE

FOR

WHILE

FOR

Alm das documentaes...

Grupo do Facebook: Python Brasil Programadores

Python para Zumbis (Fernando Masanori): http://pycursos.com/python-para-zumbis/

Python Club: http://pythonclub.com.br/

Learn Python The Hard Way: http://learnpythonthehardway.org/book/

Automate The Boring Stuff with Pythonhttps://automatetheboringstuff.com/

Pytube: http://pytube.org/

Instagram Engineering: https://engineering.instagram.com/

EXERCCIOSLISTA NA REDE

UTILIZE O EDITOR DE CDIGO QUE PREFERIR

PARA RODAR:

Pelo terminal, v at a pasta onde o arquivo est;

Digite: python3 nomedoarquivo.py.

Muito obrigado!

https://othonalberto.com.br/