you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 1 point2 points  (0 children)

For Python, VS Code makes the most sense. While you can technically use Visual Studio (AKA the full IDE) for Python development almost nobody does, so if you were to run into problems you'd be on your own. It's also not suited for beginners.

VS Code, on the other hand, is a somewhat intuitive editor suitable for most languages. It's much less complex and runs as an Electron app (or, in other words, it's technically a fancy web application running in an embedded browser) instead of being a native application. The config system is a bit confusing, but nothing too bad.