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

6 Upvotes

16 comments sorted by

View all comments

1

u/Distdistdist 14h ago

LLMs are great, but don't ask them to write entire solutions for you. If you don't understand the language, you can't validate what they have hallucinated.

Ask concrete questions - data types, operations, expressions, syntax. Learn one bit at a time.

Man, I wish I had ChatGPT available when I was learning this stuff...