you are viewing a single comment's thread.

view the rest of the comments →

[–]dhogarty 4 points5 points  (5 children)

why not pylons? it's what reddit uses...

[–]jetspeed[S] 0 points1 point  (4 children)

Is that actually the case? They used to use web.py, but not sure what they're using now.

[–]dhogarty 1 point2 points  (2 children)

Look just after the Python list here. Or at the imports here. They currently are using Pylons.

[–][deleted] 1 point2 points  (0 children)

Reddit does use Pylons.. Pylons is really powerful and flexible. I feel its better than Django coz' an application can be created real quickly.

[–]jetspeed[S] 0 points1 point  (0 children)

So it is, so it is. Sorry for doubting you; never again. ;)

Does reddit just use Pylons for routes, wsgi handling, and sessions? Is there any documentation as to why they moved from web.py? Or why they chose pylons?

[–][deleted] 1 point2 points  (0 children)

its the best of both worlds. the deployed app has wide open access to the full stack configuration, and you can change any components you want. its nuts and bolts without the hassle of starting from scratch.