Wednesday, May 15, 2019

What is Python ?


Python is an object-oriented, high-level programming language with integrated dynamic semantics primarily for web and app development. It was created by Guido van Rossum, and released in 1991.


A good and simple language for beginners because of its intelligibility and other basic components intended to make it understandable. Programs written in Python don't need to be arranged ahead of time so as to run, making it simple to test little bits of code and making code written in Python simpler to move in different platforms.


Python support the utilization of modules and package, which implies that projects can be planned in a modular style and code can be reused over an assortment of tasks. one of the most advantages of Python is that both the standard library and interpreter are accessible with free of charge, in both binary and source form.


Python is used for-
  1. Web development
  2. Software Development
  3. System Scripting
  4. Handling big data and complex mathematics



Get More Information of  Python


No comments:

Post a Comment

How to control the flow of program in python

Python If-else Statement If-else statement is a decision making statement that allow us to run a particular block of code for a particula...