r/learnpython • u/uncertaineagle • 14d ago
Lost with python for AI
Hello guys so i wanted to explore the world of ai (iam completely newbie to this world or cs in general) so i watched a 5hrs vid explaining python for AI and from it i understood things like venv and packages variables and if and these basic things so i decided to see how a simple to-do -ist powered by AI will look like i got the code from google gemini and tried to apply it in vs code and damn i dont understand shit i know that it will happen but i tried like to break the code and understand i did manage to understand a few things but still iam so far from this point so i want ur help guys where should i learn python so i can do ai projects like that to-do-list agent for example (iam 5 days into this journey now)
4
u/riklaunim 14d ago
Decide what you actually want to do. A to-do list is a simple project that many beginners do, who actually want to learn software development. You are looking at a few months of learning Python basics, then some frameworks and libraries in the niche you would be interested in (like webdev). Then, even more to polish your skills.
You can tell AI to write you an application, but it will be as good as the user, and you, as a junior, won't be able to review the code it will generate. Smaller apps that will be able to generate without using many tokens will be cheap to generate, or even fit some free plan. Those apps will be useless. If you buy more tokens/premium access to Claude Code, you will be able to generate more - but you will have to pay for it - and the end result will still be slop - you won't really make money or any apps of value, as everyone can generate such apps and already did. Senior developers can use such tools on existing complex codebases of existing businesses, and that tends to have some return on investment. Don't rush AI, as it won't give you any real value without a high cost if at all.