Generally all GNU/Linux distributions come with Python, so no need to worry about that :) If you don't have it then you can install it by either downloading from the python website or from your distribution's repository.
[user@host]$
sudo yum install python
[user@host]$
sudo apt-get install python