For Python support, what company would be best to get hosting from?
I want to be able to run WSGI apps but my current hosting restricts it. Does anybody know a company that can accommodate my requirements?
Asked by: Julia410 | Posted: 28-01-2022
Answer 1
My automatic response would be WebFaction.
I haven't personally hosted with them, but they are primarily Python-oriented (founded by the guy who wrote CherryPy, for example, and as far as I know they were the first to roll out Python 3.0 support).
Answered by: Edward501 | Posted: 01-03-2022Answer 2
I am a big fan of Slicehost -- you get root access to a virtual server that takes about 2 minutes to install from stock OS images. The 256m slice, which has been enough for me, is US$20/mo -- it is cheaper than keeping an old box plugged in, and easy to back up. Very easy to recommend.
Answered by: David318 | Posted: 01-03-2022Answer 3
Plug plug for PythonAnywhere, our own modest offering in this space.
We offer free hosting for basic web apps, with 1-click config for popular frameworks like Django, Flask, Web2py etc. MySql is included, and you also get full suite of browser-based development tools like an editor and a console...
Answered by: Freddie482 | Posted: 01-03-2022Answer 4
I have been using WebFaction for years and very happy with the service. They are not only python oriented. You should be able to run anything within the limitations of shared hosting (unless of course you have a dedicated server).
They are probably not the cheapest hosting service though. I don't know the prices. But I can still remember very well my previous hosting provider was unreachable for a week (not their servers, I mean the people).
Answered by: Alfred872 | Posted: 01-03-2022Answer 5
I've been pretty happy with Dreamhost, and of course Google AppEngine.
Answered by: Miller464 | Posted: 01-03-2022Answer 6
Google App engine and OpenHosting.com
Have virtual server by OpenHosting, they are ultra fast with support and have very high uptime.
Answered by: Lucas293 | Posted: 01-03-2022Answer 7
Check out http://pythonplugged.com/
They are trying to collect information on Python hosting providers using variuos technologies (CGI, FCGI, mod_python, mod_wsgi, etc)
Answered by: Kellan967 | Posted: 01-03-2022Answer 8
I advise you to have a look at http://www.python-cloud.com
This PaaS platform can automatically scale up and down your application regarding your traffic. You can also finely customize if you want vertical, horizontal or both types of scalability. The consequence of this scaling is that you pay as you go : you only pay for your real consumption and not the potential one.
Deployment via git.
Non AWS, hosted in tier-4+ datacenters.
Free trial ;)
Answered by: Brad789 | Posted: 01-03-2022Answer 9
I use AWS micro server, 1 year free and after that you can get a 3 year reserved which works out to about $75/yr :) The micro server has only 20MB/sec throughput, ~600MB of ram, and a slower CPU. I run a few Mezzanine sites on mine and it seems fine.
Answered by: Aida396 | Posted: 01-03-2022Similar questions
Are there any IDE's that support Python 3 syntax?
I recently saw an announcement and article outlining the release of the first Python 3.0 release candidate. I was wondering whether there were any commercial, free, open source etc. IDE's that support its syntax.
Looking for online Judge Engine that support Python
python - What is meant by 2D array support?
I read that Python does not actually support 2D arrays but rather an array of an array. I understand the array of an array thing but what does it mean by supporting 2D arrays?
In C a 2D array is simply converted to a 1D array by doing some fancy math (Seen here). Are there languages that implement a...
python - pyqt jpeg support not working in bundled form
To enable jpeg support in a PyQT application, you have to manually include the qjpeg4.dll.
It works fine when the dll and pyd file are not bundled together in the final exe. For example
with py2exe you can do the following :
DATA=[('imageformats',['C:\\Python26/Lib/site-packages/PyQt4/plugins/imageformats/qjpeg4.dll'])]
setup(console=[{"script":"cycotic.py"}],
data_files = DATA,
op...
When will Jython support Python 3?
According to Jython's documentation:
Jython is an implementation of the
Python language for the Java platform.
Jython 2.5 implements the same
language as CPython 2.5, and nearly
all of the Core Python standard
library modules. (CPython is the C
implementation of the Python...
oop - Does Python support something like literal objects?
In Scala I could define an abstract class and implement it with an object:
abstrac class Base {
def doSomething(x: Int): Int
}
object MySingletonAndLiteralObject extends Base {
override def doSomething(x: Int) = x*x
}
My concrete example in Python:
class Book(Resource):
path = "/book/{id}"
def get(request):
return aBook
Inheritan...
python - how to create read only text ctrl but support copy paste event
In my application i have text control.
I want my text ctrl should be read only but when some one right click on this he is able to copy the value from that ctrl and he can paste that value in other text control.
If i made my text control read only with wx.TE_READONLY then copy/paste is not working.
Is there any requirement to handle other type of wx event or i have to set more type of wx style flags while c...
python - PySide or PyQT SQLite support in Ubuntu
I am running Ubuntu 10.04 Lucid and am developing a application in QT using Python. Today I tried to create a database binding to a SQLite database via QtSQL.QAddDatabase and got the following error:
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers: QMYSQL3 QMYSQL
So obviously I don't have the SQLite driver...how can I add it to my install? I installed PySide to see ...
python - support .send() for a class?
Writing a class, how do I implement
foo.send(item) ?
__iter__ allows iterating over the class like a generator, what if I want it to be a coroutine?
Does python support fixed size LIFO?
I want a data structure, fixed size LIFO, last in first out. Is it already there?
Edit: Sorry, what I want is LIFO not FIFO.
I checked http://docs.python.org/library/queue.html, it already provides the LIFO, the only thing I want to achieve is automatically drop the oldest one.
Eg) LIFO size 5 with elements: 1 2 3 4 5
Aft...
Still can't find your answer? Check out these communities...
PySlackers | Full Stack Python | NHS Python | Pythonist Cafe | Hacker Earth | Discord Python