What is Python ?

 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 language.

It is robust language.

It supports multi threading and garbage collection.

Note:= some popular  application based on python- YouTube, Dropbox, Cinema 4D etc.

Some limitations of python

Python is slow as compared to C/C++ due to interpreter.

It has  very limited commercial support point.

It is difficult to pack up a big application in to a single executable file.




Comments

  1. factorial hundred In the last few days, the “factorial of 100” is one of the top subjects and a lot of maths geeks compute it using voice assistants such as Alexa, Shiri, etc.

    factorial hundred In the last few days, the “factorial of 100” is one of the top subjects and a lot of maths geeks compute it using voice assistants such as Alexa, Shiri, etc.

    factorial hundred In the last few days, the “factorial of 100” is one of the top subjects and a lot of maths geeks compute it using voice assistants such as Alexa, Shiri, etc.


    ReplyDelete

Post a Comment

Popular posts from this blog

python pattern programming

Decision making statement in python

javaScript Calculator.