Python Programming Introduction

Learn python by practical coding experience.

Python is very popular, high-level programming language. The latest version of python is python-3 (May 2021). Python can be used for both functional and object oriented programming.

Python is one of the most famous programming language in recent years. In in the past few years python has been used mainly for the below applications
Machine Learning

  • Image processing
  • web development
  • Web scraping
  • Software development
  • System scripting
  • Mathematical application

Wiki Python_(programming_language)

Python Features:
Python support multi-paradigm programming. It supports the following programming paradigm

  1. Object-oriented programming paradigm
  2. Structured programming paradigm
  3. Functional programming paradigm

Python 2.0 was released in 2000. Both Python 2 and 3 are very similar, few features of Python 3 have been back-ported to Python 2.Both Python 2 and 3 have continued to be maintained and developed, we get regular release updates for both versions.
If you are a new to Python, it is highly recommended that you start from Python 3.

Python – installation indentation variable comments

Using Python Tokenization of Words and Sentences using NLTK