Vyper is a new programming language that compiles to EVM bytecode. It is an experimental language developed with the goal of increasing simplicity, security, and auditability. Vyper also includes additional features such as overflow checking, decimal fixed-point numbers, support for more data types, and much more.
In this recipe, you will learn to write better smart contracts using Vyper and its new features.