Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coelhoreinaldo/trybe-python-course
This repository contains the projects and exercises I developed during the Python Acceleration program at Trybe.
https://github.com/coelhoreinaldo/trybe-python-course
Last synced: 27 days ago
JSON representation
This repository contains the projects and exercises I developed during the Python Acceleration program at Trybe.
- Host: GitHub
- URL: https://github.com/coelhoreinaldo/trybe-python-course
- Owner: coelhoreinaldo
- Created: 2024-09-04T21:07:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T02:10:34.000Z (3 months ago)
- Last Synced: 2024-10-25T01:26:24.690Z (3 months ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aceleração Python
### 🇧🇷
Este repositório contêm os projetos e exercícois desenvolvidos por [mim](https://www.linkedin.com/in/coelhoreinaldo/) durante a Aceleração Python na [Trybe](https://www.betrybe.com/). Explorei conceitos de Back-End com Python, incluindo Programação Orientada a Objetos (POO), APIs Rest com Flask, Django, além de técnicas como Raspagem de Dados e Bug Hunting.
### 🇺🇸
This repository contains the projects and exercises [I](https://www.linkedin.com/in/coelhoreinaldo/) developed during the Python Acceleration program at [Trybe](https://www.betrybe.com/). I explored Back-End concepts with Python, including Object-Oriented Programming (OOP), REST APIs with Flask, Django, as well as techniques like Web Scraping and Bug Hunting.
## 1º Período ⏳
##### Bloco 1: Debug com Python
- [X] 1-1: _Estratégias de debug com Python_
- [X] 1-2: _Automatizando o bug hunting com Pytest_
- [X] 1-3: _Avançando nos testes em Python_
- [X] 1-4: _[Projeto - ProFiler](https://github.com/coelhoreinaldo/pro-filer)_##### Bloco 2: Programação Orientada a Objetos
- [ ] 2-1: _POO em Python_
- [ ] 2-2: _Exercícios_
- [ ] 2-3: _Pilares da POO_
- [ ] 2-4: _Classes abstratas, interfaces e protocolos_
- [ ] 2-5: _[Projeto - Inventory Report](#)_##### Bloco 3: Raspagem de dados
- [ ] 3-1: _Raspagem de dados_
- [ ] 3-2: _Outras ferramentas de raspagem de dados_
- [ ] 3-3: _MongoDB e Crawlers_
- [ ] 3-4: _[Projeto - Tech News](#)_## 2º Período ⏳
##### Bloco 4: Flask
- [ ] 4-1: _Ambiente e primeira API_
- [ ] 4-2: _Server Side Rendering em Flask_
- [ ] 4-3: _Exercícios_
- [ ] 4-4: _Aprofundando em Templates com Flask_
- [ ] 4-5: _API e Testes em Flask_
- [ ] 4-6: _Exercícios_
- [ ] 4-7: _[Projeto - Traduzo](#)_##### Bloco 5: Django I
- [ ] 5-1: _Ambiente de banco de dados e ORM_
- [ ] 5-2: _Templates do Django_
- [ ] 5-3: _Formulários e Relacionamento de modelos_
- [ ] 5-4: _Django Rest Framework_
- [ ] 5-5: _[Projeto - SpotNews](#)_##### Bloco 6: Django II
- [ ] 6-1: _Autenticação_
- [ ] 6-2: _Testando aplicações Django_
- [ ] 6-3: _Deployment no Railway_
- [ ] 6-4: _[Projeto - Super Portfólio](#)_