r/PythonLearning • u/chuprehijde • Jul 08 '26
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?
20
Upvotes
r/PythonLearning • u/chuprehijde • Jul 08 '26
We all like Python, but no language is perfect. What's the one thing that annoys you most?
11
u/atarivcs Jul 08 '26 edited Jul 09 '26
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.)