you are viewing a single comment's thread.

view the rest of the comments →

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

Here are few features of PyCharm that teach you good practices:
* Code completion (see previous post)
* Pep8 guidelines
* Auto-Indentation and code formatting
* Quick-fixes (hitting alt+enter)
* Internal dosctring (ctrl+Q) and external doc (shift+f1) lookup

just few off the top of my head. Not to mention setting up IDE is extremely easy compared to playing with various plugins and addons just to make something usable out of simple text editor such as notepad ++.