Similar questions date back to 2023. So I thought it would be time to ask this in mid 2024.
Hi, all.
GOAL
I’m looking to learn Python with the exclusive purpose of creating AI Agents.
BACKGROUND
A) I’ve created GPTs using plain English.
B) I’ve created an AI chatbot (prompt engineering, English) that helps survivors of domestic violence and has 500 users. StatuteFINDER (.) org
C) I’ve taken 2 months of Python courses and learned the basics. However, the Udemy courses I’ve taken are not teaching me how to apply my Python knowledge to create AI agents.
ASK
Can someone please help me bridge that gap? I need to know which specific Python skills will allow me to achieve my goal, and the #1 resource you’d recommend I go to learn them for under $50.
WHAT I DON’T NEED
I’m not aiming to get hired as a Python developer. I don’t need to become a Python expert. I just need to know enough to execute my goal, please.
For eye candy, look at your dashboard in any web browser at
http://localhost:8080/dashboard
You can get the python code locally to view it, or surf it on GitHub.
Years ago, I created my first agent CurtGPT by taking ideas from this BabyAGI project, simplifying everything, and putting my own spin on it.
So reverse engineering little projects like this is a good way to learn something useful and build something you can understand. This will get you beyond python basics and quickly into how to generate your own agents in python.
Yes, it’s coming along. I found that rather than following the Cook book, I work best by learning by doing. Then, asking ChatGPT to explain the code to me and mentor me. I’m still far from where I need to be. StatuteFINDER(dot)org is at 10K users now. Thanks for asking how I’ve been!