Posts from '2025'

Posts from '2025' - 1

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

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 got it… Actually, I was writing a generator, n...

Tuples and Lists in Python

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 know, I love looking at Python with a critical...