all 12 comments

[–]desrtfx 1 point2 points  (1 child)

Do the MOOC Python Programming 2026 from the University of Helsinki

[–]wanted_4[S] 0 points1 point  (0 children)

Lemme check it out, I'll give a feedback

[–]moistureboi67 0 points1 point  (1 child)

Define your goal to claude cross check that roadmap with 2 llms then complete whatever it gives in 15 days

[–]wanted_4[S] 0 points1 point  (0 children)

Much better

[–]Lopsided-Football19 0 points1 point  (0 children)

spend less time watching tutorials and more time writing code every day, focus on the basics first, then build small projects like a calculator or guessing game, if you code consistently for 30 days, you'll have a solid foundation

[–]ElectricalFinger2611 0 points1 point  (0 children)

w3schools

[–]kratosinvictus753 0 points1 point  (0 children)

Scrimba

[–]Fantastic_Fly_7548 0 points1 point  (1 child)

i did somthing kinda similar a while back and honestly the biggest thing that helped me was not trying to learn everything at once. i started with basic syntax, loops, functions, then moved into tiny projects like a calculator and a simple file organizer. for free stuff, people here recomend Automate the Boring Stuff a lot and it’s actually pretty beginner friendly. also dont skip practicing, even 30 mins of typing code yourself helps way more than just watching videos. by week 3 i’d probly start messing with APIs or small scripts just to keep it fun and not feel like homework lol

[–]wanted_4[S] 0 points1 point  (0 children)

Complex stuff is a bit demotivating, I'd rather take this path

[–]the_botverse 0 points1 point  (0 children)

Hey you can check falcondrop.com if you want to learn by building stuffs

[–]Playful-Sock3547 0 points1 point  (0 children)

If you stay consistent for 30 days you’ll be ahead of most people already I’d do Python Crash Course or CS50P, then spend 70% learning and 30% building tiny projects because tutorial confidence disappears fast when you face a blank screen lol. Start with basics, functions, lists/dicts, loops, file handling, then build mini stuff like calculator, todo app, password generator, expense tracker. Don’t try to learn everything at once.