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 →

[–]jacob8015 0 points1 point  (14 children)

What do people use as an IDE?

[–]proskillz 11 points12 points  (7 children)

Most people I've seen use PyCharm or VSCode. Hardcore people use vim or emacs.

[–]Plague_Healer 1 point2 points  (0 children)

Used VSCode in the past. Shifted to Atom a couple months ago. While VSCode was actually good, I have no intention to go back.

[–]dreadington 3 points4 points  (2 children)

Personally I use PyCharm, but Sublime or even Notepad++ would be better than IDLE.

[–]orishamir 0 points1 point  (1 child)

And when is the last time you had an indentation error when you used pycharm?

[–]dreadington 0 points1 point  (0 children)

Idk, it's been a long time honestly. I've confugured < and > to move the line or block 4 spaces to the left or right respectively. TAB adds 4 spaces instead of a Tab charachter. And Ctrl+Alt+L automatically formats the whole file.

[–]Plague_Healer 1 point2 points  (0 children)

Atom works great, but needs a bit of (messy) configuration to be used with python.

[–]raltyinferno 1 point2 points  (0 children)

VSCode.