Respuesta :

Omer08

Python isnt usually used for hacking because of it not being compiled and being slow etc. But with the correct code and training you should be able to hack with it if thats what you mean.Sorry for giving a low quality answer but your question should be clarified more.

Answer:

I'm pretty sure kali linux comes with python pre-installed, and kali linux doesn't really have an advantage and is only made for advanced penetration testers.

Personally, i do security stuff on a copy of arch linux running KDE plasma 5.1, so you should use something like linux mint or Pop! os if you're a beginner.

if you want to do hacking stuff, you can use anything for that.

PS: to install python if it isnt already installed,

ARCH-BASED: sudo pacman -S python

UBUNTU-BASED: sudo apt-get install python

DEBIAN-BASED: sudo apt install python

You don't really hack with python, but you can still make really cool programs with it like me!

Also, please clarify what you specifically want to hack.