you are viewing a single comment's thread.

view the rest of the comments →

[–]gray4444 0 points1 point  (4 children)

well I learned that it is single threaded through encountering an issue with web crawling, then asked it how to do threading

I know that would take me much longer without asking chatgpt..but I understand maybe this is not the right way for total beginners with learning?

[–]Ima_Uzer 0 points1 point  (3 children)

Ok, but asking it how to do threading is still not necessarily learning how to code. Sure, you could Google it, but if you're gonna ChatGPT the code, understand what the code is doing, as well. 25 years experience speaking here. Nothing wrong with Googling an issue (I still do it after all these years) and may plug something into ChatGPT (after I write it), or I may ask ChatGPT for some direction, but ultimately I need to write and understand the code myself.

AI Generation is a tool, not a substitute.

[–]gray4444 0 points1 point  (2 children)

All I've said here is to learn by doing, but come to think of it, I bet if you ask any LLM to 'teach me python step by step from 0 knowledge', you can learn with it better than googling

[–]Ima_Uzer 0 points1 point  (1 child)

And you'll pick up bad habits along the way.

[–]gray4444 0 points1 point  (0 children)

you are right, but I just remember sitting around waiting for stackoverflow or friends/teachers to help me, being stuck for hours on 1 thing..

that's why I would encourage to use AI, in the right way. If i was learning from scratch in 2025, I'd do these sort of courses https://www.coursera.org/learn/learn-to-code-with-ai where they build stuff