According to Godaddy, they can be able to use Python 2.7.2, and you may program if you have a deluxe edition of their web hosting. The way I understand it, python will work the moment you type the directory location of your python installation on the first row:
#!/usr/local/bin/python2.7
But, when I tried to test it, it does not work. I enabled SSH on my account. I tried to connect with Putty, and it works if I run it. But, the problem is, the site just does not show up.
I tried to check what the version of Python is. I found out it is Python 2.4.3. So, I tried to locate their directory. I found that it may be:
#!/usr/local/bin/python2.4
Or
#!/usr/local/bin/python2.4/site.py - (not sure)
I tried every directory and changed every syntax possible. Nothing works.
Here is the article for supporting Python:
http://support.godaddy.com/help/article/7254/can-i-use-python-272-with-my-hosting-account?locale=en
So, either of the answers may be correct, according to my observation:
- Godaddy claims they support Python. But don't have the capacity to support it.
- Godaddy supports Python. But, their tech supports don't know how their servers works.
- Godaddy claims they support Python. But, they really don't.
But before jumping into conclusions, I have requested the change of my Godaddy Python Server to 2.7. I'll update this post once I found out.
Update:
Godaddy claims that you may be able to run Python on Virtual Private Server or Dedicated Server, which I think is possible since you are running your own computer. Technically, you can install anything on your own computer. So, if Python runs, Django may run, but I doubt if they know how to support it.