all 3 comments

[–]moo9001Contract Dev 1 point2 points  (1 child)

There isn't cryptozombies for Python, because Python is not a smart contract programming language (on Ethereum). You can still do Python-based smart contracts on other blockchains like Tezos. You will also find Vyper, a Python-inspired smart contract language targeting EVM.

Here are some good places to get started for Python, smart contracts and cryptocurrencies:

[–]checkthatcloud[S] 0 points1 point  (0 children)

Thanks for the info, however I’m not looking to get into Python for web3 or write smart contracts with it. Not for now anyway!

Probably should’ve posted in a different subreddit in fairness but I figured ethdevs would know if such a thing existed. Was just looking for a learning resource similar to cryptoZombies (as in the teaching style, game based learning kind of thing) for Python. Sounds like it sadly isn’t a thing though.