I wish I can write c+ or phyton or even qbasic. All I can write is in gml.
If you know the syntax generally for programming languages you can pretty much write in any language with the difference of the syntax terminology and some functions, such as auto-dumping, multi-inheritance support, etc.
It's gotten better with the amount of resources available than it was back in the 90's (Windows 2.1/95 era).
For Python it would basically be something like this. From what I recall by default Python treats variables as Objects and not as Primitive Data as some languages have.
print("I am a python tidbit")