Get started with Algorand by writing a simple smart contract using Python — In this article, I’ll show how to write a simple smart contract on Algorand using PyTeal, deploy it on a local development network, and interact with it using Python and then in a browser. I will try simplifying the tooling used so the reader can focus on the PyTeal code. Setting Up the Development Environment …