Live data from Hacker News

What programming languages are used most on weekends?

stackoverflow.blog

1–10 of 299 posts

Re: What programming languages are used most on weekends?

#3
One thing that caught my eye is that at least of the tags included in their scatter plot, there appear to be more weekend searches than weekday searches on average overall, especially for the most popular tags. (And note that the X axis is logarithmic, so those will have a much larger effect on total searches.) I wouldn't have expected that. Perhaps weekdays are more geared toward 'getting things done', so weekends are when people have time to learn.

Re: What programming languages are used most on weekends?

#8
It might also be interesting to see which tags are used more in the early mornings or evenings vs during the workday.

Edit: I hadn't seen Kaggle before today, but it looks very easy to hack on the SO data set [1] with a Jupyter notebook.

[1]: https://www.kaggle.com/stackoverflow/stacklite

Post reply on HN