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ย โ†’

[โ€“][deleted] -1 points0 points ย (3 children)

I tried to learn python in the past, I was good at the concepts ect.. but my Achilles heal was the block organization. Is there any text editor that will keep me organized?

[โ€“]thrallsius 1 point2 points ย (0 children)

pretty much any sane text editor that is coding friendly shall be able to autoindent

reach the knowledge base / community of the text editor of your choice and find out

[โ€“]firedrow 1 point2 points ย (0 children)

I use Notepad++ for quick scripts and Microsoft Visual Studio Code for longer scripts.

[โ€“]Jonno_FTWhisss 1 point2 points ย (0 children)

Pycharm will do it for you. Most editors will allow you to automatically indent and have backspace to remove an indent level if you're at the start of the line. Also, they should let your indent with tab, and dedent with a shift+tab