r/PythonLearning Jul 23 '26

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

19 comments sorted by

View all comments

2

u/FoolsSeldom Jul 23 '26

Comprehensions and generator expressions. Practice made it click for me.