Posts from '2025'

Posts from '2025'

Fluxo linear de sucesso: escrevendo código limpo em Python

Post de autoria de Filipe Ximenes originalmente publicado em inglês no blog da Vinta. Tradução livre para o português por Eduardo Cuducos. Para pythonistas isso também poderia ser “por que linear é ...

Python Generators: What They Are and What Problems They Solve

Originally published in Brazilian Portuguese. The other day, a friend saw me writing a function in Python that used yield instead of return, and asked: — What's the point of that? I’ve never really g...

Tuples and Lists in Python

Originally posted in Brazilian Portuguese. The other day, on a Python forum, someone asked: Is there any difference between tuples and lists in terms of performance? As some of you might already kno...

Do not share a terminal screenshot when asking for help

I have a few open-source projects that are CLI tools — the most well-known one is Minha Receita. I also participate (less than before, but still do) in some communities that support beginners in progr...

Não compartilhe captura de tela do terminal para pedir ajuda

Eu tenho alguns projetos de código aberto que são CLI, programas de linha de comando — o mais conhecido é o Minha Receita. E também participo (menos do que antes, mas ainda assim participo) de algumas...