Hacker News new | ask | show | jobs
by hunt 4044 days ago
That Dota app looks nice, how long have you been working on it for?

How come you chose django over something such as flask for problemotd?

1 comments

I've been working on it for almost a year now. It's crazy how fast the app and Dota space has grown since Valve released their WebAPI. Been considering open source the app for a little. Starting to work with other Dota enthusiasts on building cool new features.

I know Django super well and love the community and framework. While the framework does add some overhead it also makes for quicker development (in my case anyway).