Hacker News new | ask | show | jobs
by jeromesalimao 3365 days ago
I'm also a noob. To hack together a quick app to hit a few of the instagram endpoints I went with flask. In my case, it was just a matter of writing a few annotated methods, and plugging in some template files and I was up and running in a few hours!

I'm now looking at SQL alchemy and thinking I might try to taking another look at Django...