It’s fun to see what other people are learning. Google Trends is typically used to measure popularity of a topic, but I wanted to try something different.
Twitter is a good place for tracking what people are doing, so let’s see if we can get an idea of how many people are learning Django. I picked Django because that’s what Crunch Course is built with, so it happens to be on my mind a lot now. While we’re at it, we can compare it to Ruby on Rails to see how they stack up.
Below is a graph of how frequently people tweet about learning Ruby on Rails versus learning Django:

The results show that Django and Rails are about equally popular among Twitterers, with about 5 tweets per day on each subject. It could be that the search was too restrictive by including the word “learning” in the search, but I also didn’t want to capture every tweet tangentially related to each framework. I just wanted to see who is actively learning it right now.
The searches are general matches for learning rails and learning django. If anyone put the words “learning” and “django” anywhere in their tweet it would count as a match.
I captured the data by storing those Twitter queries in my Clicky analytics account. They did the hard part by polling Twitter every day and emailing me the results. I just graphed the data.
Although there are quite a few relevant tweets in the results…

…there are also some tweets unrelated to web frameworks that are included in the tally:

I didn’t make any attempt to clean up the data and remove the non-relevant tweets. It’s just for fun and a way to get a rough data point about what frameworks are hot in Twitterland.
What learning topics would you like to see monitored on Twitter?