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
-
avitron19267yOne of my friend is into Python development. He boasts a lot about PyCharm being the best
-
tofrank55107yPy fucking Charm.
It has built in git and pip support, a really awesome debugger, built in test facility, and so much more! -
Spyder and Jupyter is best for data science. For development it's either PyCharm or VS.Code if you're feeling more confident.
-
@reshusinghhh nah, I just don't like IRL spiders in general. They look ... weird.. so that I get paranoia lmfao
-
coolq48267y@irene
I have to agree with @NoMad here.
They can be.
IDE = Integrated Development Environment (you probably already know)
VSCode, Sublime and Atom all have packages and tasks that make it easy for *developers* to write and execute their code.
They have breakpoints, debugging servers, linting, integrated terminal and auto complete.
You can even "hack" them, make your own plugins/add-ons and themes.
Even Notepad++ can be an ide if you set it up properly. -
Pydev for eclipse. Partly because eclipse is the bestest ide ever created so any plugins for it are automatically best in class. Cheers.
Installing Spyder 🕷😅
Anyways which python IDE you find good?
random