Ask HN: Django or Flask?

2 points by xea ↗ HN
I am noob to programming. For web development, what is your choice django or flask?

1 comment

[ 3.1 ms ] story [ 14.4 ms ] thread
Depends on what you want to do. You get a lot built in with Django, but the learning curve might be a little steeper because there's more to learn. On the other hand Flask is relatively light weight in comparison and you can extend the functionality such as authentication/apis, but it's up to you to implement that.