← All courses

Vyper Fundamentals: Pythonic Smart Contracts

An applied tour of Vyper, the security-first Pythonic language for the EVM. Twelve chapters covering the type system, function decorators, storage layout, bounded loops, external calls, reentrancy defense, fixed-point math, and the 0.4 module system — with detours through Curve's stableswap math and a Yearn-style ERC-4626 vault as the capstone. Reading + quiz only: Vyper has no in-browser compiler in this runtime, so exercises live in the markdown code blocks where they belong.

  • vyper
  • 68 lessons
  • ~14 hours
  • Free
  • by Fishbones

Learn vyper for free on Libre Academy with the Vyper Fundamentals: Pythonic Smart Contracts course: 68 interactive lessons you complete by writing real code in a built-in editor, graded instantly by hidden tests. No paywall, no sign-up. It's part of the free, open-source desktop app for macOS, Windows and Linux.

What you get

  • Hands-on lessons with a real editor and instant, test-graded feedback.
  • Free and open source, with no account required to start.
  • Works offline in the free desktop app for macOS, Windows and Linux.

What's inside

  • What Vyper is
  • Setup, compilation, deployment
  • Types
  • Functions, decorators, visibility
  • State, storage, and self.
  • Events and logging
  • Bounded loops and iteration
  • External calls
  • Security
  • Math, decimals, Curve curves
  • Modules and code reuse (0.4)
  • Capstone: ERC-4626 vault

Download to start Vyper Fundamentals: Pythonic Smart Contracts →   Browse all courses

Helpful reading

Why passive video doesn't make you a programmer  ·  Bring Your Own Book: turning any PDF into a course