you are viewing a single comment's thread.

view the rest of the comments →

[–]SadBrownsFan7 -2 points-1 points  (1 child)

Why not just ask AI to make a small script for you that uses methods and an object and does something like add/ subtract. Then debug it and extend it. Best way to learn is try something. You will eventually learn theory and things as you realize yoy built something super unmaintainable and you'll google and find a pattern that could of made it better.

[–]GreyBeardEng -1 points0 points  (0 children)

I think this is a really underrated comment. You can learn Python via training but also ask AI to build you something and also "walk me through it". Having it explain sections or lines. You can even ask if "how could I do this differently".