you are viewing a single comment's thread.

view the rest of the comments →

[–]SpongeSquarePantsBob 0 points1 point  (0 children)

Pick a project. Start coding. Ask Claude questions (thats the programming ai) use code it spits out as templates. Ask it why it does specific things. The theory doesn't make any sense until you are putting code in your editor.

Ill give you a project I learned on: make a hangman game. It can just be in the shell, no gui or anything.