Big Web 2.0 sites written in Python? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T12:40:37Z http://stackoverflow.com/feeds/question/415627 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python 16 Big Web 2.0 sites written in Python? tester2001 2009-01-06T06:27:30Z 2009-12-02T17:39:06Z <p>Hulu, Twitter, Techcrunch, etc are written in Ruby.<br /> Yahoo, Facebook, and tons of big social networks are written in PHP.</p> <p>But what are some big top-name enterprise sites written in Python?</p> <p>I am going to spend my time investing in either Python (w/ Django) or Ruby (w/ Rails) to create a data-intensive web application that has a personalization/recommendation tool (similar to Amazon).</p> <p>Coming from a PHP background (OOP, Zend Framework), which would be best?</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/415634#415634 11 Answer by sli for Big Web 2.0 sites written in Python? sli 2009-01-06T06:36:41Z 2009-01-06T06:36:41Z <p>A huge chunk of Google's website is implemented in Python.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/415638#415638 5 Answer by Soviut for Big Web 2.0 sites written in Python? Soviut 2009-01-06T06:37:46Z 2009-01-06T06:37:46Z <p><a href="http://www.djangoproject.com/" rel="nofollow">Django</a> is used to run a wide variety of sites. You can see all the ones that have been registered at <a href="http://www.djangosites.org/" rel="nofollow">www.djangosite.org</a>. Since Django was born from developers working in the news industry, you'll find that a lot of news organizations have quickly embraced it.</p> <p>However, as djangosites illustrates, its been used for everything from personal blogs, to photo sharing sites, to social networks (<a href="http://cloud27.com/" rel="nofollow">Cloud27</a> was specifically built to show off the <a href="http://pinaxproject.com/" rel="nofollow">Pinax</a> social networking suite). <a href="http://pownce.com/" rel="nofollow">Pownce</a>, a social network based around music and file sharing, was written using Django, but its creators had to close their doors when they were hired elsewhere.</p> <p>Its also worth noting that the <a href="http://code.google.com/appengine/" rel="nofollow">Google App Engine</a> uses Django's template language. Not specifically Python, but heavily influenced by a Python framework.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/415668#415668 11 Answer by Autoplectic for Big Web 2.0 sites written in Python? Autoplectic 2009-01-06T06:55:21Z 2009-01-06T07:21:04Z <p><a href="http://www.youtube.com" rel="nofollow">youtube</a> and <a href="http://www.reddit.com" rel="nofollow">reddit</a> both are, i believe. oh, and <a href="http://www.jaiku.com" rel="nofollow">jaiku</a> uses <a href="http://www.twistedmatrix.com" rel="nofollow">twisted</a>, so i assume the rest of it is in python as well.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/415676#415676 3 Answer by Gordon Wilson for Big Web 2.0 sites written in Python? Gordon Wilson 2009-01-06T07:00:07Z 2009-01-06T07:36:54Z <p>As Autoplectic <a href="http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python#415668">said</a>, Reddit was rewritten from Lisp to Python.<br /> <a href="http://www.aaronsw.com/weblog/rewritingreddit" rel="nofollow">Here</a>'s the tale.</p> <p><a href="http://www.chesspark.com/" rel="nofollow">Chesspark</a> is another personal favorite.<br /> See Chesspark Design Details <a href="http://metajack.im/2008/11/21/chesspark-design-details-part-1-why-xmpp/" rel="nofollow">Part 1</a>, <a href="http://metajack.im/2008/11/24/chesspark-design-details-part-2-session-handling/" rel="nofollow">Part 2</a>, and <a href="http://metajack.im/2008/11/25/chesspark-design-details-part-3-game-design/" rel="nofollow">Part 3</a>.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/415737#415737 1 Answer by kender for Big Web 2.0 sites written in Python? kender 2009-01-06T07:42:25Z 2009-01-06T07:42:25Z <p>Ok, this might be not an enterprise class site, but for a gaming nerd like me, <a href="http://www.curse.com" rel="nofollow">http://www.curse.com</a> is written in python.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/415765#415765 10 Answer by Parand for Big Web 2.0 sites written in Python? Parand 2009-01-06T07:56:23Z 2009-01-06T07:56:23Z <p>What aspect of "big" are you interested in? </p> <ul> <li><p>Scaling - either of Python/Django or Ruby/Rails will almost certainly handle any type of traffic you're going to throw at it. </p></li> <li><p>Large code base - similar maintainability between RoR and Django. It comes down to personal preference (I prefer Python)</p></li> <li><p>Support and community - both RoR and Django have large, active, helpful communities. Neither are going away, both are healthy and growing, used by both large and small entities.</p></li> </ul> <p>I don't think you'll find the "big site" aspect to be a particularly helpful determinant of what you use. Both are easy to pick up; try them out and see what feels more natural to you. I tried both, liked both initially, but ended up strongly preferring Django.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/416184#416184 0 Answer by Abs for Big Web 2.0 sites written in Python? Abs 2009-01-06T11:31:19Z 2009-01-06T11:31:19Z <p>Django was used by <a href="http://pownce.com/" rel="nofollow">Pownce</a> but they were bought out by another company. I think because they wanted Pownce's talented team rather than their twitter like web application.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/417288#417288 2 Answer by Christopher Mahan for Big Web 2.0 sites written in Python? Christopher Mahan 2009-01-06T16:51:29Z 2009-01-06T16:57:59Z <p>It looks like google help files are all in python</p> <p>example: <a href="http://mail.google.com/support/bin/answer.py?answer=69570&amp;topic=13260" rel="nofollow">http://mail.google.com/support/bin/answer.py?answer=69570&amp;topic=13260</a> </p> <p>see the answer.py? That's a python script.</p> <p>(unless of course they did something unnatural with the .py extension... But I doubt it)</p> <p>Also, see <a href="http://highscalability.com/youtube-architecture" rel="nofollow">http://highscalability.com/youtube-architecture</a> for Youtube architecture and their use of python.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/417328#417328 1 Answer by stesch for Big Web 2.0 sites written in Python? stesch 2009-01-06T17:03:11Z 2009-01-06T17:03:11Z <p><a href="http://www.cuil.com/" rel="nofollow">cuil</a> is using <a href="http://www.cherrypy.org/" rel="nofollow">CherryPy</a>, a web server written in <a href="http://www.python.org/" rel="nofollow">Python</a>.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/418800#418800 2 Answer by Sebastjan Trepča for Big Web 2.0 sites written in Python? Sebastjan Trepča 2009-01-07T00:53:58Z 2009-01-07T00:53:58Z <p>We are using Django on <a href="http://www.noovo.com" rel="nofollow">Noovo</a>, currently about 50k lines of code. I would choose <a href="http://webpy.org" rel="nofollow">web.py</a> if I had to do it again. We also do recommendations etc. </p> <p>Btw, you won't make it without unit tests, so have everything covered from the start.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/1172821#1172821 0 Answer by Ivo Danihelka for Big Web 2.0 sites written in Python? Ivo Danihelka 2009-07-23T16:06:14Z 2009-07-23T16:06:14Z <p>You could see the source codes of some big Google App Engine apps:</p> <ul> <li><a href="http://www.allforgood.org/" rel="nofollow">All for Good</a> and [its code](http\://www.allforgood.org/code)</li> <li>[Rietveld Code Review Tool](http\://codereview.appspot.com/)</li> </ul> <p>(Sorry for the links, I will fix them when I get enough karma to post more links.)</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/1216457#1216457 0 Answer by jpartogi for Big Web 2.0 sites written in Python? jpartogi 2009-08-01T11:50:01Z 2009-09-01T01:28:57Z <p><a href="http://www.tabblo.com/" rel="nofollow">Tabblo</a> which is backed by Hewlett Packard is using django. <a href="http://www.suggestionbox.com/" rel="nofollow">SuggestionBox</a> and <a href="http://bitbucket.org/" rel="nofollow">Bitbucket</a> is also using django. <a href="http://disqus.com/" rel="nofollow">Disqus</a> is also popular and used in many blogs as their commenting system.</p> http://stackoverflow.com/questions/415627/big-web-2-0-sites-written-in-python/1834571#1834571 -1 Answer by Lin for Big Web 2.0 sites written in Python? Lin 2009-12-02T17:39:06Z 2009-12-02T17:39:06Z <p>Andalucia.org is using Django (all except home page, that will be migrated soon). Some links:</p> <ul> <li>www.andalucia.org/destinos/provincias/cadiz/</li> <li>www.andalucia.org/turismo-cultural/visitas/giralda/</li> </ul>