How to use Python on my games?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JulioYagami

How do could I use Python on my games on Godot Engine and what could I do with that?

:bust_in_silhouette: Reply From: Schweini

I would not give you the advice the advice to use PYthon cuz GDScript is Python like and really easy to learn. But perhaps this links will help you: Beta release for Python support
GitHub - touilleMan/godot-python: Python support for Godot 🐍🐍🐍
https://www.youtube.com/watch?v=Y_303tU1kbQ
https://www.youtube.com/watch?v=SK0BtxHROdg
https://www.youtube.com/watch?v=_7Sq1TdLgKQ
The youtube links are only talks, but perhaps you’ll watch them

:bust_in_silhouette: Reply From: kidscancode

There is a project to bring Python support here:

But it doesn’t seem to be very active.

In my opinion, third-party language support like this is not worth the trouble involved in doing it. It’s complex to set up, breaks easily, you won’t be able to use new Godot features until/unless the language support is updated.

Unless you have a solid need for something that only Python provides, you’re not going to gain much benefit.