Python Intro
Python Intro
Python Intro
History
• 1980 by Van Rossum
• First released in 2008
• First version as python 3, 3.1,3.2 etc current is 3.10
• Easy to use
• High readability of code
WHY PYTHON
WEBSITE
• Backend of a website and user data (Django and Flask)
• Create interactive Dashboard for users (plotty & Dash)
DATA SCIENCE AND MACHINE LEARNING
• integers
• Floating points
• string
• Lists
• Dictionaries
• Tuples
• Sets
• booleans
VARIABLE ASSIGNMENT
STRINGS INDEXING AND SLICING
.FORMAT
DICTIONARIES