📄️ Vyper resources
Vyper is a popular programming language for the EVM that is logically similar to Solidity and syntactically similar with Python.
📄️ Huff resources
Huff is most closely described as EVM assembly. Unlike Yul, Huff does not provide control flow constructs or abstract away the inner working of the program stack. Only the most upmost performance sensitive applications take advantage of Huff, however it is a great educational tool to learn how the EVM interprets instructions its lowest level.