Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I just started learning Python. Since I have a total package license from Jetbrains, I am using PyCharm.
-
While Sublime isn't an IDE it is one of the better options for nearly everything.
-
skablam168yAtom, even though it is not an IDE once you add a few python plugins it practically is one.
-
@skablam You get a ++ for not identifying Atom as an IDE (you have no idea how many people pull that shit)
-
Emacs. Because I can. Its dark theme is just perfect and simple, although I'd like to switch to better font. (I'm lazy shit, so I still haven't looked for the option)
-
I usually use pycharm but when somebody is looking at my screen I open code in IDLE just to watch them get frustrated. Why you ask? Cause some people just like to watch the world burn... 😈😈
-
Pycharm and super awesome vim plugin. I have tried all the above said editors and nothing beats the Features of Pycharm. Plus they got a free community edition.
-
maerg478yEmacs Elpy. Jupyter if I work on data. The former because I'm an octopus, the latter because it makes me feel like I'm on Reddit writing replies to comments.
-
PTVS (bundled with the free Visual Studio 2015 community edition) if you're on Windows. It's totally free, unlike PyCharm (which is absolutely brilliant, but costs if you wish to use it with Django).
Also, if you're using python to automate some native language library, such as c/c++, you can drill down stack frames from all languages in a single debug session, which totally saved my life!
Related Rants
What's your favorite IDE for python? (I actually use sublime 😝)
undefined
python
ide