0% found this document useful (0 votes)
4 views1 page

Session 16 06 2022

The document provides an introduction to the Python programming language including its history, features, and common applications. Python was created by Guido Van Rossum and first released in 1991. It is an open source, high-level, interpreted language that is simple, object-oriented, and platform independent. Python is commonly used for GUI applications, web applications, and scientific applications.

Uploaded by

Bhavani Namdar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Session 16 06 2022

The document provides an introduction to the Python programming language including its history, features, and common applications. Python was created by Guido Van Rossum and first released in 1991. It is an open source, high-level, interpreted language that is simple, object-oriented, and platform independent. Python is commonly used for GUI applications, web applications, and scientific applications.

Uploaded by

Bhavani Namdar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Date : 16/06/2022

INTRODUCTION TO PYTHON

Python is a general purpose, high level , interpreted programming language.


Python language was developed by Guido Van Rossum.
The first version of python was released in 1991
Python is an open source software .
official website www.python.org

features of python:
====================
simple to learn and easy to implement:It is a programmer friendly language.

object oriented programming language: python supports object oriented features like
classes, objects, inheritance

platform independent language: we can develop any application using python on one
platform and we can run this python code on any platform

expressive language: python code is easily understandable.

python is used in many applications:


=======================================
1. GUI applications
2. web applications
3. scientific applications

You might also like