Posts

Showing posts from October, 2020

What is Python ?

Image
 Python Python is a popular programming language, it was developed by  Guido van Rossum    at the “national research institute for mathematics and  computer science in Netherland(1991).  It is used for web development(server side), software development, system scripting, machine learning, data science etc. It works on different platform ( window, mac, Linux etc.). It is a high level programming language. It support procedure programming and object oriented programming. It is interpreter based language. Python processed at run time by interpreter so there is no need to compile a program before executing it. You  can simply run the program. Python basically converts the source code into byte code which than translated in native language of computer so that it can be executed. Byte code makes the python code portable. It has simple syntax similar to English language. It has syntax that allow developer to write programmes with fewer lines than some other programming language. It is secure