PYTHON RUNTIME ENVIRONMENT

INTRODUCTION Before talking about the topic " Python runtime environment " let's make a very brief introduction. Let's see in this article how the runtime manages the execution of programs. Let's take a closer look at how Python executes programs through its runtime. This will be useful to us as we continue the course. Let's first ask ourselves if Python is a compiled, interpreted language or is it also based like C# and Java on Virtual Machine? COMPILED LANGUAGES PYTHON RUNTIME ENVIRONMENT - INTERPRETED LANGUAGES PYHTON RUNTIME ENVIRONMENT - LANGUAGES THAT USE BYTECODE [...]