Python support - Godot

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By edimemune
:warning: Old Version Published before Godot 3 was released.

I have been using Godot Engine for a month, but I observed that with GDscript there are many limitations. I know Python scripting very good and after searching online I saw that Godot somehow offers Python support. The project is on GitHub on this link: https://github.com/touilleMan/godot-python/blob/master/README.md . I want to know how to download it, how can I setup it on windows. Does anyone know anything?

Python support will come with the next 3.0 stable release, I believe. We are probably not too far from that day when we’ll finally be able to extend Godot nodes in .py modules. I recommend a little patience. :slight_smile:

Jorge A. Gomes | 2017-09-15 23:43

In the alpha version is there any way to get Python working?

edimemune | 2017-09-16 07:22

If you know python good, GDScript is not very hard to write or read.
You just need to cope with some things not being as nice (“var”), but all in all it is largely the same.
What limitations specifically are you refererring to?

Noël | 2017-09-25 09:38