🐍 Pythonic
As stated in the Official Ethereum Development Blog, smart contracts can also be developed in python. Python being a more developer friendly language makes it possible for fast development.
%%{init: {'theme':'dark', 'themeVariables':{'textColor':'#FBB454', 'nodeBorder':'#00D7FF', 'lineColor':'#00FFAB'}}}%%
graph LR
A[Python Languages <br> for Smart Contract <br> Development] --> A1[Vyper]
A[Python Languages <br> for Smart Contract <br> Development] --> A2[ApeWorx]
A[Python Languages <br> for Smart Contract <br> Development] --> A3[EthBrownie]
click A1 href "https://vyper.readthedocs.io/en/stable/" "Vyper Lang" _blank
click A2 href "https://www.apeworx.io/" "ApeWorx Official Site" _blank
click A3 href "https://eth-brownie.readthedocs.io/en/stable/" "Brownie Official Site" _blank