Python Introduction

Python Introduction

Python was created by Guido van Rossum in the year 1989 and released in 1991.

Use of python:

  • Web development

  • software development

  • system scripting

Featrues of python:

  • Simple & easy to learn

  • Free and Opensource

  • Large Community Support

  • GUI Programming Support

  • Easy to Read

  • It is a Portable language

  • Large Standard Libary

  • Interpreted Language

  • Froutend and backend development

The most recent major version of Python is Python 3. However Python 2, although not being updated with anything other than security updates, is still quite popular. It is possible to write Python in an Integrated Development Environment, such as Thonny, Pycharm, Netbeans or Eclipse which are particularly useful when managing larger collections of Python files.