V
16

I spent $40 on a Python course that finally made functions click for me.

The instructor used a simple pizza order system as an example, breaking down each step into its own function, which made the whole concept of modular code way less scary.
4 comments

Log in to join the discussion

Log In
4 Comments
karenbailey
Ha, my first function just ordered me 100 pizzas.
7
beth147
beth1471mo ago
That's awesome when a concept finally makes sense. Spending a bit on a course that actually works is totally worth it. Real world examples, like that pizza system, are the best way to learn. It turns a scary idea into something you can actually picture. Getting over that functions hurdle changes everything.
-1
dianam19
dianam191mo ago
What finally made it click for you?
3
phoenix_martin40
For me it was building a simple to-do list app. Clicked right away.
2