python, por onde começar? @ftsl2014

69
Programando com Python Recursos para aprender Python Ramiro Luz 2 1 Associac ¸˜ ao Python Brasil - APyBR 2 Comunidade de usu ´ arios Python Brasileira Grupo de Usu´ arios Python do Paran´ a I Semana de Software Livre de Curitiba, setembro de 2014 Ramiro Batista da Luz (APyBR) Python, por onde comec ¸ar FTSL 2014 1 / 19

Upload: ramiro-batista-da-luz

Post on 18-Dec-2014

211 views

Category:

Technology


42 download

DESCRIPTION

Palestra apresentada na primeira semana de software livre de Curitiba. FTSL + Software Freedom Day.

TRANSCRIPT

Page 1: Python, por onde começar? @FTSL2014

Programando com PythonRecursos para aprender Python

Ramiro Luz2

1Associacao Python Brasil - APyBR

2Comunidade de usuarios Python BrasileiraGrupo de Usuarios Python do Parana

I Semana de Software Livre de Curitiba, setembro de 2014

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 1 / 19

Page 2: Python, por onde começar? @FTSL2014

Roteiro

1 IntroducaoSobre o palestranteSobre a linguagem

2 Diferentes formas para aprender

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 2 / 19

Page 3: Python, por onde começar? @FTSL2014

Roteiro

1 IntroducaoSobre o palestranteSobre a linguagem

2 Diferentes formas para aprender

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 2 / 19

Page 4: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Roteiro

1 IntroducaoSobre o palestranteSobre a linguagem

2 Diferentes formas para aprender

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 3 / 19

Page 5: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Historia de programador

cp200, fitas magneticas, gravadores e programas em basic.Turbo Pascal e Clipper Summer.A busca, VisualDbase(DBase5), Visual FoxPro, Visual Basic,Java, Delphi, PHP e finalmente a linguagem Python.Comunidade

Grupo de usuarios de Python do Parana, GruPy-PRhttp://www.python.org.br/wiki/GrupyPrMembro suplente do Conselho Deliberativo da Associacao PythonBrasil, http://associacao.python.org.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 4 / 19

Page 6: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Historia de programador

cp200, fitas magneticas, gravadores e programas em basic.Turbo Pascal e Clipper Summer.A busca, VisualDbase(DBase5), Visual FoxPro, Visual Basic,Java, Delphi, PHP e finalmente a linguagem Python.Comunidade

Grupo de usuarios de Python do Parana, GruPy-PRhttp://www.python.org.br/wiki/GrupyPrMembro suplente do Conselho Deliberativo da Associacao PythonBrasil, http://associacao.python.org.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 4 / 19

Page 7: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Historia de programador

cp200, fitas magneticas, gravadores e programas em basic.Turbo Pascal e Clipper Summer.A busca, VisualDbase(DBase5), Visual FoxPro, Visual Basic,Java, Delphi, PHP e finalmente a linguagem Python.Comunidade

Grupo de usuarios de Python do Parana, GruPy-PRhttp://www.python.org.br/wiki/GrupyPrMembro suplente do Conselho Deliberativo da Associacao PythonBrasil, http://associacao.python.org.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 4 / 19

Page 8: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Historia de programador

cp200, fitas magneticas, gravadores e programas em basic.Turbo Pascal e Clipper Summer.A busca, VisualDbase(DBase5), Visual FoxPro, Visual Basic,Java, Delphi, PHP e finalmente a linguagem Python.Comunidade

Grupo de usuarios de Python do Parana, GruPy-PRhttp://www.python.org.br/wiki/GrupyPrMembro suplente do Conselho Deliberativo da Associacao PythonBrasil, http://associacao.python.org.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 4 / 19

Page 9: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Historia de programador

cp200, fitas magneticas, gravadores e programas em basic.Turbo Pascal e Clipper Summer.A busca, VisualDbase(DBase5), Visual FoxPro, Visual Basic,Java, Delphi, PHP e finalmente a linguagem Python.Comunidade

Grupo de usuarios de Python do Parana, GruPy-PRhttp://www.python.org.br/wiki/GrupyPrMembro suplente do Conselho Deliberativo da Associacao PythonBrasil, http://associacao.python.org.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 4 / 19

Page 10: Python, por onde começar? @FTSL2014

Introducao Sobre o palestrante

Historia de programador

cp200, fitas magneticas, gravadores e programas em basic.Turbo Pascal e Clipper Summer.A busca, VisualDbase(DBase5), Visual FoxPro, Visual Basic,Java, Delphi, PHP e finalmente a linguagem Python.Comunidade

Grupo de usuarios de Python do Parana, GruPy-PRhttp://www.python.org.br/wiki/GrupyPrMembro suplente do Conselho Deliberativo da Associacao PythonBrasil, http://associacao.python.org.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 4 / 19

Page 11: Python, por onde começar? @FTSL2014

Introducao Sobre a linguagem

Roteiro

1 IntroducaoSobre o palestranteSobre a linguagem

2 Diferentes formas para aprender

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 5 / 19

Page 12: Python, por onde começar? @FTSL2014

Introducao Sobre a linguagem

Conceitos

Site oficial http://www.python.org.Linguagem interpretada.Multi plataforma.Tipagem dinamica.Delimitada por edentacao.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 6 / 19

Page 13: Python, por onde começar? @FTSL2014

Introducao Sobre a linguagem

Conceitos

Site oficial http://www.python.org.Linguagem interpretada.Multi plataforma.Tipagem dinamica.Delimitada por edentacao.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 6 / 19

Page 14: Python, por onde começar? @FTSL2014

Introducao Sobre a linguagem

Conceitos

Site oficial http://www.python.org.Linguagem interpretada.Multi plataforma.Tipagem dinamica.Delimitada por edentacao.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 6 / 19

Page 15: Python, por onde começar? @FTSL2014

Introducao Sobre a linguagem

Conceitos

Site oficial http://www.python.org.Linguagem interpretada.Multi plataforma.Tipagem dinamica.Delimitada por edentacao.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 6 / 19

Page 16: Python, por onde começar? @FTSL2014

Introducao Sobre a linguagem

Conceitos

Site oficial http://www.python.org.Linguagem interpretada.Multi plataforma.Tipagem dinamica.Delimitada por edentacao.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 6 / 19

Page 17: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Como aprender

TutoriaisCursos presenciaisLivrosCursos a distancia

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 7 / 19

Page 18: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Como aprender

TutoriaisCursos presenciaisLivrosCursos a distancia

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 7 / 19

Page 19: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Como aprender

TutoriaisCursos presenciaisLivrosCursos a distancia

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 7 / 19

Page 20: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Como aprender

TutoriaisCursos presenciaisLivrosCursos a distancia

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 7 / 19

Page 21: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Tutoriais

Guia para iniciantes -https://wiki.python.org/moin/BeginnersGuide.Tutorial oficial da versao 3 -https://docs.python.org/3/tutorial/index.html.Tutorial oficial da versao 2 -https://docs.python.org/2/tutorial/index.html.Versao 2 ou 3 -https://wiki.python.org/moin/Python2orPython3.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 8 / 19

Page 22: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Tutoriais

Guia para iniciantes -https://wiki.python.org/moin/BeginnersGuide.Tutorial oficial da versao 3 -https://docs.python.org/3/tutorial/index.html.Tutorial oficial da versao 2 -https://docs.python.org/2/tutorial/index.html.Versao 2 ou 3 -https://wiki.python.org/moin/Python2orPython3.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 8 / 19

Page 23: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Tutoriais

Guia para iniciantes -https://wiki.python.org/moin/BeginnersGuide.Tutorial oficial da versao 3 -https://docs.python.org/3/tutorial/index.html.Tutorial oficial da versao 2 -https://docs.python.org/2/tutorial/index.html.Versao 2 ou 3 -https://wiki.python.org/moin/Python2orPython3.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 8 / 19

Page 24: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Tutoriais

Guia para iniciantes -https://wiki.python.org/moin/BeginnersGuide.Tutorial oficial da versao 3 -https://docs.python.org/3/tutorial/index.html.Tutorial oficial da versao 2 -https://docs.python.org/2/tutorial/index.html.Versao 2 ou 3 -https://wiki.python.org/moin/Python2orPython3.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 8 / 19

Page 25: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos presenciais

Apenas um em Curitiba.Elaborata. http://va.mu/jhMw.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 9 / 19

Page 26: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos presenciais

Apenas um em Curitiba.Elaborata. http://va.mu/jhMw.

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 9 / 19

Page 27: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros I

Lista completa - https://wiki.python.org/moin/PythonBooksPython para desenvolvedores -http://ark4n.wordpress.com/python/

Introducao a programacao com Python -http://www.nilo.pro.br/iprog/

Python e Django - Desenvolvimento agil de Aplicacoes Web -http://www.pythonedjango.com.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 10 / 19

Page 28: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros I

Lista completa - https://wiki.python.org/moin/PythonBooksPython para desenvolvedores -http://ark4n.wordpress.com/python/

Introducao a programacao com Python -http://www.nilo.pro.br/iprog/

Python e Django - Desenvolvimento agil de Aplicacoes Web -http://www.pythonedjango.com.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 10 / 19

Page 29: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros I

Lista completa - https://wiki.python.org/moin/PythonBooksPython para desenvolvedores -http://ark4n.wordpress.com/python/

Introducao a programacao com Python -http://www.nilo.pro.br/iprog/

Python e Django - Desenvolvimento agil de Aplicacoes Web -http://www.pythonedjango.com.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 10 / 19

Page 30: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros I

Lista completa - https://wiki.python.org/moin/PythonBooksPython para desenvolvedores -http://ark4n.wordpress.com/python/

Introducao a programacao com Python -http://www.nilo.pro.br/iprog/

Python e Django - Desenvolvimento agil de Aplicacoes Web -http://www.pythonedjango.com.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 10 / 19

Page 31: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros II

Dive into Python - http://www.diveintopython.net/Thinking in Python -http://www.mindview.net/Books/TIPython

A byte of Python - http://www.swaroopch.com/notes/python/How to think like a computer scientist - http://va.mu/jhM2

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 11 / 19

Page 32: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros II

Dive into Python - http://www.diveintopython.net/Thinking in Python -http://www.mindview.net/Books/TIPython

A byte of Python - http://www.swaroopch.com/notes/python/How to think like a computer scientist - http://va.mu/jhM2

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 11 / 19

Page 33: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros II

Dive into Python - http://www.diveintopython.net/Thinking in Python -http://www.mindview.net/Books/TIPython

A byte of Python - http://www.swaroopch.com/notes/python/How to think like a computer scientist - http://va.mu/jhM2

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 11 / 19

Page 34: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Livros II

Dive into Python - http://www.diveintopython.net/Thinking in Python -http://www.mindview.net/Books/TIPython

A byte of Python - http://www.swaroopch.com/notes/python/How to think like a computer scientist - http://va.mu/jhM2

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 11 / 19

Page 35: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Material audio visual

Lista oficial - https://www.python.org/doc/avShowMeDo - http://showmedo.com/videotutorials/pythonVıdeos de Python - http://www.pyvideo.org/CodingEntrepreneurs - http://va.mu/ARXoH

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 12 / 19

Page 36: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Material audio visual

Lista oficial - https://www.python.org/doc/avShowMeDo - http://showmedo.com/videotutorials/pythonVıdeos de Python - http://www.pyvideo.org/CodingEntrepreneurs - http://va.mu/ARXoH

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 12 / 19

Page 37: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Material audio visual

Lista oficial - https://www.python.org/doc/avShowMeDo - http://showmedo.com/videotutorials/pythonVıdeos de Python - http://www.pyvideo.org/CodingEntrepreneurs - http://va.mu/ARXoH

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 12 / 19

Page 38: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Material audio visual

Lista oficial - https://www.python.org/doc/avShowMeDo - http://showmedo.com/videotutorials/pythonVıdeos de Python - http://www.pyvideo.org/CodingEntrepreneurs - http://va.mu/ARXoH

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 12 / 19

Page 39: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Python na educacao I

Lessons Learned in Teaching Python - http://va.mu/jhNJTeaching with the IPython Notebook - http://va.mu/jhNNWhat teachers really need from us - http://va.mu/jhNP

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 13 / 19

Page 40: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Python na educacao I

Lessons Learned in Teaching Python - http://va.mu/jhNJTeaching with the IPython Notebook - http://va.mu/jhNNWhat teachers really need from us - http://va.mu/jhNP

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 13 / 19

Page 41: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Python na educacao I

Lessons Learned in Teaching Python - http://va.mu/jhNJTeaching with the IPython Notebook - http://va.mu/jhNNWhat teachers really need from us - http://va.mu/jhNP

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 13 / 19

Page 42: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Python na educacao II

Planning and Tending the Garden: The Future of Early ChildhoodPython Education - http://va.mu/jhNZThe Young Coder: Let’s Learn Python - http://va.mu/jhNeTeaching Python: To Infinity and Beyond - http://va.mu/jhNg

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 14 / 19

Page 43: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Python na educacao II

Planning and Tending the Garden: The Future of Early ChildhoodPython Education - http://va.mu/jhNZThe Young Coder: Let’s Learn Python - http://va.mu/jhNeTeaching Python: To Infinity and Beyond - http://va.mu/jhNg

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 14 / 19

Page 44: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Python na educacao II

Planning and Tending the Garden: The Future of Early ChildhoodPython Education - http://va.mu/jhNZThe Young Coder: Let’s Learn Python - http://va.mu/jhNeTeaching Python: To Infinity and Beyond - http://va.mu/jhNg

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 14 / 19

Page 45: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia I

Curso online de Python intermediario - http://va.mu/jhNmPyCursos - http://pycursos.com/Python para Zumbies -http://pycursos.com/python-para-zumbis/

Welcome to the Django - http://welcometothedjango.com.br/Python Pro - http://python.pro.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 15 / 19

Page 46: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia I

Curso online de Python intermediario - http://va.mu/jhNmPyCursos - http://pycursos.com/Python para Zumbies -http://pycursos.com/python-para-zumbis/

Welcome to the Django - http://welcometothedjango.com.br/Python Pro - http://python.pro.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 15 / 19

Page 47: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia I

Curso online de Python intermediario - http://va.mu/jhNmPyCursos - http://pycursos.com/Python para Zumbies -http://pycursos.com/python-para-zumbis/

Welcome to the Django - http://welcometothedjango.com.br/Python Pro - http://python.pro.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 15 / 19

Page 48: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia I

Curso online de Python intermediario - http://va.mu/jhNmPyCursos - http://pycursos.com/Python para Zumbies -http://pycursos.com/python-para-zumbis/

Welcome to the Django - http://welcometothedjango.com.br/Python Pro - http://python.pro.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 15 / 19

Page 49: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia I

Curso online de Python intermediario - http://va.mu/jhNmPyCursos - http://pycursos.com/Python para Zumbies -http://pycursos.com/python-para-zumbis/

Welcome to the Django - http://welcometothedjango.com.br/Python Pro - http://python.pro.br/

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 15 / 19

Page 50: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia II

Code Academy - http://www.codecademy.com/tracks/pythonGoogle’s Python Class -https://developers.google.com/edu/python/?csw=1

Learn Python - http://www.learnpython.org/Coursera -https://www.coursera.org/course/interactivepython

Learn street -https://www.learnstreet.com/lessons/study/python

MIT Open Courseware - http://va.mu/jhNx

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 16 / 19

Page 51: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia II

Code Academy - http://www.codecademy.com/tracks/pythonGoogle’s Python Class -https://developers.google.com/edu/python/?csw=1

Learn Python - http://www.learnpython.org/Coursera -https://www.coursera.org/course/interactivepython

Learn street -https://www.learnstreet.com/lessons/study/python

MIT Open Courseware - http://va.mu/jhNx

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 16 / 19

Page 52: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia II

Code Academy - http://www.codecademy.com/tracks/pythonGoogle’s Python Class -https://developers.google.com/edu/python/?csw=1

Learn Python - http://www.learnpython.org/Coursera -https://www.coursera.org/course/interactivepython

Learn street -https://www.learnstreet.com/lessons/study/python

MIT Open Courseware - http://va.mu/jhNx

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 16 / 19

Page 53: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia II

Code Academy - http://www.codecademy.com/tracks/pythonGoogle’s Python Class -https://developers.google.com/edu/python/?csw=1

Learn Python - http://www.learnpython.org/Coursera -https://www.coursera.org/course/interactivepython

Learn street -https://www.learnstreet.com/lessons/study/python

MIT Open Courseware - http://va.mu/jhNx

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 16 / 19

Page 54: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia II

Code Academy - http://www.codecademy.com/tracks/pythonGoogle’s Python Class -https://developers.google.com/edu/python/?csw=1

Learn Python - http://www.learnpython.org/Coursera -https://www.coursera.org/course/interactivepython

Learn street -https://www.learnstreet.com/lessons/study/python

MIT Open Courseware - http://va.mu/jhNx

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 16 / 19

Page 55: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Cursos a distancia II

Code Academy - http://www.codecademy.com/tracks/pythonGoogle’s Python Class -https://developers.google.com/edu/python/?csw=1

Learn Python - http://www.learnpython.org/Coursera -https://www.coursera.org/course/interactivepython

Learn street -https://www.learnstreet.com/lessons/study/python

MIT Open Courseware - http://va.mu/jhNx

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 16 / 19

Page 56: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Referencias complementares

Coding Dojo \o/Lista Dojo Parana - http://va.mu/jhRvRepositorio Dojo Parana -https://github.com/dojo-parana/dojo-parana

Lista Grupy-PR - http://va.mu/jhR1Aldeia CoWorking - http://aldeiaco.com.br/cursos/?ee=49Comunidade brasileira -https://wiki.python.org/moin/PortugueseLanguage

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 17 / 19

Page 57: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Referencias complementares

Coding Dojo \o/Lista Dojo Parana - http://va.mu/jhRvRepositorio Dojo Parana -https://github.com/dojo-parana/dojo-parana

Lista Grupy-PR - http://va.mu/jhR1Aldeia CoWorking - http://aldeiaco.com.br/cursos/?ee=49Comunidade brasileira -https://wiki.python.org/moin/PortugueseLanguage

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 17 / 19

Page 58: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Referencias complementares

Coding Dojo \o/Lista Dojo Parana - http://va.mu/jhRvRepositorio Dojo Parana -https://github.com/dojo-parana/dojo-parana

Lista Grupy-PR - http://va.mu/jhR1Aldeia CoWorking - http://aldeiaco.com.br/cursos/?ee=49Comunidade brasileira -https://wiki.python.org/moin/PortugueseLanguage

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 17 / 19

Page 59: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Referencias complementares

Coding Dojo \o/Lista Dojo Parana - http://va.mu/jhRvRepositorio Dojo Parana -https://github.com/dojo-parana/dojo-parana

Lista Grupy-PR - http://va.mu/jhR1Aldeia CoWorking - http://aldeiaco.com.br/cursos/?ee=49Comunidade brasileira -https://wiki.python.org/moin/PortugueseLanguage

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 17 / 19

Page 60: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Referencias complementares

Coding Dojo \o/Lista Dojo Parana - http://va.mu/jhRvRepositorio Dojo Parana -https://github.com/dojo-parana/dojo-parana

Lista Grupy-PR - http://va.mu/jhR1Aldeia CoWorking - http://aldeiaco.com.br/cursos/?ee=49Comunidade brasileira -https://wiki.python.org/moin/PortugueseLanguage

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 17 / 19

Page 61: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Referencias complementares

Coding Dojo \o/Lista Dojo Parana - http://va.mu/jhRvRepositorio Dojo Parana -https://github.com/dojo-parana/dojo-parana

Lista Grupy-PR - http://va.mu/jhR1Aldeia CoWorking - http://aldeiaco.com.br/cursos/?ee=49Comunidade brasileira -https://wiki.python.org/moin/PortugueseLanguage

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 17 / 19

Page 62: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Agradecimentos

Organizacao do FTSLComunidade Curitiba LivreVoluntarios, desenvolvedores de Software LivreSERPROPatrocinadores

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 18 / 19

Page 63: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Agradecimentos

Organizacao do FTSLComunidade Curitiba LivreVoluntarios, desenvolvedores de Software LivreSERPROPatrocinadores

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 18 / 19

Page 64: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Agradecimentos

Organizacao do FTSLComunidade Curitiba LivreVoluntarios, desenvolvedores de Software LivreSERPROPatrocinadores

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 18 / 19

Page 65: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Agradecimentos

Organizacao do FTSLComunidade Curitiba LivreVoluntarios, desenvolvedores de Software LivreSERPROPatrocinadores

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 18 / 19

Page 66: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Agradecimentos

Organizacao do FTSLComunidade Curitiba LivreVoluntarios, desenvolvedores de Software LivreSERPROPatrocinadores

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 18 / 19

Page 67: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Contato

[email protected]@ramiroluz+ramiroluz

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 19 / 19

Page 68: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Contato

[email protected]@ramiroluz+ramiroluz

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 19 / 19

Page 69: Python, por onde começar? @FTSL2014

Diferentes formas para aprender

Contato

[email protected]@ramiroluz+ramiroluz

Ramiro Batista da Luz (APyBR) Python, por onde comecar FTSL 2014 19 / 19