dunossauro / dunossauro/live-de-python
[Sugestão] Refazer live sobre threads
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 217
- PR merge metrics
- No merged PRs in 30d
Description
# Sugestão de nova live sobre Threads no Python
As lives sobre *threads* no canal são muito boas, mas já têm algum tempo.
Seria interessante atualizar o conteúdo considerando as versões mais recentes do Python (3.12 e 3.13), que trouxeram mudanças importantes na performance e no gerenciamento de concorrência.
Além disso, seria legal explorar bibliotecas modernas que ajudam a lidar com *multithreading*, como:
- `threading`
- `concurrent.futures`
- `asyncio` (comparativo)
- `trio` e `anyio`
## Lives anteriores sobre o tema
- [Live de Python #14 – Threads](https://www.youtube.com/watch?v=rwkIPIHwIYY)
- [Live de Python #15 – Comunicação entre Threads (Event e Queue)](https://www.youtube.com/watch?v=8vfU84RKbTQ)
- [ Live de Python #52 - Usando Threads - Multiprocessamento #2](https://www.youtube.com/watch?v=o4Ad8_LjElo)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.