Python Using AI Workshop Notes
Python Using AI Workshop Notes
NOTES
David Gladson
Co-founder & Chief AI Scientist, Khiladi Pro
Co-founder
6+ years of industry
Experience in AI, ML | Ex-Target, Ex-Cricket.com
Co-founder
PythonUisngAI.txt
(function repeat() {
eat();
sleep();
love_yourself();
repeat();
})();
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
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
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