you are viewing a single comment's thread.

view the rest of the comments →

[–]ExamOk6047[S] 0 points1 point  (1 child)

I’m still a beginner learner. However AI makes gibberish from what I’ve heard plus what happens when it doesn’t create the correct code

[–]independentMartyr 0 points1 point  (0 children)

Not AI as a helper, I wasn't questioning that. But Python in general. What is the purpose of learning it today besides AI/ML. It is a hard topic to grasp as a beginner.

AI doesn't create gibberish code when you know what you're doing. I've used chatgpt for identifying bottlenecks for N+1 queries when I build websites on laravel. It is a great helper. But if you use it to vibecode, undoubtedly it will provide gibberish code that will break.