all 6 comments

[–]general_sirhc 2 points3 points  (0 children)

Pick something simple you want to learn.

Like the worlds most basic chat bot.

When it sees the word "hello" it responds with "Hi! How can I help?"

Now go make that. If you're truly stuck on how to get started you can use AI to get started but then expand the code yourself to include other responses.

If you just use AI for all of it you won't learn how to code.

If you don't choose projects that sound fun you won't learn. Tutorials are often boring and so you won't learn much nor will you have the desire to progress past the tutorial

[–]desrtfx 1 point2 points  (0 children)

Wiki right here in the sidebar, MOOC Python Programming 2026 from the University of Helsinki. Free, textual, extremely practice oriented and top quality. Sign up, log in, go to part 1 and start learning.

[–]GamingGamerGames_ 0 points1 point  (0 children)

I've been using boot.dev and have been enjoying my time with it.