Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
343 views

Python Using AI Workshop Notes

Python workshop notes

Uploaded by

ravikumarthanmai
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
343 views

Python Using AI Workshop Notes

Python workshop notes

Uploaded by

ravikumarthanmai
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Python using AI Workshop

NOTES
David Gladson
Co-founder & Chief AI Scientist, Khiladi Pro

Alumni of IIT MADRAS

Co-founder

Building India’s 1st Sports Olympiad

6+ years of industry
Experience in AI, ML | Ex-Target, Ex-Cricket.com

Trained 40,000+ people in


Mad About Sports
Aditya Kachave
IIT Kharagpur

Alumni of IIT KHARAGPUR

Co-founder

Trained 1,70,000+ people in


ChatGPT, AI & Prompt Engineering
What will you learn today

How to use AI tools to write Python code from basics


How to use AI tools to debug your Python code
How to use AI tools to Plot Interactive Visualizations in Python
How to use AI tools to create websites in Python
Topic 1: How to use AI tools to write
Python code from basics?

PythonUisngAI.txt

(function repeat() {
eat();
sleep();
love_yourself();
repeat();
})();

#Code #Programming #Be10x


Lesson Planner
Personal Tutor
Test preparation
For Regular Practice

HackerRank : https://www.hackerrank.com/domains/python
Topic 2: How to use AI tools to
debug your Python code?
Error Corrections
Error Corrections
Topic 3: How to use AI tools to
Plot Interactive Visualizations in Python?
Interactive Visuals
Interactive Visuals
Topic 4: How to use AI tools to
create websites in Python?
Create your Website in Seconds
Create your Website in Seconds
Python Libraries
Python + Pandas = Data Manipulation Python + Keras = Neural Networks
Python + Sklearn = Machine Learning Python + Plotly = Interactive Visualisation
Python + Tensorflow = Deep Learning Python + FastAPI = Fast Web APIs
Python + PyTorch = Deep Learning Python + Tkinter = GUI Development
Python + Matplotlib = Data Visualisation Python + BeautifulSoup = Web Scraping
Python + Seaborn = Adv Data Visualisation Python + Scrapy = Web Crawling
Python + Flask = Web Development Python + OpenCV = Computer Vision
Python + PyGame = Game Development Python + Pillow = Image Processing
Python + Kivy = Mobile App Development Python + MoviePy = Video Processing
Python + Django = Full Stack Web Development Python + Turtle = Turtle Graphics
Python + Numpy = Numerical Computation Python + Streamlit = Web Development
SO FAR, WE HAVE GONE FROM ZERO KNOWLEDGE ON
How to Use AI in Python

Day-Day Automation Research Work

PPT Work Excel Work

Coding & Debugging Management & TL

Writing & Designing Data Analysis, etc


Prompts/links shared
I have 30 days of free time to learn Python, help me with a planner for these 30 days assume I have zero knowledge
in Python also assume I want to become a data analyst

https://www.hackerrank.com/domains/python

I have the following code, now i want you to explain me each and every single in detail, assume I have zero
knowledge in python. I have the following code and it gave me an error

My code is not completely correct, can you make the changes and give me the right code

Visual studio code, pycharm, spyder

I want to create an interactive visualisation in Python using matplotlib, it should satisfy the following: it should have
x slider, y slider it should plot the point (x,y) if I move the slider of x or y the plot should change accordingly

i want to build a website in python using streamlit, and this website should have a simple use case has a slider for x
values has a slider for y values has a plot which shows x,y plot as a dot each time I move my sliders, it should update
the plot

You might also like