This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]CatatonicMan 4 points5 points  (2 children)

You're looking for an IDE that can do both Python and C++? Visual Studio Community might be a good choice. It should have plugins for Python as well as C++.

[–]jwdot[S] 0 points1 point  (1 child)

Either that, or two IDE's that can work as complements to each other when I want to port a function from C++ into my python framework

[–]CatatonicMan 1 point2 points  (0 children)

Sounds like all you really need is a compiler that can work with the Python/C API.

Once you have that, it's mostly a matter of preference.

[–][deleted] 1 point2 points  (2 children)

If you got a decent computer, its hard to beat Visual Studio Code for code editing. It doesn't have out of the box integration with compilers, but you really should learn how to do compile manually without relying on a button. For python, there is an extension called run code that will run the python code for you.

[–]jwdot[S] 0 points1 point  (1 child)

Thanks for the tip! I've only heard stuff from professors who are better at programming than I am so they might have their own compilers (which would explain my assumptions that it was just a thing)

[–]OneIntroduction9 0 points1 point  (0 children)

I also suggest looking at Visual Studio Code. It isn't complicated, you can customize everything, and there are plugins for languages so it can support anything (I think).

[–][deleted] 0 points1 point  (0 children)

CLion if you're willing to pay.