Python using AI Workshop
Alumni of IIT MADRAS
Lead Trainer
Co-founder
Building India’s 1st Sports Olympiad
7+ years of industry
experience in AI, ML | Ex-Target, Ex-Cricket.com
Trained 50,000+ people in
Mad About Sports
David Gladson
Co-founder & Chief AI Scientist, Khiladi Pro
Alumni of IIT KHARAGPUR
Co-founder
Guest lecturer
UC Berkeley California
Trained 1,70,000+ people in
ChatGPT, AI & Prompt Engineering
What will you learn today?
10 AI Hacks to make you
Zero to Hero in Python
Tools / Sites / Libraries we will use today!
ChatGPT Claude AI Perplexity Gemini
W3Schools Google Colab LeetCode HackerRank
Pandas BS4 Streamlit Bolt.new
GitHub Co-Pilot Visual Studio Code Cursor Flask
Things we will learn today!
Python + AI
Python for absolute beginners, Concepts on Data Analysis,
Combo tools to boost
intermediates Data Visualisation
your productivity
Web Scraping, Querying Building end to end applications using Interview preparation
with Databases Python Flask, Streamlit hacks, cheatsheets
How does the future of Python Programming look like?
10: How to use AI tools to write
Python code from basics?
PythonUisngAI.txt
(function repeat() {
eat();
sleep();
love_yourself();
repeat();
})();
#Code #Programming #Be10x
Getting started with python
Step 1: Go to ChatGPT.com
Step 2: Enter this prompt
You will get your Step 3: Start the chat
output, with code
snippets.
Step 4: Go to Google Collab
Step 5: Paste your code here
and then press run to execute
the code.
Your will get the desired code
output below the code block.
It will also tell you if there is any
mistake in your code. Read it and Try these type of prompt also to
correct your code make your learning plan.
9: How to use AI tools to
debug your Python code?
You will get error message like
this.
Thumb rule is to read the last line
of your error message, which tells
you about the error and the
location of the error.
Or copy paste your code along
with your error message on
ChatGPT or any other LLM, to get
the correct version of your code,
along with the error details.
This is one more code for your reference.
You can always copy any code
and paste it in any llm and
make it understand you the
code line by line.
8: How to use AI tools to
prepare for Python interviews?
Step 1: Go to perplexity.ai
Step 2: Enter your desired
prompt
After entering the prompt you will
get a desired preparation guide
along with all the necessary
resources and youtube video link
to prepare more.
You will also get follow up question at
the end.
Step 1: Go to Claude
Step 2: Enter the prompt and customize it
according to your needs and requirements.
Step 3: Start the chat
You will get this after entering that prompt
Read and
answer the
questions
displayed
Click here to check answer
BONUS TOPIC! Interview Notes
Link to notes
7: How to use AI tools for
Data Analysis in Python?
Step 1: Go to Claude and upload
your data file here
Step 2: Enter the prompt and
customize it according to you
and start the chat.
After completing it will give you all
the analysis along with the visuals.
NOTE: Don't forget to initially
understand the dataset.
6: How to use AI tools to
Plot Interactive Visualizations in Python?
Step 1: Go to ChatGPT
Step 2: Enter the prompt as per
your requirements
Step 3: Go to Google Collab and
paste your generated code by GPT
and start the chat
And done your visual output will be
in front of you in seconds.
5: How to use AI tools to
scan Python books?
Step 1: Select the book or anything
which you want to be read and
summarized.
Step 2: Again paste your source on
claude
Step 3: Give the prompt and start
the chat
Step 4: You can further ask more
question or summarize it according
to you
You can see here the output we get
from the above prompt we entered.
NOTE: Also explore NotebookLM, for similar kind of work.
BONUS TOPIC! Code Optimisation
Code optimization refers to the
process of enhancing code to
improve its efficiency and
performance, while ensuring it
maintains the same functionality.
This involves reducing resource
consumption, such as CPU time
and memory, and potentially
increasing execution speed.
We have created a list in python, now we have to write a
code to find most reoccurring element in this list
Initially create a new list containing unique elements from
list ls, also create a frequency list.
In this method frequency counter in made via dictionary.
Now you can copy and paste both of your code methods in
any llm, and you can ask it to compare, improve your code.
4: How to use AI tools
like top 1% users?
You can customize you GPT chats
according to your needs and
requirements by exploring this
option on GPT.
Give it the traits and information
that suits you and your desired
requirements.
NOTE: You can use multiple ai tools available
online and explore different things it offers like
research work, creating visuals and more.
3: How to use AI tools
to fetch data using Python?
Web scraping is the process of using bots to extract data from websites. It can be used to extract text,
images, videos, and emails.
Step 1: Craft a prompt like this that you
can give to any LLM. Include the website
link that you want to scrap along with the
details you want to scrap.
Step 2: Paste your prompt on any LLM,
start the chat and wait few seconds for
the code to be generated.
Step 3: Once your code is generated
paste it on a new code cell in google
collab and run that cell.
And done, you will get the required
details from your desired website in
seconds.
You will also get generated files and
folder.
Note: Check for website restrictions and policies before scrapping.
You always wanted to build a website, but
don’t know where to start?
2: How to use AI tools to
create websites in Python?
Step 1: Go to Claude and enter the
prompt.
Step 3: Start the chat and wait for it to
generate the code.
Step 2: Don't forget to customize the
prompt according to your need and
requirements
Step 4: Go and to any compiler like
Visual Studio Code and paste the
generated code and run the cell.
And done your website is ready, use it
and check if any things are missing
BONUS TOPIC! Future of Python Programming
Python is likely to remain a dominant
force in AI and machine learning due to
its simplicity, extensive libraries, and
active community. As AI continues to
advance, Python will likely play a crucial
role in areas like intelligent automation,
natural language processing (NLP),
explainable AI, cybersecurity, edge
computing, and quantum AI.
1: How to use AI Tools
to write end-to-end Python code?
Step 1: Go to this website cursor.ai you
will see a interface like this.
Step 2: In the new chat section enter
your prompt and also ask to give
commands to run the generated code.
Step 3: Start the chat and wait for it to
generate the code along with the
commands.
And done click on that link
Step 4: Paste the run command in the and see your output.
terminal further which you will get a link
to your output.
Not receiving enough interview
calls?
Optimizing your resume
Step 1: Go to this tool link Tool link
Step 2: click on this plus icon
and upload your resume
Step 3: Start the chat
After starting the chat it will
ask you the desired job
description
Step 4: Paste your job
description
And done it will give you the
optimization strategy and your
optimized resume latex code.
Step 5: Upload your code on overleaf and
download your resume.
So far we have learnt
1. How to write end to end Python code
2. How to create your own websites in seconds
3. How to fetch data from internet using Python
4. How to use AI tools like the top 1% users
5. How to use AI tools to scan documents, books
6. How to plot interactive visualisations in Python
7. How to use AI tools for Data Analysis in Python
8. How to prepare for Python interviews
9. How to debug your Python code
10. How to start writing your first line of code using AI
Impact of AI
in todays
Job Market
LEARN TO USE AI TOOLS & PROMPT
ENGINEERING FOR.....
Day-to-Day Automation Research & Project Work
MS Office Work Job hunting
Software development Management & TL
Writing & Designing Data Analysis, etc
AI Career Accelerator
Inner Circle
MASTER & GET CERTIFIED
GET A SALARY HIKE OF OFFICIALLY BY IIT KGP ALUMS & BY
40% PER MONTH [328 OF MY MICROSOFT
STUDENTS ACHIEVE THIS IN THE MOST IN-DEMAND SKILLS OF
WITHIN 6 MONTHS OF JOINING THE PRESENT & THE AI DRIVEN
THE MASTERCLASS] FUTURE
(No prior knowledge reqd.)
Build your portfolio so good
GET A HIGH PAYING JOB OF >
that recruiters will chase you
18 LPA WITH OUR 100%
JUST LIKE AFTER AN
GUARANTEED IN-HOUSE JOB
IVY-LEAGUE EXECUTIVE MBA
ASSISTANCE
PROGRAM
WHEN YOU LEARN & IMPLEMENT IN THE
MASTERCLASS
You will get a minimum 40%
Salary Appraisal in your job with
an upgraded designation within
the next 6 months
OR OR
You Get 200%
Get a better job with a higher Money Back
Salary Package than your current Guaranteed
job within the next 6 months.
WHEN YOU LEARN & IMPLEMENT IN THE
MASTERCLASS
You will get a minimum 40%
Salary Appraisal in your job with
an upgraded designation within
the next 6 months
OR OR
You Get 200%
Get a better job with a higher Money Back
Salary Package than your current Guaranteed
job within the next 6 months.
WHEN YOU LEARN & IMPLEMENT IN THE
MASTERCLASS
You become a Microsoft Certified Global Expert.
1 out of 40,000 people in the world have this certification (0.003%)
The Masterclass
Has 4 key Components
Live Coaching On Recordings of all Incredible Guaranteed
Weekends live classes available Bonuses, Tools & 100% Job or
Just Like Today’s 24/7 in your dashboard Softwares Higher Salary
Workshop
No prior knowledge, experience or background needed
Certificate
of Completion
This certificate is proudly presented to
Your Name
22 such
certificates
for completing the
AI Career Accelerator Program
in 1
Masterclass
Aditya Goenka Aditya Kachave
Co-founder Co-founder
22 Learnings in
1 Masterclass
FROM THE BEST OF THE BEST
Aditya Kachave Aditya Goenka Stephen Klein Ruben Hassid Dr. Keith Newton
IIT Kharagpur Alumni IIT Kharagpur Alumni Founder & CEO at Curiouser.AI, UC Top AI Voice on LinkedIn & Founder Prompt & Generative AI Engineer
Berkeley Lecturer, Ex Harvard EasyGen. International keynote speaker
Katie King Latha TK David Gladson Eshan Tiwari Yogesh Agrawal
AI Researcher, PhD from IIT IIT Madras Alumni
Author & Keynote Speaker on AI Data Science lead at Google Personal Branding Strategist
Bombay Co-Founder & Chief AI Scientist at KhiladiPro
100+
JOB PROFILES
YOU CAN APPLY
AI Prompt Engineer NoSQL Database Administrator Data Analyst
AI Content Developer Backend Developer (specializing in Business Analyst
Chatbot Developer NoSQL databases) Financial Analyst
Conversational Designer Data Engineer (with NoSQL expertise) MIS (Management Information
NLP (Natural Language Processing) Big Data Engineer Systems) Executive
Engineer Full Stack Developer Operations Analyst
Generative AI Specialist Cloud Developer (working on Reporting Specialist
AI Training Data Engineer platforms like AWS, Azure with NoSQL Inventory Manager
AI Product Manager databases) Budget Analyst
Voice Assistant Developer Systems Architect Project Coordinator
Machine Learning Operations Application Developer (focused on Presentation Designer
(MLOps) Engineer scalable apps) Business Development Executive
DevOps Engineer (handling Marketing Executive
databases) Product Manager
Masterclass
Learn live like today’s workshop directly from us on weekends for best possible experience
Recordings of ALL live sessions made available in your dashboard to watch at your own pace with absolute convenience
Spend 180 minutes a week to get results in just 180 days (total)
5 Separate LIVE Practical Doubt Solving Sessions every week for 52 weeks after your office hours for Personal Guidance
(Recordings Provided)
24x7x365 Lifetime Access To All Lessons & Live Session Recordings
Lifetime Updates to all the advancements happening in the world of AI & technology relevant for your career growth
Best in class support with dedicated VIP WhatsApp Number
Get Certified as an AI-Powered Working Professional & a Microsoft Certified Global Expert, guaranteed.
100% Job or Higher Salary Assistance, guaranteed
200% Money Back if you don't get a 40% salary appraisal or a better paying job in 180 days
Learn live from the top 1% mentors in the world (you can be 1 of the only 50 people we accept in our cohort)
Normal Investment
be 10X (Outside workshop):
Rs. 4,03,500/-
AI Career Accelerator
Inner Circle
30 Seats Only
LIVE COACHING PROGRAM
Rs 53,300 + GST
[Get Guaranteed Placement/Salary Hike Or You Do Not Pay]
[Split across 13 Monthly - No Cost Instalments]
Booking Fees:
Rs 4,100 Fee Structure:
[ 1 Installment ]
Booking Fees: Rs 4,100
Scan to Pay [ 1 Installment ]
&
Monthly No Cost Instalments: Rs 4,100 x 12 M
[12 Instalments - Complete Financing Provided]
Thank You for Attending.
See y’all in the Basics to Advanced
AI Career Accelerator Masterclass
for 10x faster learning, earning &
Career Growth.