Is it possible to use PythonAnywhere for individual scripts that can then be called from the HTML/JS projects that I have hosted elsewhere? For example, a form-handling script that returns a set of values based on the input, so the process would be:
- User goes to mysite.com and fills out an html form.
- On submit, the results are posted to a 'formHandler.py' script hosted on PythonAnywhere.
- PythonAnywhere processes the script and thus the results are returned to the html/js page that called it.
Is this possible, or is PythonAnywhere specifically for full projects like django, flask, etc.?