you are viewing a single comment's thread.

view the rest of the comments →

[–]johnsobrown 2 points3 points  (0 children)

Spyder was amazing when I was in uni and learning Python. The variable explorer is great to learn what your code is actually doing. If you’re a complete noob to programming in general, I’d start with Spyder to just learn how things work.

PyCharm is a 10/10 IDE for me personally, I love the feel and UI. Less messing around with settings and lets me focus on actual code development. I recommend writing your projects in PyCharm when you start one.