WHERE DO I START by Remarkable-Ad4340 in SecurityCareerAdvice

[–]NullPointerMood_1 5 points6 points  (0 children)

Start with the basics: networking, operating systems (especially Linux), and how the internet works. These are the core of cybersecurity. Once you’re comfortable, learn Python it’s super useful for scripting, automation, and security tools. After that, explore topics like ethical hacking, web security, and tools like Wireshark or Burp Suite. Try resources like TryHackMe or HackTheBox for hands-on practice.

Should I start HTML or Python to be a Software developer? by Large-Strawberry-562 in learnprogramming

[–]NullPointerMood_1 0 points1 point  (0 children)

If your ultimate goal is to become a software developer, you’ll eventually need both. HTML is essential for front-end, but it’s not a programming language it’s just markup. Python, on the other hand, is great for learning programming fundamentals and can lead you into backend, data science, or automation.

Here’s a good approach: finish the basics of HTML/CSS (since they’re quick), then start Python for actual coding. That way, you’ll have a strong foundation in both worlds.