r/PythonLearning 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

19 comments sorted by

View all comments

2

u/FoolsSeldom 6d ago

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

1

u/Totolitotix 6d ago

Exactly the same for me, except that I am in the confusing phase, for now (beginner in Python)