Page

Page - 2

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 é ...

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...

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...

Why do I use Neovim? The candid response

If you are in a hurry, the short answer is: I am more productive using Neovim. You might not be, and that is okay. You use whatever makes you feel good and effective. In my case, it is Neovim. If you ...

Como organizar um projeto em Django

Em 2016 começamos a Operação Serenata de Amor e uma das necessidades da nossa equipe de cientistas de dados era ter uma ferramenta fácil para ver os detalhes de qualquer reembolso específico feito pel...