top of page

Python Introduction

It is a popular programming language that is created by - created by Guido van Rossum.

It is a collection of more than 500 libraries which is used for different-2 areas like mathematics, scientific calculation, researches, etc.

Python is a powerful programming language and an easy to learn. It supports  high-level data structures and a simple but effective approach to object-oriented programming. Python is also used for  rapid application development in many areas on most platforms like Windows, linux and Mac etc.

Python is used for 

 

Why Python is good -

  • Python support different – different platforms like (Windows, Mac, Linux, Raspberry Pi, etc)

  • It supports simple syntax format, no need to add any semicolon when terminating statements

 

Python Supported Versions -

Python support many versions like Python 3.x, Python 2.x, etc. as also have a big community to solve any types of version issues.

In the next tutorial, we will cover how to install python 3.x.

bottom of page