Introduction

Overview

Time: 0 min
Objectives

What is Python?

According the python.org, Python is an interpreted, object-oriented, high-level programming language that has a simple and easy to learn syntax. It has high level built in data structures with dynamic typing and dynamic binding, which make it attractive for application developement. However, the most know use of python is for data science. This is because it provides functionalities to deal with statistical aspects of data science. It also provides libraries to deal with machine learning models.

Why Python?

Python is easy to pick up. It has various in-built libraries that can be used to save time and effort. It is also very versatile, efficient and fast.

Who developed Python?

Python was created by Guido van Rossum, and first released on February 20, 1991. He stated his goals for python as

Domains where Python is used-

Applications where Python is used-

Key Points