0% found this document useful (0 votes)
11 views26 pages

Day 1 Notes Python + Power BI Classes

The document promotes premium courses in Data Analytics and Data Science by The iScale, emphasizing the importance of Python in the industry. It outlines the skills and knowledge required to become job-ready, including a solid foundation in Python programming and familiarity with various AI applications. Additionally, it provides insights into the use of Python by major companies and the tools available for learning and development in this field.

Uploaded by

basitansari94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views26 pages

Day 1 Notes Python + Power BI Classes

The document promotes premium courses in Data Analytics and Data Science by The iScale, emphasizing the importance of Python in the industry. It outlines the skills and knowledge required to become job-ready, including a solid foundation in Python programming and familiarity with various AI applications. Additionally, it provides insights into the use of Python by major companies and the tools available for learning and development in this field.

Uploaded by

basitansari94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale

1) Why am I learning this course?

2) How should I learn to become job-ready?

3) Where will I be after completing these classes?


Download the Notes from Description Box
• No prior coding knowledge Required
• No prerequisites required

The only things needed are


• consistency
• willingness to learn.

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
Why am I learning these course?

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
Data Scientist Data Scientist

Data Analyst
Data Analyst
ML Engineer
ML Engineer
AI Engineer
AI Engineer
BI Developer

BI Developer Business Analyst

Business Analyst

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
Approx 15–20 lakh companies use Python in some capacity worldwide

Python is the 2nd most-used language globally on GitHub, with millions of repositories and
contributors from organizations.
Over 85% of data scientists and AI engineers use Python.
Python powers AI in Google, Meta, Netflix, Amazon, Microsoft, and OpenAI for cutting-edge
projects like ChatGPT, recommendation systems, and autonomous systems.

Surveys show that 9 out of 10 AI/ML engineers prefer Python over other languages like R, Java,
or C++ for their flexibility and efficiency.
Python ranked as the #1 programming language for AI projects across industries.

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
AI-powered Recommendation System

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
(a) Generative AI (Gen AI)
Examples: ChatGPT, Deepseek, DALL·E, Midjourney, Stable Diffusion.

(b) Agentic AI
Examples: AutoGPT, BabyAGI, Devin AI.

(c) Predictive AI
Examples: Stock market prediction, weather forecasting models.

(d) Conversational AI
PYTHON
Examples: Chatbots like ChatGPT, Bard, and Alexa.

(e) Autonomous AI
Examples: Tesla FSD, Boston Dynamics’ robots.

(f) Cognitive AI
Examples: IBM Watson.

(g) Explainable AI (XAI)


Used in healthcare, finance, and regulatory industries.

Website – www.theiscale.com Contact : 7880-113-112 theiscale theiscale.founders


Applications
Workhelix, Meeno , Workera, Speechlab , Credo ai ,
Commonsense

Foundation Model – Open AI ,Anthropic ,Meta

Cloud Infrastructure – AWS, Google Cloud, Azure Snowflake

Semiconductors - Nvidia , AMD , Intel

Website – www.theiscale.com Contact : 7880-113-112 theiscale theiscale.founders


AI , Python & Jobs

OpenAI Google DeepMind Google AI (Brain Team) Microsoft AI

Meta AI Anthropic Hugging Face Stability AI

NVIDIA AI Tesla AI Amazon AI (AWS AI/ML) IBM AI (Watson AI)

Cohere xAI (Elon Musk's AI company) Alibaba DAMO Academy

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
1. Google: Google apne search engine, app engines, aur recommendation engines mein
Python ka upyog karta hai.

2. Instagram: Instagram apne backend services aur features jaise notifications aur image
processing ke liye Python ka upyog karta hai.

3. Spotify: Spotify apne data analysis aur backend services mein Python ka upyog karta
hai, jisse user experience ko sudhara ja sake.

4. Netflix: Netflix apne content recommendation systems aur data analysis mein Python ka
upyog karta hai.

5. Quora: Quora apne question-answer platform ke liye Python ka upyog karta hai, jisse
platform ki performance aur scalability sudhri ja sake.

6. Dropbox: Dropbox apne file storage aur synchronization services mein Python ka upyog
karta hai.

7. Reddit: Reddit apne backend services aur infrastructure automation mein Python ka
upyog karta hai.

8. NASA: NASA apne scientific computing aur data analysis mein Python ka upyog karta
hai.
Website – www.theiscale.com Contact : 7880-113-112 theiscale theiscale.founders
How should I learn to become job-ready?

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
Solid Foundation
User Defined
Fundamentals Functions
Strings
Loops
List
Operators Control Flow
Statements Tuple

Set
Built-in Functions
Dictionary

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
Where will I be after completing these classes?

Contact : 7880113112 & Check Out Premium Courses of Data Analytics & Data Science by The iScale
The Basics of Python Programming

A Brief History of Python


Python is a high-level, general-purpose programming language that was created by Guido van
Rossum and first released in 1991.

On November 2020 Van Rossum holds the title Distinguished Engineer at Microsoft.

Van Rossum is now part of a team at Microsoft working to speed up the language’s
performance. And recently a Microsoft blog post reported that Python 3.11 had brought
speedups of 10-60% to some parts of the language.
What is Anaconda Navigator?

Anaconda Navigator is a graphical user interface


(GUI), which is a popular Python distribution for data
science and machine learning tasks.

It provides an easy-to-use interface for managing


packages, environments, and applications related to
Python programming, especially in the realm of data
science and scientific computing.

Inside Anaconda Navigator, you have access to


integrated development environments (IDEs) that are
commonly used in Python development, particularly
for data science and scientific computing tasks.
What is an IDE?
An Integrated Development Environment (IDE) is a
software application that provides comprehensive
facilities for software development.

It typically includes a code editor, a compiler or


interpreter, build automation tools, debugging
tools, and other features to streamline the process
of writing, testing, and debugging code.

Data Visualization: Many IDEs include integrated


data visualization tools that allow data scientists to
explore and visualize datasets directly within the
IDE. This enables them to quickly generate plots,
charts, and graphs to better understand the data
and identify patterns and trends.
Types of IDE in Python?
Jupyter Notebook

The Jupyter Notebook is the original web application


for creating and sharing computational documents. It
offers a simple, streamlined, document-centric
experience.

It is an interactive computational environment, in


which you can combine code execution, rich text,
mathematics, plots and rich media.
Practice Question - 1

How do you write a single-line comment in Python?

a) // This is a comment

b) # This is a comment

c) /* This is a comment */

d) <!-- This is a comment -->


Practice Question - 2

How do you write a multi-line comment in Python?

a) /* This is a multi-line comment */

b) // This is a multi-line comment

c) '' '' '' This is a multi-line comment '' '' ''

d) <!-- This is a multi-line comment -->


Practice Question - 3

Which of the following statements is true about Python?

a) Python is a statically typed language.

b) Python is not suitable for machine learning tasks.

c) Python is not an open-source language.

d) Python uses indentation to define code blocks.


Connect with us

Instagram Handle

theiscale
The iScale Organization Handle
theiscale.founders
Siblings - Nishant Dhote & Swati Dhote

Website – www.theiscale.com Contact : 7880-113-112 theiscale theiscale.founders


Day 1

Day 1 - Installation of Annaconda


Navigator into the system & Launching of
Jupyter Notebook

writing the first "hello world" Proagram


In [12]: print("hello world")

hello world

In [13]: print(2+3)

In [14]: import sys


sys.version

Out[14]: '3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)]'

python comments
Creating a Comment

In [15]: #This is a comment


print("Hello, World!")

Hello, World!

In [16]: print("Hello, World!") #This is a comment

Hello, World!

In [17]: #print("Hello, World!")


print("this is python class")

this is python class

Multiline Comments
In [18]: #This is a comment 1
#This is a comment 2
#This is a comment 3
print("Hello, World!")

Hello, World!

In [19]: """This is a comment 1 """


print("hello world")

hello world

1/2
Day 1

In [ ]:

2/2

You might also like