Python Forum
IDE suggestion - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: IDE suggestion (/thread-22664.html)



IDE suggestion - JackMack118 - Nov-21-2019

Hello everyone, my first post here and hopefully many more.

I'm a beginner, I do have coding experience in C# and JavaScript, but honestly not a ton to really brag about so I'm just going to say 'I'm new with an ok working understanding of coding'.

I'm looking to install an IDE or code editor and I'm looking at some options, would just like to get some suggestions or opinions.

So far I've looking at these:

VC Code
Sublime
PyCharm Community

Can someone tell me what they would recommended? Free or cheap.

Thanks for reading.


RE: IDE suggestion - buran - Nov-21-2019

This was discussed on multiple occasions
https://python-forum.io/Thread-What-is-the-best-IDE
https://python-forum.io/Thread-Need-Suggestion-for-a-Good-Python-IDE
and many more...

My personal favorite - VSCode


RE: IDE suggestion - snippsat - Nov-21-2019

Have tutorial VS Code from start you can look at.
If you are on Windows so is cmder important for me in,it's a different league than cmd/PowerShell.
Other advice is to have a good REPL ptpython or IPython for comman line use.
Web bases look at JupyterLab,here are there also online free services as Azure Notebook and Colaboratory.


RE: IDE suggestion - ichabod801 - Nov-21-2019

I like Sublime over VSCode, but it's not free. I think it's worth it, since I code a lot. Depending on how much you code or expect to code, it may not be worth it to you.


RE: IDE suggestion - Gribouillis - Nov-21-2019

An excellent free editor/IDE is Kdevelop. It is a Linux tool but it is also available on Windows and OSX. It is my favorite editor. It's free as in freedom.


RE: IDE suggestion - JackMack118 - Nov-21-2019

Thank you very much for your helpful answers, I was looking at the poll that was taken and seems VC Code is what I'll check out.