Python for cyber sec? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python for cyber sec?

Do you recommend learning python as my first language when pursuing a career in cyber security?

5th Jul 2022, 6:42 AM
Cory Williams
Cory Williams - avatar
5 Answers
+ 6
Cyber security has many aspects, not only penetration testing. Execution speed is not the only factor that matters, and there are also ways to make Python code more performant (see: Cython). Python has loads of libraries which are very useful in this area, including cryptography, web automation, and machine learning. In addition, writing and deploying Python code is quick and simple. Some resources: https://startacybercareer.com/python-useful-for-cyber-security/ https://www.coursereport.com/blog/python-for-cyber-security-with-flatiron-school https://flatironschool.com/blog/best-programming-languages-cyber-security/ Summary: in my opinion it is a good idea to learn Python as a first language for cyber security. You can always add more to your toolbox later, if you feel the need.
5th Jul 2022, 8:15 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Thank you all for the responses. Basically what im gathering here is that its an easy language to learn and has a lot of purpose, but it may make other languages much harder to grasp later down the road. I think im going to take the risk of having a harder time down the road because in addition to learning this, I only have a little over a year to get several cyber sec certs before getting out of thr army. I think itll look better on my end if I can atleast know one language like python, instead of only knowing a little of C+ or another language.
6th Jul 2022, 4:14 AM
Cory Williams
Cory Williams - avatar
+ 2
Python has it's place in cybersecurity. I agree that it probably should not be the first language you learn, but it is a good tool to have. The two things I have found that I use it for the most is writing up a quick script to solve a smaller problem where the code will likely not be re-used, and, I maintain a number of scripts for different API's that I use. I use python for the API's specifically, because the vendors for the software maintain python libraries for using their API's, but also because I can open the script and make changes based on each task that I need to perform without having to recompile each time. As far as popularity, I think that is debatable. To say it is any only language with certainly, seems dishonest. If you google it, you can find something about any language being the best/most popular. The languages most commonly included in those searches nearly always include python. One of my best programming classes focused on teaching us how to understand different programming paradigms. We learned how to solves problems in different ways with different languages. It was easy to see that some languages are better at certain tasks than others, and it helped us understand that once we know how to solve the problems, picking up a new language is mostly a matter of syntax. All that to say, probably don't learn python first, but try to pick it up at some point.
6th Jul 2022, 6:40 PM
Christopher Earles
Christopher Earles - avatar
+ 1
Jacob Tracey I see your point and I admit I do not have this kind of pedagogical experience in teaching different programming languages. It is only my intuition, that in cyber security, at least in some part of it, the goal is not to build massive maintainable code bases, but quick prototyping and experimentation with ideas, and a scripting language such as Python seems like a great tool to do this.
5th Jul 2022, 8:46 AM
Tibor Santa
Tibor Santa - avatar
0
Heard that Perl is a good language for cyber-security, specially for cryptography.
5th Jul 2022, 12:57 PM
Pity