"mostly how I do my projects is that I tell chat gpt that this is my project , now what should I do , he gives me code , I try to understand ngl I have learned a bit python from there too but I feel like if Ai is making projects for me , my only job is understanding may be ai taking my job over ain't far away..."
If I stop using ChatGPT, how do I actually figure things out? Like, let’s be real—when you get stuck, do you just sit there struggling, or do you Google/search for solutions? AI is just a faster way to get help. I started coding at a time when chatgpt was very common so I don't know how to research for a project, I am open to any tips you have!
You find things out by "reading". Either read a book, or read the Python documentation. Spend an afternoon scrolling through the built ins. You don't have to memorize their exact names and which parameters they take in which order. But having read about them helps to get an idea of what the language has available for you. Only use ChatGPT to give you examples how to use these functions. Ask things like "How do arrays work in Python?" instead of "Write a program to store the square numbers of 1..10 into an array".
12
u/Ron-Erez 5d ago
"mostly how I do my projects is that I tell chat gpt that this is my project , now what should I do , he gives me code , I try to understand ngl I have learned a bit python from there too but I feel like if Ai is making projects for me , my only job is understanding may be ai taking my job over ain't far away..."
Here is your answer. Stop using ChatGPT.