Download as pdf or txt
Download as pdf or txt
You are on page 1of 45

• Python is a popular multi-purpose

programming language widely used for its


flexibility, as well as its extensive collection of
libraries, which are valuable for data analytics.
• It has thousands of libraries dedicated to
analytics, including the widely used Python
Data Analysis Library (also known as Pandas).
Why Python for Data Analytics?
• Data Analytics involves interpreting data and analyzing the
results utilizing statistical techniques and providing ongoing
reports. Python uses libraries that optimize statistical
efficiency and quality of data.
• Besides these python commands can identify, analyze, and
interpret trends or patterns in complex data sets.
• Machine learning models can be designed using python for
prediction and recommendation.
NumPy library in Python - includes hundreds of mathematical
calculations, operations, and functions.
Why Python is Popular ?
Features
Career Opportunity
Basics of Python
Install Anaconda
How to RUN Python using Jupyter
Notebook
Colaboratory, or “Colab” for short, is a product
from Google Research. Colab allows anybody to write and
execute arbitrary python code through the browser, and is
especially well suited to Data Analytics , Machine learning &
Education.
Starting with Python Commands
Arithmetic operators
Relational Operators
Assignment operatots

Logical
Operators 
Membership operator
in
If-statement
The if statement is used to check a condition: if the condition is true, we run
a block of statements (called the if-block), else we process another block of
statements (called the else-block). The else clause is optional.
If .. Else with “membership operator”
Not in
If … elif… else
Python Example
Next Class
Practical

You might also like