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 In4 Comments
karenbailey3mo ago
Ha, my first function just ordered me 100 pizzas.
7
beth1473mo 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
dianam193mo ago
What finally made it click for you?
3
For me it was building a simple to-do list app. Clicked right away.
2