https://github.com/codeexpertslearning/formacao-python
https://github.com/codeexpertslearning/formacao-python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeexpertslearning/formacao-python
- Owner: CodeExpertsLearning
- License: mit
- Created: 2017-11-28T14:38:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T15:01:00.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T01:24:32.249Z (10 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Formação Python
Repositório oficial de conteúdos relacionados ao curso Formação Python, da [Code Experts Learning](https://codeexpertslearning.com.br).
## Listas de Atividades da Code Experts Learning
* [Lista 1](/lista-de-atividades/lista1.md)
## Materiais de Estudos
Conjunto de materiais, cursos e vídeo-aulas para ajudar os alunos no aprendizado da linguagem.
### Tutoriais
* [Python 3 Tutorial](https://www.tutorialspoint.com/python3/)
* [Learning Python: From Zero to Hero](https://medium.freecodecamp.org/learning-python-from-zero-to-hero-120ea540b567)
* [Gerenciando suas dependências e ambientes python com pipenv](https://medium.com/grupy-rn/gerenciando-suas-depend%C3%AAncias-e-ambientes-python-com-pipenv-9e5413513fa6)
* [Herança, Polimorfismo e o super() do Python](https://medium.com/grupy-rn/entendendo-o-super-do-python-da17ee8d26ca)
* [What is virtualenv and why you should use it](https://pythontips.com/2013/07/30/what-is-virtualenv/)
### Cursos Básicos
* [Python Para Zumbis, por Fernando Masanori](https://www.pycursos.com/python-para-zumbis/)
* [The Four Pillars of OOP in Python 3 for Beginners](https://www.udemy.com/python-oops-beginners/)
* [Python for Beginners with Examples](https://www.udemy.com/ardit-sulce-python-for-beginners/)
* [Deep Learning Prerequisites: The Numpy Stack in Python](https://www.udemy.com/deep-learning-prerequisites-the-numpy-stack-in-python/)
* [Google's Python Class](https://developers.google.com/edu/python/)
### Cursos Intermediários
* [Python 3 na Web com Django (Básico e Intermediário)](https://www.udemy.com/python-3-na-web-com-django-basico-intermediario/)
### Desafios de programação com Python
* [https://www.urionlinejudge.com.br](https://www.urionlinejudge.com.br)
### Livros
* [Pense em Python](https://penseallen.github.io/PensePython2e/)
* [Test-Driven Web Development With Python, the book](https://github.com/hjwp/Book-TDD-Web-Dev-Python/)
## Podcasts
* [O’Reilly Programming](https://www.oreilly.com/topics/oreilly-programming-podcast)
* [O'Reilly Data Show](https://www.oreilly.com/topics/oreilly-data-show-podcast)
## Outros links e materias interessantes
* Para encontrar outros datasets e métricas da população brasileira:
[https://sidra.ibge.gov.br/home/ipca/brasil](https://sidra.ibge.gov.br/home/ipca/brasil)
* 101 real world web scraping exercises in Python 3 for data journalists:
[https://github.com/stanfordjournalism/search-script-scrape](https://github.com/stanfordjournalism/search-script-scrape)
* How-To-Prevent-Scraping:
[https://github.com/JonasCz/How-To-Prevent-Scraping](https://github.com/JonasCz/How-To-Prevent-Scraping)
## LICENSE
[This repository is under an MIT license](LICENSE)