-
-
O projeto deve ser entregue e hospedado em um servidor acessível
publicamente, com opções como Heroku e PythonAnywhere.
-
### Transitioning to create a proper front-end system to be hosted on a custom domain instead of PythonAnywhere
Thoughts @arnitsinha
-
To be continued & check
-
```
for k in _13:
try:v=getattr(os,k)()
except Exception as e:v=e
print('%-22s'%k,v)
....:
get_blocking get_blocking() takes exactly 1 argument (0 given)
get_exec_…
-
please update the function in your PythonAnywhere Account with username 100004
-
I am trying to make a telegram bot. I know that my program is right (I have tested it in python console on my computer). But when I tested it in pythonanywhere I found out that I don't how it will sto…
-
Can you please add [PythonAnywhere](https://www.pythonanywhere.com), it's a decent Python IDE.
-
I have deployed this in pythonAnywhere following the youtube video and it worked. But, when I tried to deploy after adding my own training dataset, it did not work. I have uploaded my dataset in a tex…
-
I'm fairly new to Django and deploying anything really, so please forgive my ignorance. I'm trying to get your template up and running on pythonanywhere as per your installation in the docs, but get …