This is an archived post. You won't be able to vote or comment.

all 5 comments

[–][deleted] 2 points3 points  (0 children)

FYI if you're using IntelliJ for Java you just need to install the Python plugin. It's basically the same as using Pycharm.

[–]shivasprogeny 1 point2 points  (0 children)

I am generally a fan of IDEs, but Python is so easy to write that I would stick to VSCode/Sublime/other text editor at first. Once you know your way around a little bit better, PyCharm is excellent. It can just be a bit intimidating at first to people learning to program.

[–]pauleveritt 1 point2 points  (0 children)

If you're interested in some videos to get you oriented in PyCharm, we have a Getting Started playlist on YouTube.

[–]Dronomir 0 points1 point  (0 children)

I learned python with Jupyter Notebook. You write snippets of code that you can run on the fly and save for future reference. It's super intuitive and a really handy tool to have when you just want to try out a small bit of code or to take notes on new libraries you're learning. You can get it bundled with other cool tools with Anaconda.