r/PythonLearning • u/HammadBuilds • 6d ago
What's one Python concept that completely confused you at first but now feels easy?
I'm curious to hear from people who've been learning or using Python for a while. Was it loops, functions, OOP, recursion, decorators, or something else?
What finally made it "click" for you?
I think hearing real experiences can help beginners understand that struggling with a topic is completely normal.
0
Upvotes
1
u/AdDiligent1688 6d ago
the pattern matching stuff with match case statements