I too use sublime, although I've been playing with Visual Studio Code recently and am surprisingly impressed. I'm not particularly a fan of pycharm (it's too slow and makes too many assumptions about your development environment), but I do really like the other jetbrains tools (Gogland, Clion, etc). In the rare cases where I want a full IDE for python work, WingIDE is brilliant.
But, as others have said, it all boils down to personal preference. The annoyances I generally have with editors usually boils down to some feature in sublime I've grown accustomed too that is missing. On Thu, 5 Oct 2017 at 9:04 PM, Sebastian Schoellhammer < [email protected]> wrote: > I love pyCharm, I used to use sublime but pyCharm has so many nice python > relevant things out of the box. > > On Thu, Oct 5, 2017 at 9:39 AM, Justin Israel <[email protected]> > wrote: > >> >> >> On Thu, Oct 5, 2017, 8:30 PM Marcus Ottosson <[email protected]> >> wrote: >> >>> I don't think there are any good reasons to use one over the other; it's >>> plain personal preference. Use whichever you are most comfortable with. >>> One exception being if you are in an environment where your peers are using >>> one editor, then it'd make sense to start with that one so you have someone >>> to ask for help. >>> >> >> What Marcus said. >> Try them and form an opinion. Personally I still love sublime as a >> primary editor because it is so lightweight I can pop open basically any >> syntax in it from a shell. But for statically typed compiled languages I am >> finding I want something with a bit more intelligence. I started using a >> JetBrains product recently for programing in Go. Might consider the same >> for C++. They are just a bit more heavy and clunky. >> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Python Programming for Autodesk Maya" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOA26xUbu2w2otTvCxJgOfCXitKocnn%3DbcK0dWZOFGcwPQ%40mail.gmail.com >>> <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOA26xUbu2w2otTvCxJgOfCXitKocnn%3DbcK0dWZOFGcwPQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2MaDOSYYW36kVABuHu-y5zqVGGFUyyGQ4GspOho5OjpQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA2MaDOSYYW36kVABuHu-y5zqVGGFUyyGQ4GspOho5OjpQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Sebastian Schoellhammer > > w <http://www.sebscorner.org>ww.mokumedia.de <http://www.mokumedia.de> > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAMLepcZZec1on%2BteVJV4rvQoFPF0bbsxPaTK95oN4dQU7iHT4g%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAMLepcZZec1on%2BteVJV4rvQoFPF0bbsxPaTK95oN4dQU7iHT4g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAM33%3Da5%3DzaivZMYDGtbOkO-s4%2Bg0K-1eKCfTi0enSVuJGh2%3D%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
