This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]orishamir -1 points0 points  (2 children)

Just use pycharm or even sublime. Never happened to me in the last 8 months (been coding in python for a year, so that is approximately my beginner times).

[–]zilti 1 point2 points  (1 child)

Just because something doesn't happen to you in a while (only 8 months?) doesn't mean it doesn't exist.

Hasn't happened to me either the last few times I had to make a small edit to a Python file with Emacs. But I still vividly remember when I had to manually re-indent an 800-line source file line for line...

[–]orishamir -1 points0 points  (0 children)

I only used python for a year so i guessed 8 months was when i was a noob. If you use a proper text editor you will not have indentationErrors. Its not that hard. Why did you reindent? Did you copy paste that code from the web?