Visual Studio Community 2022 and Python

Hello!

Does anyone here have experience with Python development in Visual Studio Community 2022?

I already work with C# , .NET and C++ in Community 2022 and I noticed that I can configure Python too. But I have never used Python before.. what are its advantages? It’s for professional and educational purposes.
I’d like to take advantage of the Visual Studio Community ecosystem and keep everything in a single solution. I think it’s a good strategy, and I would like to know if anyone else is using the same approach with these langs.

Thanks!

I use visual studio for C++, and VS Code for Python. Probably because I work on Python wrappers most of the time, I think I might get weird having both C++ and Python tabs open at the same time. However, I believe once you load the Python tool set into Visual Studio, it’s the same as VS Code. I.e. Pylance, debugpy, etc