Day 1 Notes Python + Power BI Classes
Day 1 Notes Python + Power BI Classes
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
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.
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
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?
a) // This is a comment
b) # This is a comment
c) /* This is a comment */
Instagram Handle
theiscale
The iScale Organization Handle
theiscale.founders
Siblings - Nishant Dhote & Swati Dhote
hello world
In [13]: print(2+3)
Out[14]: '3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)]'
python comments
Creating a Comment
Hello, World!
Hello, World!
Multiline Comments
In [18]: #This is a comment 1
#This is a comment 2
#This is a comment 3
print("Hello, World!")
Hello, World!
hello world
1/2
Day 1
In [ ]:
2/2