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.