10 Comments

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

Expand full comment
Sep 23, 2022Liked by BowTiedPickle

V helpful poast, ty pickler

Expand full comment
Sep 22, 2022Liked by BowTiedPickle

once you learn python what resources do you recommend for blockchain/web3 that are python specific? besides PatrickACs python course, there seems to be very few resources available compared to solidity.

Expand full comment
author

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
Sep 22, 2022Liked by BowTiedPickle

excellent, thanks for the info

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
author

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
deletedSep 22, 2022Liked by BowTiedPickle
Comment deleted
Expand full comment
author

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

2) well:)

Expand full comment