Should I rather learn C++ or Phython to learn Pentesting, or both | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Should I rather learn C++ or Phython to learn Pentesting, or both

?

27th Jul 2021, 7:24 PM
Falling Never
Falling Never - avatar
2 Answers
+ 1
In my opinion, order doesn't really matter, as the amount of abstraction between the two languages sort of sets them apart from one another. That said, since there's courses for both on here, why not just study both? Unless you're pressed for time, study them both, as they're both popular and powerful languages. On the note of penetration testing, I would lean more towards python as it has loads of libraries for networking, whether it's raw sockets, or http connections. Now for C++, you have to get a bit dirty with Winsock or it's alternative header libraries for linux and mac. I got a bit dirty with it once, and almost gave up on it until I thought of wrapping a bunch of the library into a neat little class package. Though there are some libraries that allow http connections, they are somewhat of a headache to deal with.
27th Jul 2021, 7:34 PM
BootInk
BootInk - avatar
0
Fist I would learn C++, then Python. Both languages I think are important
27th Jul 2021, 7:25 PM
Abdullah Yusuf
Abdullah Yusuf - avatar