Friday, 18 October 2019

What is Python?


What is python?
     Python is a programming language. It was initially developed by Guido van Rossum in the late 1980s in the Netherlands. Python is open source and free to download and use as you wish.



On technical level:-
  1.      Python is a strongly typed language in the sense that every object in the language has a definite type and there’s generally no way to circumvent that type.
  2.      Python is dynamically type. That’s there is no type checking of your code prior to running it.
  3. Python is interpreted language.

Who is using it?

Python Implementation:-


No comments:

Post a Comment