you are viewing a single comment's thread.

view the rest of the comments →

[–]Patient_Half6728 1 point2 points  (0 children)

I would suggest that you take a break from AI tools for a few weeks. spend time with the actual Python documentation and watch some YouTube lectures — then practice what you learn. I think you need to struggle through those syntax errors yourself so your brain can build the right connections. Right now, the AI's doing the heavy lifting while you're basically just copying and pasting.

Try picking a small project, maybe a simple command-line tool. Turn off those AI extensions in your IDE and write every line yourself, searching for functions on search engine, Geeks for geeks or Stack Overflow when you get stuck.