Python is an interpreted language

Python is an interpreted language
Python is an interpreted language
  • Python does not require a compiler.
  • Rather, an interpreter is used to generate the machine-readable set of instructions.
  • An interpreter’s output is the creation of the.pyc file.
  • which is then executed by a virtual machine to generate the output.

Uses of Python programming language

Uses of Python programming language
Uses of Python programming language
  • Python is frequently used in web development projects for server side configurations.
  • Workflows are built using Python.
  • Python can connect to various databases and query and update data within them.
  • Python can handle large amounts of data and complex mathematical operations.

You can return many things in python

You can return many things in python
You can return many things in python

Python supports multiple returns from a single function which is not possible in most of the modern day programming languages 

def example():

       Return ‘abc’, 10

print(example())

print(example())

Output:

(‘abc’, 10)

(‘abc’, 10)

Python is older than java

Python is older than java
  • Python’s popularity has grown over the last ten years.
  • Python s has gained popularity among its target audience.
  • Interesting fact: Python is an older programming language than Java.
  • Python released in 1991, Java debuted in 1995.
  • Python is now nearly 30 years old and still going strong as a result.

Python has a wide range of features

Python has a wide range of features
  •  Web Development
  •  Artificial Intelligence
  •  Machine Learning
  •  Data Analytics
  •  The Internet of Things
  •  Data Science
  •  Scientific and Mathematical Computing.
  •  Finance and Trading.
  •  Computer Graphics.
  •  System Automation and Administration
  •  Security and Penetration Testing