Python and web frameworks?

jeremy74

New Member
Messages
3
Reaction score
0
Points
0
Hello all,

I was wondering what the options are for using python frameworks such as django or flask? Is it possible?

I'm currently learning python and it seems to be the best language for all sorts of programming and not just the web. I'm new to it all, and from what I understand x10hosting has support for plain old CGI, but what about mod_python, wsgi, and other sorts?

The last thing I wanna do is have a new process open for everytime someone wants to add a comment on my blog, as I can see a huge waste in server resources. I also just recently upgraded my account to premium if it helps.

Thanks,
-Jeremy
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Not on Free Hosting, no. It may pop up from time to time, but if you do catch it while it's active, it's not something you want to depend on. On Premium (or Illuminated), Python is available with wsgi, but that's about it AFAIK. (No Django or Flask, so templating/ORM would have to be in interpreted code.) To rock binaries (libraries not part of the standard distribution) you really need to go to a VPS.
 
Top