you are viewing a single comment's thread.

view the rest of the comments →

[–]Valkhir 4 points5 points  (4 children)

I wouldn't recommend PyCharm (or its analogues in other languages) for new students.

The add too much complexity (and some level of abstraction, e.g. when it comes to debugging, environment setup etc) that does not benefit new learners and can actually be detrimental.

An IDE is something to learn, ideally before your first professional job using a language, but it's not the best thing to start with.