Courses
Backend Path - Golang
Backend Path - TypeScript
Training
Pricing
Gifts
Redeem
Teams
Community
Youtube
Podcast
Lore
Blog
Leaderboard
Sign In
  • Courses
    • Backend Path - Golang
    • Backend Path - TypeScript
  • Training
  • Pricing
    • Gifts
    • Redeem
    • Teams
  • Community
    • Youtube
    • Podcast
    • Lore
    • Blog
  • Leaderboard

Tutorials

  • Lists in Python

    Dec 25, 2024 by Lane Wagner

    Lists 🔗 A natural way to organize and store data is in a List. Some languages call them “arrays”, but in Python, we just call them lists. Think of all the apps you use and how many of the items in the app are organized into lists.

  • Loops in Python

    Dec 23, 2024 by Lane Wagner

    If you’re new to Python, or perhaps coding in general (welcome!), loops are what allow us to do the same thing over and over and over again, without having to re-type the same code each time. For example, let’s pretend I want to print the numbers 0-9.

  • Functions in Python

    Dec 14, 2024 by Lane Wagner

    Functions in Python allow us to reuse and organize code. For example, say we have some code that calculates the area of a circle:

  • Variables and Types in Python

    Dec 13, 2024 by Lane Wagner

    Variables are how we store data as our program runs. You’re probably already familiar with printing data by passing it straight into print():

  • Build a Web Server in Go [Deprecated]

    Sep 23, 2024 by Lane Wagner

    Let’s build a fully-fledged HTTP server from scratch in Go. This course assumes you already have a solid understanding of Go. If you don’t, take a step back and take our Go course.

  • Build a Blog Aggregator in Go [Deprecated]

    Sep 17, 2024 by Lane Wagner

    We’re going to build an RSS feed aggregator in Go! It’s a web server that allows clients to:

Categories - Contact - Playground - About
boot.dev
Sitemap RSS FAQ TOS Privacy
© Boot.dev 2024