Tag: python

Tipos de dados em Python

Assim que começamos a programar em python (ou qualquer outra linguagem de programação), lidamos com os tipos primitivos de dados, sendo… Continue reading on Medium » Assim que começamos a…

Generators in Python

In the realm of Python programming, one of the most powerful and yet often underutilized features is the concept of generators. Generators… Continue reading on Medium » In the realm…