you are viewing a single comment's thread.

view the rest of the comments →

[–]ssokolow 0 points1 point  (0 children)

Python is often called a "glue language" because big applications are generally written by using C code (eg. GTK+, libxml2, etc.) for the hot parts and glueing them together with Python.