Python Forum
Python development editor - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python development editor (/thread-6911.html)



Python development editor - Venkatta - Dec-13-2017



Hi,
I am new to python and coming from Microsoft background. any other tools for python development ?currently i have installed VisualstudioCode

thanks
Venkatta


RE: Python development editor - hshivaraj - Dec-13-2017

pycharm

Love it!
Love it!
Love it!

:)


RE: Python development editor - snippsat - Dec-13-2017

VS code is good,i use it myself.
Microsoft has hired Don Jayamanne  the creator of the Python extension for Visual Studio Code.

Look at ptpython(review) or IPython for a better REPL.


RE: Python development editor - mpd - Dec-13-2017

another vote for PyCharm


RE: Python development editor - wavic - Dec-13-2017

Geany, Atom, vim.


RE: Python development editor - buran - Dec-13-2017

+1 for VSCode.
Used PyCharm in the past, but like VS Code more. Also Notepadd++ for quick and dirty small scripts


RE: Python development editor - Larz60+ - Dec-13-2017

I use PyCharm. It's got everything I need.


RE: Python development editor - metulburr - Dec-13-2017

im with wavic. I use Vim; and Geany if its a larger project.


RE: Python development editor - j.crater - Dec-13-2017

PyCharm user here, I totally love it, but haven't really given other options a chance yet.