.NET developer migrates to ubuntu for development

I have been developing in .NET now for about 3 years. I like the visual studio IDE and, unfortunately, I can no longer use it.

Can someone save me hours of searching on the Internet and read reviews and suggest the "standard" or the most popular IDE / Text editor for linux that will launch me quickly?

My main goals here are web development supported by Python.

+3
source share
7 answers

Consider the Wing IDE - IMHO is the best commercial IDE for Python, it supports Django if that’s what you want (like, do 80% of Python sites, I personally prefer werkzeug and the like, but maybe partly because my "web applications" are usually more like "web services", with most parts of the user interface / view being executed in HTML / CSS / Dojo ;-).

Me, Vim ( gvim) "Python IDE" ( Emacs , Emacs !)), , Wing IDE , , ( Emacsers). (( ? , , ! -)) ((, , , , vi 30+ , , , -)).

+3

. IDE Python.

Eclipse + PyDev.

+2

-, Python, Django framework .

Googling IDE Django NetBeans .

nix, !

+1

.NET linux.
Microsoft Visual Studio - (IDE) Mac, Linux Windows.

+1

gedit . , , tweaks , , . gedit Python, . (Edit → Preferences → Plugins, View → Bottom Pane)

Ubuntu, , . , , , , IDE Linux. IDE Ubuntu, - gedit - , , Textmate OS X.

0

If you use a visual studio, I would suggest that mono development will be the closest. As far as I know, his best attempt is to be the Linux version of visual studio. A quick google search gives several results for python plugins for mono development.

0
source

Source: https://habr.com/ru/post/1716648/


All Articles