Basics of Python and Intro to Machine
Learning (AI)
~Manish Maharjan
Supported By:
DN:AI Developers Nepal
Python vs C
Python Vs C
Basic Data/Variable Types
Numbers Eg : a=1
String Eg: name=”manish”
List Eg: a=[1,2,3,10]
Tuple Eg : a = (1,2,3,10)
Dictionary Eg : tinydict = {'name':
'john','code':6734, 'dept': 'sales'}
Features of Python
No semi-colon (;)
No curly braces { }
Hashtag is used for commenting #comments
No need to define datatypes
Eg : a = “name” , a=10 ,a = [1,2,3,7]
Where is Python used?
Web Development (Django,Flask Framework)
Data Science (BigData, Data Visualizaton)
Web/Data Scraping
Machine Learning (AI) in TensorFlow , Keras
Intro to Machine Learning(AI)
AI vs ML vs DL
Building Blocks of AI
Lets code!
More resources:
github.com/patanitclub
github.com/aidevnepal

Basics of Python and Intro to Machine Learning