Vyper offers an alternative to Solidity for developers with changes that make it an upgrade.
Testing
Vyper is compiled into EVM bytecode - Ethereum Virtual Machine, very similar to Solidity. Nevertheless, the whole process will become more simple and convenient for users. It aims to simplify the understanding of smart contracts with greater transparency and fewer attack points.
For smart contracts to do the job perfectly and efficiently, the code is very important. If it is not highly effective, it will become prohibitively expensive. That's why, similar to Solidity and syntactically similar to Python, Vyper will be an excellent replacement.
Various key updates for v0.1.0-beta.1 Vyper:
When the highest level of security is requested - Vyper will come to hand. For example, smart contracts that contain the patient's health metadata.
Very positive feedback has already come to social networks by those who started experimenting with the language. In Reddit, many people support the fact that developers point to security problems.