Setting up a Python App on your hosting space is easier than you think. Follow the instructions listed below to setup the simplest Python App, then develop your awesome Python project.
Prerequisites
Access to cPanel or
Access to your Funio Hub
Task completion: 15 minutes
Expertise: intermediate
How to do?
Log in to your cPanel from your Customer Hub
Under the Software section, click on Setup Python App.
Choose the Python version your application will use
Enter the full path where your application will be located, like /home/user/public_html/mypythonapp
In the Application URL field complete the URL that will be used to open the app. If you want to use mydomain.com/python you will need to add pyhton.
Leave the next two fields as they are
Click on CREATE and you're done!
Now open your web browser and type yourdomain.com/python (replace it with your actual domain name and application URL), and you will see:
It works!
Python 2.7.18
You can now modify the code that has been generated, or replace it with your own.