AboutBlogContact
Web DevelopmentJune 21, 2010 2 min read 80Updated: May 3, 2026

Quora: Knowledge Sharing for the New Decade

AunimedaAunimeda
📋 Table of Contents

Quora: Knowledge Sharing for the New Decade

We’ve had Yahoo Answers and Wikipedia for a while, but the former is often low-quality and the latter is an encyclopedia, not a place for personal expertise. Quora, founded by Adam D'Angelo and Charlie Cheever, is trying to fill the gap. It’s a Q&A platform that feels like a more intellectual version of a social network.

Quality through Identity

The big difference with Quora is the emphasis on real names and credentials. When you see an answer about the early days of Facebook from the former CTO, you know it’s authoritative. The upvoting system (inspired by Reddit and Digg) ensures that the best content rises to the top, but the "Social" layer (following people and topics) makes it personal.

The Technical Stack

Quora is built using Python and a custom framework they developed. They’re also making heavy use of LiveNode, their system for real-time updates without page refreshes.

# A conceptual Quora 'Question' model
class Question(Model):
    text = StringProperty()
    author = ReferenceProperty(User)
    tags = ListProperty(Tag)
    upvotes = IntegerProperty(default=0)
    
    def get_top_answer(self):
        return Answer.all().filter('question =', self).order('-upvotes').get()

Outlook

Quora is currently in an invite-only phase, and the quality of discourse is incredibly high. The challenge will be maintaining that quality as they scale to millions of users. If they can succeed, Quora could become the definitive repository of "human knowledge" that isn't found in books-the messy, experiential stuff that we usually only share over coffee. It’s an ambitious goal for the new decade.


Aunimeda develops websites and web applications for businesses - corporate sites, e-commerce, portals, and custom platforms.

Contact us to discuss your web project. See also: Web Development, E-commerce Development

Read Also

Pinterest: The Visual Discovery Engineaunimeda
Web Development

Pinterest: The Visual Discovery Engine

Pinterest is a new way to 'pin' images from across the web. It's a visual bookmarking tool that's surprisingly addictive.

Twitter: 140 Characters of Noiseaunimeda
Web Development

Twitter: 140 Characters of Noise

Jack Dorsey and the Odeo team have launched 'twttr.' It's microblogging via SMS, limited to 140 characters. Is it a tool or a toy?

YouTube: Broadcast Yourselfaunimeda
Web Development

YouTube: Broadcast Yourself

Three former PayPal employees have launched YouTube. It's video sharing for everyone, powered by Flash and the 'embed' tag.

Need IT development for your business?

We build websites, mobile apps and AI solutions. Free consultation.

Web Development

Get Consultation All articles