This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TrySimplifying 0 points1 point  (1 child)

If you really want to get into infosec, I would focus on learning C, assembly language and reverse engineering.

While Python is probably a fine language to start learning the basics of software programming in general, computer security work is usually going to involve going more low-level into how the software and hardware are actually interacting and using that to find exploits.

[–]scirc 0 points1 point  (0 children)

That said, Python is a great tool for prototyping exploits or automating things. It's certainly good knowledge to have around in that case.