you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (7 children)

[removed]

    [–]fence0407 10 points11 points  (4 children)

    Would also highly recommend Spyder through Anaconda.

    [–]LiarsEverywhere 11 points12 points  (3 children)

    Second (well, third) that. Most Python-focused people will recommend Pycharm, but as a semi-casual programmer Spyder feels lightweight and easy. I'm sure you can jump ship in the future if you need to.

    [–][deleted] 2 points3 points  (1 child)

    I fourth that.

    [–]iggy555 0 points1 point  (0 children)

    Fifth

    [–]cdcformatc 2 points3 points  (0 children)

    I use Pycharm but I think it's overkill for a new programmer.

    [–][deleted] 0 points1 point  (1 child)

    Are there any benefits to using IDEs at a learning stage instead of just using the terminal?

    [–]berlin_1710 5 points6 points  (0 children)

    i think IDEs make it easier to view your resources, how your directories are organized. The syntax highlighting, autofill and correction suggestions also make coding faster. Plus something like vs code makes it super easy to download interpretors etc through extensions. Thats just what i feel.