Where can I find real-world examples of applications written in python? - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T19:55:14Zhttp://stackoverflow.com/feeds/question/190612http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python3Where can I find real-world examples of applications written in python?gath2008-10-10T09:12:03Z2009-01-19T21:34:04Z
<p>Where can I find real-world examples of applications written in Python? </p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190615#1906152Answer by John Millikin for Where can I find real-world examples of applications written in python?John Millikin2008-10-10T09:14:33Z2008-10-10T09:14:33Z<p>Any field in particular? Python is used for a variety of tasks. You could look through the <a href="http://wiki.python.org/moin/Applications" rel="nofollow">wiki page on applications written in Python</a>.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190621#1906215Answer by scronide for Where can I find real-world examples of applications written in python?scronide2008-10-10T09:18:17Z2008-10-10T09:18:17Z<p><a href="http://sourceforge.net/softwaremap/trove_list.php?form_cat=18" rel="nofollow">SourceForge.net Software Map</a></p>
<p>Filter > Require + Programming Language + Python > Apply</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190627#1906276Answer by cdleary for Where can I find real-world examples of applications written in python?cdleary2008-10-10T09:20:30Z2008-10-10T09:20:30Z<p>Python's CPAN-like repository is called <a href="http://pypi.python.org/pypi" rel="nofollow">PyPi</a>, and is chock full of examples! You can browse packages by topic, which is helpful if you know what sort of program you're looking to write.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190637#1906370Answer by agnul for Where can I find real-world examples of applications written in python?agnul2008-10-10T09:28:38Z2008-10-10T09:28:38Z<p>Biggest thing that comes to mind is <a href="http://chandlerproject.org/" rel="nofollow">Chandler</a></p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190773#1907731Answer by Michal Niklas for Where can I find real-world examples of applications written in python?Michal Niklas2008-10-10T10:42:47Z2008-10-10T10:42:47Z<p>Many simple "recipes" can be found at Python Cookbook served by ActiveState:</p>
<p><a href="http://code.activestate.com/recipes/langs/python/" rel="nofollow">http://code.activestate.com/recipes/langs/python/</a></p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190860#1908600Answer by Chobicus for Where can I find real-world examples of applications written in python?Chobicus2008-10-10T11:10:29Z2008-10-10T11:10:29Z<p><a href="http://panda3d.org/" rel="nofollow">Panda3D</a>
Free open source game and simulation engine developed by Disney and maintained by Carnegie Mellon University's Entertainment Technology Center.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190874#1908745Answer by meledictas for Where can I find real-world examples of applications written in python?meledictas2008-10-10T11:16:08Z2008-10-10T11:16:08Z<p><a href="http://djangoproject.com/" rel="nofollow">Django webframework</a></p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/190883#1908831Answer by Patrick Cuff for Where can I find real-world examples of applications written in python?Patrick Cuff2008-10-10T11:21:47Z2008-10-10T11:21:47Z<p><a href="http://www.zope.org/" rel="nofollow">Zope</a> and <a href="http://plone.org/" rel="nofollow">Plone</a> CMS.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/196848#1968480Answer by gooli for Where can I find real-world examples of applications written in python?gooli2008-10-13T06:31:23Z2008-10-29T11:30:06Z<p>This looks like an invitation to plug in my own product here :).</p>
<p><a href="http://www.testuff.com" rel="nofollow">Testuff is a software test management tool</a> consisting of a desktop front end built with wxPython, and a REST-based back end built with CherryPy and SQLAlchemy among other things.</p>
<p>It's about as real as you can get.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/196855#1968551Answer by Mark Biek for Where can I find real-world examples of applications written in python?Mark Biek2008-10-13T06:34:15Z2008-10-13T06:34:15Z<p><a href="http://code.reddit.com/" rel="nofollow">Reddit</a> is written in Python.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/246514#2465140Answer by Dr. Hfuhruhurr for Where can I find real-world examples of applications written in python?Dr. Hfuhruhurr 2008-10-29T11:52:46Z2008-10-29T11:52:46Z<p>Google is an example of a world example written in Python!</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/246574#2465740Answer by Vasil for Where can I find real-world examples of applications written in python?Vasil2008-10-29T12:18:31Z2008-10-29T12:18:31Z<p><a href="http://www.youtube.com" rel="nofollow">http://www.youtube.com</a> </p>
<p><a href="http://www.reddit.com" rel="nofollow">http://www.reddit.com</a></p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/300066#3000660Answer by bhe for Where can I find real-world examples of applications written in python?bhe2008-11-18T20:40:02Z2008-11-18T20:40:02Z<p>browsershots.org was completely written in python ;)</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/432743#4327434Answer by JohnnySoftware for Where can I find real-world examples of applications written in python?JohnnySoftware2009-01-11T10:58:20Z2009-01-11T10:58:20Z<p>The most comprehensive list of Python wins is at the <a href="http://www.python.org/" rel="nofollow">Python web site</a>, under <a href="http://www.python.org/about/success/" rel="nofollow">Python Success Stories</a>.</p>
<p>Google, Yahoo, Washington Post web site, Plone content management system, Zope portal framework/application, etc.</p>
<p>Google and Yahoo originally rolled out much of their functionality written in Python. Where performance was an issue (obviously, the search engine party) they reprogrammed it in C or C++.</p>
<p>However, much of the non-performance critical modules today remain written in Python. When you are on these sites checking online help or doing some social/portal thing, take a look in the URL of the page you are looking at and see if there is a ".py" in there somewhere.</p>
<p>Google's new Application Engine is 100% Python. It is not just old functionality but also new functionality that is being coded in Python.</p>
<p>Google has made their development practices/philosophy pretty transparent to the outside world. They are very knowledgeable people, generally - and their programmers are encouraged to use a language that is a good fit for the software they are creating.</p>
<p>Many software projects managed/organized/monitored by Trac. Trac is written in Python.</p>
<p>Someone blogged a list of popular Python applications in <a href="http://www.aminus.org/blogs/index.php/2006/01/04/how_python_wins_on_the_web?blog=15" rel="nofollow">How Python wins the web</a>.</p>
<p>As an aside, Python won <a href="http://www.linuxjournal.com/article/10065" rel="nofollow">readers choice award in 2008</a> for Favorite Scripting Language. The survey was put out by Linux Journal magazine.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/452861#4528610Answer by Adam Bernier for Where can I find real-world examples of applications written in python?Adam Bernier2009-01-17T05:58:34Z2009-01-19T20:51:13Z<p>Give <a href="http://www.google.com/codesearch?q=lang:python&hl=en&btnG=Search+Code" rel="nofollow">Google code search</a> a try.</p>
<p>Search for something like "lang:python twisted"</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/459147#4591471Answer by Henrik Gustafsson for Where can I find real-world examples of applications written in python?Henrik Gustafsson2009-01-19T21:00:00Z2009-01-19T21:14:18Z<p><a href="http://www.eve-online.com/" rel="nofollow">EVE Online</a> uses a variant of Python called <a href="http://www.stackless.com/" rel="nofollow">Stackless Python</a>, which has proven to be able to take >45000 concurrent users on a single cluster (or shard), which I would consider pretty good for an MMO.</p>
<p>Python is used both in the client and on the server.</p>
http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python/459240#4592400Answer by sjbotha for Where can I find real-world examples of applications written in python?sjbotha2009-01-19T21:34:04Z2009-01-19T21:34:04Z<p>I was pleasantly surprised to see that <a href="http://juicereceiver.sourceforge.net/" rel="nofollow">Juice</a> (a podcast receiver) is written in Python. It looks like a real Windows app and nothing in the GUI tipped me off to this. I just noticed when looking around in its program directory.</p>