Introduction To Python
Introduction To Python
to
Python
Mousum Dutta
Chief Data Scientist, Spotle.ai
IIT Kharagpur
Python has
been the
fastest growing
Data Analysis
language,
globally, over
the last few
Machine years, fuelled
Learning
mostly by its
usage in AI and
Spotle.ai Study Material
Spotle.ai/Learn
Data Science
Source: stackoverflow.com
The demand for Python is growing….
Data Analysis
The average
salary of a
Python
Machine developer in
Learning
India is
4.8 lacs per
annum
Spotle.ai Study Material
Spotle.ai/Learn Source: stackoverflow.com
The case for Python
Python Use Cases and Libraries
Web Development ✓ High Usability
Python 2 Python 3
ASCII UNICODE
Strings are stored as ASCII by default Strings are stored as UNICODE by default
Errors Display all errors after Displays error of each line one by
compilation, all at the same time one
https://techdifferences.com/difference-between-compiler-and-interpreter.html
If (1==1) If (1==1)
print (“All is well”) print (“All is well”)
Else Else
print (“End of the world”) print (“End of the world”)
print (“Bye Bye”) print (“Bye Bye”)
The above piece of code will The above piece of code will
consider print (“Bye Bye”) outside consider print (“Bye Bye”) under
if-else else condition
class Myself
def self_love(self):
Print(“I am awesome”)
Me = Myself()
Me.self_love()
Numbers
String
List
Tuple
Dictionary
✓ Arithmetic Operators
✓ Comparison (Relational) Operators
✓ Assignment Operators
✓ Logical Operators
✓ Bitwise Operators
✓ Membership Operators
✓ Identity Operators
✓ Practise Python through comprehensive quizzes with detailed notes to help you
understand solutions
✓ Build your foundation for more advanced programs including Data Science,
Text Processing, Machine Learning and Deep Learning using Python
✓ Understand career paths in Python and how to prepare for career opportunities
7 Hours Of Lecture
24/7 Access to chat and
career support
✓ Personalised career
Spotle.ai
Spotle.ai Study
Study Material
Material
guidance and assistance.
Spotle.ai/Learn
Spotle.ai/Learn