Hacker News new | ask | show | jobs
by atoav 536 days ago
I think this is all a bit like "here are the tools, this is a circle, now draw the rest of the owl".

Don't get me wrong, the docs are great. What I meant by that is that all the individual parts are well explained, but a framework is all about how you compose its parts — and that is described best by walking people through the thought-process of why to combine certain elements in a certain way and what behaviour you achieve by that as a result. Because in the end it is about the result.

A stellar example of this is Miguel Grinbergs Flask Mega-Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial...

This bridges the gap between a good reference and a complex example project.

1 comments

Thanks for the answer :)