Minggu, 09 April 2017

How does python runtime work when you hit run on your script

The code gets parsed, analyzed, and fed into an interpreters. This is all about a very important area of computer science known as compiler theory. A compiler is a program that translates code from one languages (your source codes) to another language (typically machine code, though “transpilers” that translate from one high-level language to another do exist). This is a really massive topic that you could spend years researching, but here’s the basic versions: The compiler begins with a parser, a routines that reads your source code and applies the syntax rules of the language to it to figure out

The post How does python runtime work when you hit run on your script appeared first on Coding Security.


How does python runtime work when you hit run on your script
read more

Tidak ada komentar:

Posting Komentar