0% found this document useful (0 votes)
39 views15 pages

Programming With Python

Python is a general purpose, high-level, interpreted programming language created by Guido Van Rossum in 1989. It has an easy syntax and dynamic semantics. Python is open source and community driven. Variables provide temporary storage space and are associated with a data type. Classes are collections of data and methods that act as prototypes for objects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views15 pages

Programming With Python

Python is a general purpose, high-level, interpreted programming language created by Guido Van Rossum in 1989. It has an easy syntax and dynamic semantics. Python is open source and community driven. Variables provide temporary storage space and are associated with a data type. Classes are collections of data and methods that act as prototypes for objects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Programming With Python

Introduction

• Python is a general purpose, high-level

interpreted programming language with easy

syntax and dynamic semantics

• Open source and community driven

• Created by Guido Van Rossum in 1989


2019 Annual Survey by Analytics India
What Language Should An Aspiring Data Analyst Learn First?

https://analyticsindiamag.com/data-science-recruitment-india-2019-survey/
Companies using Python
Python Distribution
Variables
• temporary storage space
Variables
• temporary storage space
Variables
• temporary storage space
Variables
• But, if the data is of a different size and type?
Variables
Data Types
• Every variable is associated with a data type
Assigning values to a variable
• The assignment (=) operator
Class and Object

• Basic building block of Python


• Collection of data (variables) and methods
(functions)
• Class is the prototype and object is the actual
thing
Class and Object

You might also like