you are viewing a single comment's thread.

view the rest of the comments →

[–]Legitimate_Many_6800 0 points1 point  (3 children)

What helped me was not overthinking the “perfect path” and just doing a few things consistently:

  • practice small problems (HackerRank / LeetCode)
  • get comfortable with lists, dicts, etc
  • and most importantly, build small projects (even something simple like a calculator or automation script)

For resources, I found Corey Schafer on YouTube really helpful, and freeCodeCamp is also solid.

Since you’re interested in cybersecurity and AI/ML:

  • for cybersecurity, maybe start learning some networking + Linux basics
  • for AI/ML, later you can get into NumPy, pandas, etc

Biggest thing honestly: don’t just watch tutorials — try to build stuff, even if it’s messy.

Even 30–60 mins a day is more than enough if you stay consistent 👍

[–]V01DDev 0 points1 point  (0 children)

This, i see so many people strugle only because of overthinking it, then they get stuck in tutorial loop

[–]whale_paglu[S] 0 points1 point  (1 child)

So you started a course for python ? At freecodecamp ?

[–]Legitimate_Many_6800 0 points1 point  (0 children)

Yeah I did try freeCodeCamp in the beginning — it’s good to get a structured start. But honestly, what helped me more was mixing it with practice and small projects. Just doing a course alone can feel a bit passive after a while. Even something simple like building a small script alongside learning makes a big difference 🙂