Sunday, February 25, 2018

What is Python?

Python is an interpreted (executes the program directly without previously compiling into machine-language instructions), interactive (writing parts of a program while it is already running) and multi-paradigm (meta, generic, imperative, reflection, structured and object-oriented) high level programming language.  
~ Wiki

No comments :

Post a Comment