5 followers
making the (software) world better than complex
Você provavelmente já ouviu a seguinte frase: Strings no Python são objetos imutáveis! E foi correndo para o seu terminal escrever o seguinte...
Python futures (concurrency) tl;dr; Using concurrency to speed up things is quite simple in Python using the concurrent.futures module. However, it's...
The previous post demonstrated how to write a simple smart contract with Solidity and deploy it to the Ethereum Blockchain. This tutorial will show...
In this tutorial, we'll write a simple smart contract, deploy it to a personal Ethereum blockchain, and call the contract from a Python script. What...
I've been using Python Generators for a while now, having to deal with large Django Querysets, reading large Excel files, and being able to save...