Simon Willison’s Weblog

Subscribe

Items tagged quora in Oct, 2010

Filters: Year: 2010 × Month: Oct × quora × Sorted by date


How does Lanyrd compare to Plancast?

Plancast is a general purpose event site. They handle concerts, birthday parties, gigs, conferences and so on. They allow you to sign in with Twitter or Facebook, and make use of your social graph from both.

[... 429 words]

What are some tips for a new Python developer coming from C++/Java?

Read “Python is not Java” from 2004—it has some good tips on how working with the two languages differs.

[... 41 words]

Is the complexity of basic Python data structure operations documented?

Python’s C code has some excellent documentation, including detailed write-ups of how Python’s dictionary and sorting algorithms work. They’re a great read.

[... 42 words]

What’s the easiest way to take an existing Django view and make it “real time” via long polling?

I’d advocate decoupling your long polling endpoints entirely from the rest of your web app stack. Personally I like Node.js for this, but Tornado would work just fine too (I’ve experimented successfully with Tornado long polling in the past).

[... 171 words]

Aside from Disrupt, what other tech conferences do you track?

Self promoting here (not sure if that’s OK by Quora community standards or not), but the site we just launched, Lanyrd.com, answers this question. It lets you sign in with Twitter and see what events your Twitter friends are tracking, attending or speaking at. It also lets you create a conference profile page—here’s mine, which shows the upcoming conferences I am tracking at the moment: http://lanyrd.com/people/simonw/

[... 86 words]