You are on page 1of 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