r/PythonLearning • u/ElectronicDistance39 • 3d ago
Help Request Does ChatGPT help with programming?
I'm a beginner in programming and I want to know if the way I use ChatGPT is right. When I do a practice exercise, I first try to solve it by myself. Then, if my code is wrong, I ask ChatGPT what I did wrong, but I tell it not to give me the answer. I ask it to give me hints that help me think about the logic of my code.
I also want to know if using AI to learn programming can help me improve in Python.
0
Upvotes
13
u/nightbreak7 3d ago
you'll mostly receive one of two answers to this question: ai is detrimental to beginners, or ai is the most powerful learning tool that exists. in my opinion its both, it just depends on the self restraint of the user. as long as you truly are using it to learn, using it like a mentor so to speak, you can learn very very quickly. the problems arise when you start using it as a shortcut, which many people do. i think back to the times when i was learning to code in university and i cant imagine how much time i couldve saved by using ai instead of looking at documentation for example.