From my limited understanding you need to know more than one language. That's why focusing on the programming skills rather than particular languages is useful. Going from python to other scripting languages is easier than it seems, but then you'd also need to know other languages closer to the machine like C, Assembly, etc., depending on the target.Are those languages or any other languages used by hackers to do their hacking, hijacking, etc?
For example, if the target of the exercise would be to steal emails, one would look at the email server, the underlying host, and the technologies that are typically present in that host that can be exploited to access the data files and sent over the network. Some steganography and a couple of layers of scripting and some binaries may be necessary. I really enjoy reading about these kind of attacks.
This one https://www.bleepingcomputer.com/ne...se-steganography-to-target-320-orgs-globally/ involves scripting to target the Microsoft Equation Editor, then an image with an executable payload written in Powershell that then downloads the final one, probably coded in C or Assembly.
Python can be playing a part in any attack like the above, where the host can't run PowerShell but it can do run Python. If the attack was targeted to non-windows technologies, most likely would be useful but just not by itself.

