8 Comments
User's avatar
BowTiedSwan's avatar

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

Expand full comment
BiglyFisher's avatar

V helpful poast, ty pickler

Expand full comment
BowTiedWorker's avatar

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

Expand full comment
BowTiedPickle's avatar

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
anabolic doritos's avatar

Nice post Pickle. Thank you

Expand full comment
The Improooover's avatar

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
User's avatar
Comment deleted
Sep 22, 2022
Comment deleted
Expand full comment
BowTiedPickle's avatar

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

2) well:)

Expand full comment
User's avatar
Comment deleted
Sep 22, 2022
Comment deleted
Expand full comment
BowTiedPickle's avatar

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