Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GiD uses Tcl/Tk as scripting language and to create its GUI

...

  • It is possible to re-use our current Python code in GiD without need to be re-written in Tcl language.
  • It is possible to use a lot of Python modules to expand the current possibilities of GiD, (e.g. numpy, scipy, TensorFlow, matplotlib, ...)
  • Developer users with experience in Python can develop code without need to learn Tcl language (except the minimum to call the Python code)
  • GiD-problemtypes and plugins Python-based become self-contained and will use a known Python version (without the need to globally install Python or use other incompatible version)

Some Python modules that look interesting for GiD purposes

...

  • )

...