Python and Unity integration

I am starting a class where I will be teaching kids to code. The older and more advanced kids I want to introduce to Python and then hopefully go to game development with Unity. Upon looking around it looks like Unity does not support Python as a coding language. Is this still the case or have you added the ability to use Python in the Unity system? If I would have to switch to C# do you have any suggestions as to how I can switch the students from Python to C#.

Thank you for your input and guidance.

This is only my personal guesses, but I believe It is not likely that Unity will implement any other language support than C#. If I’m not mistaking, they are removing the support for javascript also, suggesting that they are narrowing in on only C#, rather than expanding into any other new languages.

Regarding switching from python to C#, you could probably find a few good courses on that by googling “learning C# for Python developer”

OK. Thank you for your input and assistance.