I'm a freshman engineering student, and my professor advised us to find an IDE or an online IDE to work with both C++ and Python. I'm overwhelmed by the mixed opinions I've seen, especially regarding Visual Studio Code versus other options, so I'd appreciate some recommendations. Also, I have limited storage space on my computer (only about 80GB left), so I'm looking for something lightweight that won't take up too much room.
5 Answers
You might find that most students will be using VS Code, so it’s good for collaborating. It's lighter than Visual Studio and will help you develop coding skills by using the terminal.
For a straightforward experience, PyCharm is excellent for Python, while VS Code works well for both languages with plugins. Don't worry about space; neither should take up much room initially, especially for beginner projects.
If you're open to something other than VS Code, check out the JetBrains IDEs like PyCharm for Python and CLion for C++. Both are free for students, and you might get by with your current storage capacity without issue.
For C++, I recommend CLion, but for Python, PyCharm generally stands out. If you're tight on space, consider getting an external hard drive as a future investment.
VS Code is a solid choice for Python, and it can handle C++ too. Just be sure to add the relevant extensions for the best experience.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically