this post was submitted on 19 Jun 2023
22 points (100.0% liked)
Programming
355 readers
1 users here now
This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I prefer Visual Studios over VS Code for c++. VS code has limited importable modules and even the std namespace isn't fully there. So the free community version of actual Visual Studios is better. In my opinion, VS Code is just a glorified text editor that I can use for html, JavaScript or docker stuff.
For Python, I've been using Spyder. I don't love it, but it is better than Idle by a long shot. It comes standard with the Anaconda version.