Between Python and C++, which is better for programming for VRC?

I’m new to VRC but I have programming experience in both Python and C++.

I want to program with text code but I don’t know which language is better.

What are the pros and cons of each language?

Which is used more?

I used python last year because it is the language I was most familiar with. This year I have transitioned into c++ because it will be a good challenge and learning experience. If you use c++, you are also able to use pros as well as other libraries and templates. Overall, it’s just whatever you want to do.

Python has more beginner friendly syntax but c++ is more supported by vex. Overall, it’s your choice.

C++ is probably better and more versatile, but Python’s easy syntax makes it more readable. Pretty much up to personal preference.