Hey everyone! I'm looking for recommendations on other programming languages that would be beneficial to learn for a career in cybersecurity, aside from Python. Any suggestions would be greatly appreciated! Thanks! 😊
3 Answers
Honestly, I think you should focus on mastering Python first. Once you have a solid grasp of one programming language, picking up another one becomes a lot easier. It's better not to spread yourself too thin by trying to learn multiple languages at once right now.
At some point, definitely dive into C. It’s got a strong foundation and a lot of cybersecurity applications.
You might want to consider Bash as well. Having good terminal skills along with your Python expertise will serve you well in the field.
Absolutely! Moving from BASIC to C was a breeze for me. Programming really is about understanding the concepts; the language syntax is secondary. Once you've got the basics down, switching between languages is just a matter of getting used to the new syntax.