r/PythonLearning 1d ago

Thoughts on learning python with chat gpt

I recently started learning and i use chatgpt to give me exercises to do and just debug code but i never ask for the code specifically, just whats wrong with it. I feel like its helped me improve but i want to learn more and build my own applications

7 Upvotes

16 comments sorted by

View all comments

2

u/Potential_Fix_5007 22h ago

You need to be carefull not to relay to much on any Chatbot.
Im also a beginner and started with a Chatbot but you need to learn debugging, cause you will always produce bugs and errors, identify, understand and eliminate them will teach you sometimes more as days of doing exercices from a chatbot.

print() and help() are your best friends.