![]() |
PythonAnywhere - 100% free Python hosting - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Advertising & offers (https://post4vps.com/Forum-Advertising-offers) +--- Forum: Other Free Service Providers (https://post4vps.com/Forum-Other-Free-Service-Providers) +--- Thread: PythonAnywhere - 100% free Python hosting (/Thread-PythonAnywhere-100-free-Python-hosting) Pages:
1
2
|
PythonAnywhere - 100% free Python hosting - dull - 04-11-2019 PythonAnywhere is a free Python hosting service that uses Linux. It provides easy framework setup, command line access, free <username>.pythonanywhere.com domain, and more. My website that I made on PythonAnywhere is https://dull.pythonanywhere.com. I had to pay absolutely nothing for it; it's completely free (there are also paid plans as well ranging from $5 to $500 per month). PythonAnywhere gives you free access to the command line. With it, you can do much more than just programming in Python. It lets you use Linux commands and also lets you use Git. RE: PythonAnywhere - 100% free Python hosting - humanpuff69 - 04-11-2019 (04-11-2019, 02:29 AM)dull Wrote: PythonAnywhere is a free Python hosting service that uses Linux. It provides easy framework setup, command line access, free <username>.pythonanywhere.com domain, and more. My website that I made on PythonAnywhere is https://dull.pythonanywhere.com. I had to pay absolutely nothing for it; it's completely free (there are also paid plans as well ranging from $5 to $500 per month). ok it is a great alternative to other app hosting like heroku but it only support python and that is a problem for people that use other language like php , ruby , nodejs , etc . but it is good enough that they give a free option to try it out . i also check your website and see the strange stuff section . i click the unsubmitable google form and i still cannot submit it . it is a bug in the google form ? RE: PythonAnywhere - 100% free Python hosting - tiwil - 04-11-2019 Does it seem like Heroku like @humanpuff69? And somehow I think the free offer doesn't have "sleep" time like Heroku does, eh? It's great to have one if it doesn't have any "sleep" time like Heroku because we can run our script for a long time. Your website is pretty simple anyway, I also got the error like humanpuff does, hahaha. It said it should have input but when I put the text, it said once more it doesn't like to have any text there. It should be either google form bug or the user configuration that brakes the form. RE: PythonAnywhere - 100% free Python hosting - dull - 04-11-2019 (04-11-2019, 10:29 AM)humanpuff69 Wrote: ok it is a great alternative to other app hosting like heroku but it only support python and that is a problem for people that use other language like php , ruby , nodejs , etc . but it is good enough that they give a free option to try it out . i also check your website and see the strange stuff section . i click the unsubmitable google form and i still cannot submit it . it is a bug in the google form ? I intentionally made it unsubmitable; it's just a silly thing i did RE: PythonAnywhere - 100% free Python hosting - xdude - 04-12-2019 That's a useful site for people who want to test / learn Python. Could have been better if it supports PHP and things like Node.js too but since it's free we can't complain about that. I have started learning Python few months ago and find it's quite interesting. I used to be using only PHP and now I'm find Python can take care of some stuff PHP is not so suitable for. RE: PythonAnywhere - 100% free Python hosting - Honey - 04-23-2019 Ahh, I have heard about this site before. Very helpful for testing python codes, not sure if the one I tested was exactly this but It allowed me to run the code for basically forever. RE: PythonAnywhere - 100% free Python hosting - Littlemaster - 04-23-2019 Some new info for me here. Can we make website with only python? What benefits will be there? Your website seems quite good if it is only with python. RE: PythonAnywhere - 100% free Python hosting - Melvin - 04-23-2019 (04-11-2019, 02:29 AM)dull Wrote: PythonAnywhere is a free Python hosting service that uses Linux. It provides easy framework setup, command line access, free <username>.pythonanywhere.com domain, and more. My website that I made on PythonAnywhere is https://dull.pythonanywhere.com. I had to pay absolutely nothing for it; it's completely free (there are also paid plans as well ranging from $5 to $500 per month). Yaye, i'm a programming lover, i used to watch some tips & guides on youtube about editing html, and stuff like that, but i would learn python, and start my own app, thanks for posting this content mate, i really like it. anyway could anyone provide me how i can start learning python from 0, like i don't know anything about coding but i would learn. Thanks in advance. RE: PythonAnywhere - 100% free Python hosting - Kururin - 04-27-2019 Wow, This is actually a good service and best for Django websites. I would personally use it as it works for my projects since I am learning python from scratch. Although it's basic it provides a great way to test out your things. RE: PythonAnywhere - 100% free Python hosting - humanpuff69 - 06-05-2019 quoting to @tiwil comment . Quote broken so i edit it Yeah heroku auto sleep is kinda frustating and when it sleep you need to wait for the script to startup which is depending on the script can be long I was using heroku for nodejs hosting before but because of slow speed and auto sleep i use my vps instead for hosting the nodejs script |