8 Comments

For Vyper based smart contracts I recently found this: https://academy.apeworx.io/

Expand full comment

V helpful poast, ty pickler

Expand full comment

Hey Pickle, what level of Python knowledge is needed before you can jump into solidity/more blockchain specific stuff

Expand full comment

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.

Expand full comment

Nice post Pickle. Thank you

Expand full comment

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.

Expand full comment
Comment deleted
Sep 22, 2022
Comment deleted
Expand full comment

1) however long it takes you to become expert in Solidity. Probably 6 months of max hustle minimum

2) well:)

Expand full comment
Comment deleted
Sep 22, 2022
Comment deleted
Expand full comment

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.

Expand full comment