What is vyper used for?

Vyper is a relatively new, pythonic programming language used to write smart contracts . Vyper targets Ethereum Virtual Machine (EVM). Vyper has very simple/intelligible syntax; one of the leading principles of Vyper is to make it virtually impossible for developers to code misleading programs.

Read more

Is Solidity a good language?

Yes, definitely . If you want to learn to write dapps (decentralized apps, apps that run on top of blockchains), Solidity is a pretty good choice. Just make sure you already know JavaScript (essentially, Solidity acts like a “backend language”, but you still need JS for the frontend and for tools like Truffle).

Read more