Jump to content

Talk:Python (programming language)/Archive 10

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lowercase sigmabot III (talk | contribs) at 00:07, 20 March 2020 (Archiving 2 discussion(s) from Talk:Python (programming language)) (bot). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Archive 5Archive 8Archive 9Archive 10Archive 11

Interpreted

The C language is compiled to assembly code, which is then interpreted. So, C is a compiled language. Python is compiled to bytecode, which is then interpreted. So, Python is an interpreted language? Plokmijnuhby (talk) 08:49, 6 August 2019 (UTC)

Assembly code (actually, the object code produced from assembly code) is executed by the CPU hardware which means it is not interpreted. Interpreted code is parsed by software which works out what instructions need to be executed by the CPU. Please ask any other questions (not directly related to improving the article) at the appropriate reference desk. Johnuniq (talk) 09:38, 6 August 2019 (UTC)

Python influenced GDScript

GDScript is the language of the Godot Game Engine. It's influenced from Python, so it should be added in the "from Python influenced" list. Reinthaler (talk) 08:48, 8 August 2019 (UTC)