Python Forum
Text Editors! - 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: Text Editors! (/thread-13523.html)



Text Editors! - TrueStudentOfPython - Oct-19-2018

Hello Everyone!

So I am a new to the board and I am also an serious aspiring Python user, so for my first post I wanted to start somewhere very basic:

" What is your preferred text editor? "

As a bonus I am also curious about IntelliJ IDEA CE ... because I have used Sublime, Atom, Brackets, Eclipse, and a few others ... but as far as I can see IntelliJ seems superior. I am curious about what anyones thoughts are on that?

Thank you so much everyone,
I am looking forward to being a part of this community :)

# LONG LIVE PYTHON


RE: Text Editors! - metulburr - Oct-19-2018

ive never used IntelliJ IDEA CE so i couldnt say. However i usually like lightweight options such as Vim or Geany for GUI. IDE's are as numerous as types of vehicles. Everyone likes something different.


RE: Text Editors! - Larz60+ - Oct-19-2018

As metulburr points out Everyone likes something different.
Two are two on the top of my list:
#1 VSCode (not to be confused with MS Visual Studio).
#2 PyCharm
But again IDE is a personal thing. Suggest you try several and find the one that best suits you r needs.

To try VSCode, follow snippsat's tutorial here: https://python-forum.io/Thread-VS-Code-from-start?highlight=VSCode


RE: Text Editors! - wavic - Oct-19-2018

Can I as something here? Is VScode Microsoft's product? If it is not I may try it too.

I found it. Huh


RE: Text Editors! - Larz60+ - Oct-19-2018

Quote:Is VScode Microsoft's product? If it is not I may try it too
Well yes, but different from any other MS product and separate from Visual Studio.
It also runs on all main platforms.


RE: Text Editors! - buran - Oct-19-2018

and is open source


RE: Text Editors! - Truman - Nov-26-2018

Did anyone try this one:
https://wingware.com/

Someone wrote on Python facebook group that it's better then Pycharm. I'm still sticking with Notepad++, when I feel that my programming skills are really improved will move to some IDE.


RE: Text Editors! - Larz60+ - Nov-27-2018

Quote:Truman asks:
Did anyone try this one:

I didn't, but am happy with VSCode (after trying several others).
It does everything I need, so until some earth shattering event, I'll stick with it.