--- title: Python Resources localeTitle: Recursos Python --- ## Tutoriais * [Tutoriais Oficiais do Python](https://docs.python.org/3/tutorial/) * [O Guia do Mochileiro para Python](https://python-guide.readthedocs.org/en/latest/) * [Classe do Google Python](https://developers.google.com/edu/python/) * [Aprenda Python do jeito difícil](http://learnpythonthehardway.org/book/) * [Pense Python](http://www.greenteapress.com/thinkpython/html/index.html) * [Aprenda Python em X minutos](https://learnxinyminutes.com/docs/python/) * [Aprenda Python 3 em X minutos](https://learnxinyminutes.com/docs/python3/) * [Mergulhe no Python 3](http://www.diveintopython3.net/) * [Python Full Stack](http://www.fullstackpython.com/) * [Automatize o material chato com o Python](https://automatetheboringstuff.com/) * [REPL de Python no Navegador](https://repl.it/languages/python3) * [Passo a Passo do Código Visual do Python](http://pythontutor.com/) * [Codecademy Python](https://www.codecademy.com/learn/python) * [Como pensar como um cientista da computação](http://interactivepython.org/runestone/static/thinkcspy/index.html) - livro interativo que ensina programação com Python * [Introdução à Ciência da Computação e Programação Usando Python](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-8) (MIT) * [CS for All: Introdução à Ciência da Computação e Programação em Python](https://www.edx.org/course/cs-all-introduction-computer-science-harveymuddx-cs005x-0) * [Aprendendo Python](https://www.packtpub.com/packt/free-ebook/learning-python) - Free ebook * [New Coder](http://newcoder.io/) - Tutoriais / desafios para levá-lo do novato ao codificador real. * [Inventar com Python](https://inventwithpython.com/) (mais dois outros livros do cara Automate the Boring Stuff) * [Resolução de Problemas com Algoritmos e Estruturas de Dados Usando o Python](http://interactivepython.org/runestone/static/pythonds/index.html) * [Padrões de design em Python](https://github.com/faif/python-patterns) * [Tutorial de Introdução ao Django](https://www.djangoproject.com/start/) * [Desenvolvimento Orientado a Testes com Python](http://chimera.labs.oreilly.com/books/1234000000754/index.html) * [Tango com Django](http://www.tangowithdjango.com/) * [Django Girls 'Tutorial](http://tutorial.djangogirls.org/en/) - Construa um blog * [Tutorial do Django do TaskBuster](http://www.marinamele.com/taskbuster-django-tutorial) - Construa um projeto do Django a partir do zero * [Derek Banas Aprenda Python Em Um Vídeo](https://www.youtube.com/watch?v=N4mEzFDjqtA) * [pythonprogramming.net Python Baics](https://pythonprogramming.net/introduction-to-python-programming/) * [thenewboston Tutoriais de programação do Python 3.4](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) * [Ponto de tutoriais - Python](http://www.tutorialspoint.com/python/) * [Conjunto de Projetos Iniciais com Vídeos](https://pythonprogramming.net) - Do básico em diante. * [O Tutorial Mega Flask (Miguel Grinberg)](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) ## Desafios * [Koans Python](https://github.com/gregmalcolm/python_koans) * [Desafios do Exercism Python](http://exercism.io/languages/python) * [Desafios CodingBat Python](http://codingbat.com/python) * [Aprenda Python Interativamente](http://www.learnpython.org/) * [Projeto Euler](http://projecteuler.net/) * [Problemas de Bioinformática da Rosalind Python](http://rosalind.info/problems/locations/) * [Desafio do Elevador Python](https://github.com/mshang/python-elevator-challenge) * [Desafios do CoderByte](https://coderbyte.com/) * [CheckiO](https://checkio.org) - o jogo para codificadores * [CodeAbbey](http://www.codeabbey.com/) * [HackerRank - Desafios Python](https://hackerrank.com/domains/python/py-introduction) * [CodeSignal - Prepare-se para entrevistas e aprimore suas habilidades de programação](https://codesignal.com/) * [CodeWars](https://www.codewars.com/) * [CodeChef](https://www.codechef.com/) ## Comunidade * [Python impressionante](https://github.com/vinta/awesome-python) * [/ r / Python](https://www.reddit.com/r/python) * [/ r / LearnPython](https://www.reddit.com/r/learnpython) * [Planeta Python](http://planetpython.org/) * [PyLadies](http://www.pyladies.com/) * [DjangoGirls](https://djangogirls.org/) * [Python-forum.io](https://python-forum.io/) ## Ferramentas: * [PyCharm Edu](https://www.jetbrains.com/pycharm-edu/) - uma versão educacional grátis do PyCharm que vem com tutoriais para ensinar Python e a capacidade de baixar mais.