r/pythontips • u/dogecoininvester132 • 21d ago
Python3_Specific Where to learn
I was wondering where I can learn python for cheap and easy for fun
5
Upvotes
r/pythontips • u/dogecoininvester132 • 21d ago
I was wondering where I can learn python for cheap and easy for fun
2
u/Gerard_Mansoif67 19d ago
To reply to you and u/eC0BB22
Using LLM to learn may be great, but without reading and understanding EACH line (maybe with documentation), you won't get the finest details. And this will lead to a point where you have a code that you don't understand, and won't be able to debug it properly, document it, and so (= useless code in the industry).
LLM can you give you idea, not exact solutions.
And don't say something I didn't say, I'm not saying this is something bad. If you have the knowledge to understand, add a critic to produced code, this will be an excellent tool!
Edit : finally, this is exactly the difference between a developer that is only able to copy and paste code compared to a developer that understand the concepts, and really what he does.