Thanks for the article brother, the cybersecurity section is what really interests me, esp. from a side-job perspective. Working through those ImmuneFi bounties or digging around my favorite projects to help them.
Python is not a smart contract language, so you need to learn Vyper (Python like) or Solidity (JavaScript like) to write contracts. Python is useful for scripting and interaction with the chain. For Python blockchain interaction there’s no better resource than BowTiedDevil’s Degencode substack. Also PatrickAlphaC Python flavored course as you mentioned.
For Vyper based smart contracts I recently found this: https://academy.apeworx.io/
V helpful poast, ty pickler
Hey Pickle, what level of Python knowledge is needed before you can jump into solidity/more blockchain specific stuff
Whenever you “get” how to code at a basic level. You don’t want to struggle with basic coding elements while also worrying about gas and the EVM.
Nice post Pickle. Thank you
Thanks for the article brother, the cybersecurity section is what really interests me, esp. from a side-job perspective. Working through those ImmuneFi bounties or digging around my favorite projects to help them.
1) however long it takes you to become expert in Solidity. Probably 6 months of max hustle minimum
2) well:)
Python is not a smart contract language, so you need to learn Vyper (Python like) or Solidity (JavaScript like) to write contracts. Python is useful for scripting and interaction with the chain. For Python blockchain interaction there’s no better resource than BowTiedDevil’s Degencode substack. Also PatrickAlphaC Python flavored course as you mentioned.