About 30,600 results
Open links in new tab
  1. Does anyone use Python in Godot and how much does GDScript

    I want to practice Python but I only use Godot which uses GDScript and I'm feeling that GDScript is more and more becoming it's own language from Python in terms of features and syntax.

  2. Python-Godot setup tutorial : r/godot - Reddit

    Dec 2, 2019 · The python-Godot rewrite is underway, and may be released in a couple of months, which should make this method obsolete in the future. But for anyone who has struggled with the current …

  3. How similar are Python and GDScript are, really? : r/godot - Reddit

    Python is a flexible and general purpose programming language with multiple implementations, where GDScript is designed only for Godot and implemented only in Godot.

  4. r/godot on Reddit: GDScript vs. Python: What's the Reason for ...

    Feb 18, 2023 · Well, I'm coming from a 15 years Python background and found it nice that Godot is similar to it in many ways. Even the docs say that "If you've ever written anything in a language like …

  5. How do I call a python function from Godot 4? : r/godot - Reddit

    Apr 17, 2023 · I want to use many python libraries in my game, but sadly those libraries aren't available in godot. How do I call these python functions?

  6. r/godot on Reddit: How similar is GDscript to Python? and which one ...

    Feb 13, 2021 · How similar is GDScript to Python? GDScript's syntax is mostly derived from Python, but it doesn't support all of the language features that Python does and even includes several custom …

  7. Is it possible to run a Python script from Godot, and receive it's ...

    May 7, 2021 · Like for example if there's a machine learning model trained in python, and I want to run it from godot, and display the results in godot game?

  8. Is it true you should learn python before learning gdscript?

    A secondary choice would by free online courses in Python or C# (an optional Godot language) from Codecademy or other sites. The objective is to learn principles. Like Class inheritance, why Methods …

  9. how do I embed the python interpreter in godot? : r/godot - Reddit

    Nov 10, 2022 · An easy way might be to make two applications: a python application that exposes a websockets server that the Godot client can connect to. Then the python application could take input …

  10. How Close is Python to GDscript? : r/godot - Reddit

    Language to language sure, but Godot isn't just a language, it's a whole environment. I'm a python coder with years of experience, i still struggle quite a lot with the ins and outs of Godot. Beginners often …