Where can I find real-world examples of applications written in python? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T19:55:14Z http://stackoverflow.com/feeds/question/190612 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/190612/where-can-i-find-real-world-examples-of-applications-written-in-python 3 Where can I find real-world examples of applications written in python? gath 2008-10-10T09:12:03Z 2009-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#190615 2 Answer by John Millikin for Where can I find real-world examples of applications written in python? John Millikin 2008-10-10T09:14:33Z 2008-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#190621 5 Answer by scronide for Where can I find real-world examples of applications written in python? scronide 2008-10-10T09:18:17Z 2008-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#190627 6 Answer by cdleary for Where can I find real-world examples of applications written in python? cdleary 2008-10-10T09:20:30Z 2008-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#190637 0 Answer by agnul for Where can I find real-world examples of applications written in python? agnul 2008-10-10T09:28:38Z 2008-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#190773 1 Answer by Michal Niklas for Where can I find real-world examples of applications written in python? Michal Niklas 2008-10-10T10:42:47Z 2008-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#190860 0 Answer by Chobicus for Where can I find real-world examples of applications written in python? Chobicus 2008-10-10T11:10:29Z 2008-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#190874 5 Answer by meledictas for Where can I find real-world examples of applications written in python? meledictas 2008-10-10T11:16:08Z 2008-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#190883 1 Answer by Patrick Cuff for Where can I find real-world examples of applications written in python? Patrick Cuff 2008-10-10T11:21:47Z 2008-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#196848 0 Answer by gooli for Where can I find real-world examples of applications written in python? gooli 2008-10-13T06:31:23Z 2008-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#196855 1 Answer by Mark Biek for Where can I find real-world examples of applications written in python? Mark Biek 2008-10-13T06:34:15Z 2008-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#246514 0 Answer by Dr. Hfuhruhurr for Where can I find real-world examples of applications written in python? Dr. Hfuhruhurr 2008-10-29T11:52:46Z 2008-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#246574 0 Answer by Vasil for Where can I find real-world examples of applications written in python? Vasil 2008-10-29T12:18:31Z 2008-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#300066 0 Answer by bhe for Where can I find real-world examples of applications written in python? bhe 2008-11-18T20:40:02Z 2008-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#432743 4 Answer by JohnnySoftware for Where can I find real-world examples of applications written in python? JohnnySoftware 2009-01-11T10:58:20Z 2009-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#452861 0 Answer by Adam Bernier for Where can I find real-world examples of applications written in python? Adam Bernier 2009-01-17T05:58:34Z 2009-01-19T20:51:13Z <p>Give <a href="http://www.google.com/codesearch?q=lang:python&amp;hl=en&amp;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#459147 1 Answer by Henrik Gustafsson for Where can I find real-world examples of applications written in python? Henrik Gustafsson 2009-01-19T21:00:00Z 2009-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#459240 0 Answer by sjbotha for Where can I find real-world examples of applications written in python? sjbotha 2009-01-19T21:34:04Z 2009-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>