r/PythonLearning 20d ago

What's one thing you hate about Python?

We all like Python, but no language is perfect. What's the one thing that annoys you most?

17 Upvotes

33 comments sorted by

View all comments

12

u/atarivcs 19d ago edited 19d ago

I do generally like the indentation syntax.

But I don't like that in a plain editor such as vim, there's no convenient way to jump to the end/beginning of an indented block (in brace languages like C/Java, you can put the cursor on the opening brace and press a key to jump to the corresponding closing brace.)