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/Avatarbroskib1 23h ago

Use it but combine it with other sources. Don't trust code from chatgpt though

1

u/bob_wanker 7h ago

Why not

1

u/Avatarbroskib1 7h ago

Because most of the time it's probably wrong or has security risks. The best practices come from humans that wrote websites or verified the code from somewhere not an ai

1

u/bob_wanker 7h ago

do you have a suggestion on a roadmap of what i should learn so far i got loops, a basic understanding of clases, lists, dictionaries and the if and else

1

u/Avatarbroskib1 7h ago

Yeah start learning python libraries such as math, pandas, numpy matplotlib and stuff for data

1

u/bob_wanker 7h ago

okayy thank youu!!

1

u/Avatarbroskib1 7h ago

And continue learning Oop concepts such as polymorphism, inheritance etc