Sayantan's Blog On Python Programming

INTRODUCTION TO PYTHON

INTRODUCTION TO PYTHON

Python is an easy to learn programming language, specially for beginners. All machine learning platforms are Python based.
It is a gateway into the Big data, Machine learning and Artificial Intelligence.

We do not need to declare type while defining a variable. Python implicitly defined the data type based on the value assigned to that variable. This makes the language more flexible and short in size.

Python syntax are written in simple English language. So its easy to understand for the beginners.

Python requires smaller no of lines of code comparing to other programming language like C, C++, Java etc.

Python sources are completely free. We can download python completely free and we can use it for commercial purpose as well. Python can be downloaded from its official website by clicking Download Python 

INTRODUCTION TO PYTHON: Python official website
INTRODUCTION TO PYTHON: Python official website

Python is portable in nature. Same python can be executed on different machine and OS.

Python supports both objected oriented and procedure oriented feature. This is a huge benefit with python.

Python is an extensible language that means it can be written through other languages like C++ etc.

Python provides a large no of inbuilt modules or libraries which we can use in our programs. This will reduce the no of lines of code and our program will look like more readable and understandable.

TOPICS TO FOLLOW:

1 thought on “INTRODUCTION TO PYTHON”

  1. Pingback: HOW TO INSTALL PYTHON ON WINDOWS 11 - Sayantan's Blog On Python Programming

Leave a Comment

Your email address will not be published. Required fields are marked *