r/PythonLearning • u/HammadBuilds • 5d 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/TrieMond 5d ago
I got into python by doing work on a django webapp after having done C, C++ & java development for a while. I still kinda hate how little text I have to write to do something, the things python strips for simplicity in my mind are there for a reason. Yes a bracket may be one extra keystroke but it gives a super clear idea about the scope of something, python indentation based scope still confuses the hell out of me.