Hacker News new | ask | show | jobs
by masklinn 5447 days ago
mod_python is kind-of a pain to get going actually, and recommended against these days.

mod_wsgi on the other hand... 4 lines in your apache config file. 6 if you're using a daemon process (which is better).

1 comments

That's what I get for being poetic. I've done a lot of python development but not all that much for the web. When i have, I used Tornado. Which is also really easy to get running.

So I stand by my point!!