About 167,000 results
Open links in new tab
  1. How similar is GDscript to Python? and which one should I learn ...

    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 …

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

    Knowing Python will make you familiar with the syntax and high-level workings of GDScript, however they are not the same language anymore than English and Spanish are just because they both use …

  3. GDScript vs. Python: What's the Reason for Differences in ... - Reddit

    Feb 18, 2023 · But then again, while learning GDScript I also stumbled across many differences, from simply choosing different names for the same thing (like func and typeof in GDScript vs. def and type …

  4. Performance GDscript vs Other languages? : r/godot - Reddit

    Aug 10, 2023 · Others with more knowledge could explain where exactly these slowdowns occur, but I'll address the comparison to R/Python. If you're comparing to R and Python for number crunching, …

  5. Python vs GDscript : r/godot - Reddit

    Jul 7, 2020 · Don't worry about the speed of GDScript. The idea that a parsed language like python isn't powerful enough for game development of any kind is just kind of silly. Eve Online was developed …

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

    The reason for the recommendation is the syntax (the grammar) is the closest match. So if you've never learned programming language basics before, it's not an awful place to begin. It's easier to find …

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

    Python and GDScript share the same basic syntax for setting variables, defining methods and handle duck-typed objects. It already starts to differ about handling arrays, since gdscript doesn't implement …

  8. What are the advantages of using C# instead of GDScript?

    Most Godot users use GDScript instead of C#. I think there was a poll about it and the huge chung of the userbase is GDScript user. I use C# because I know C# and Java, so I can use it more comfortably …

  9. Python vs GDScript : r/godot - Reddit

    Jul 14, 2022 · Gamedev tutorials about GDScript can promote some bad programming practices (although the same is true about python, to be fair). Python is just a programming language, which …

  10. 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.