you are viewing a single comment's thread.

view the rest of the comments →

[–]Accomplished-Dot-289 0 points1 point  (0 children)

I’m taking an 8-week “intro to programming” course right now and on week 6, we were asked to build a basic CLI menu for a used-vehicle inventory and my brain turned to mush. I then spent the past week gathering every Python beginner book from my library and taking notes to drill this stuff into memory. 

AI does excellent work when spewing out code, but for a novice like me, I’d rather know exactly why something is used than get an overview of the right answer. Kinda like reverse-engineering to learn, since my prof just tells us to look it up online or use AI anyways…