Webastor - Programming Tips and Tricks

Programming language => Python => Topic started by: Mohamed on October 27, 2014, 11:11:16 PM

Title: Why python is interpreted language?
Post by: Mohamed on October 27, 2014, 11:11:16 PM
Hello, I would like to ask you a big problem a little weird, why python is interpreted language? Thank you please kindly give me your opinion quickly.
Title: Re: Python interpreted language
Post by: Kye on March 08, 2017, 09:38:13 PM
A high level language run and executed by an Interpreter(a program which converts the high-level language to machine code and then executing) on the go; It processes the program a little at a time.