In this tutorial, I am going to answer 3 main questions about python programming language

What is python:
Python is a programming language written by Guido van Rossum in the 1990s. Python is an extremely versatile, most popular, most paid and easiest programming language. Python makes complex things simple. This makes Python easy to learn very productive. Almost any programming task is easier with Python than it is with other programming languages.
Here is some notable topic about python
- Python is a scripting language: The programs are fed into Python’s interpreter, which runs them directly, so there’s no compiling
- Python is cross-platform: You can run pretty much any Python program on Windows, Mac, and Linux
- Python is a dynamically typed language: You never need to worry about data types in your program.
- Python has a lot of third party library: A library is a bunch of code for doing something specific. This makes your work easier because you don’t have to start from scratch every time you write a new program.
- Python is free: This means that the license terms for Python respect your freedom. You can download and run Python without paying any money