Hacker News new | ask | show | jobs
by LimitedInfo 2002 days ago
Thanks for the heads up about tweets, I had no idea.

I've actually started working through the startup tutorials for both Flask and Django. However, I was worried that Flask wouldn't have the necessary functionality as I'm imagining log ins and voting systems.

I started on Django but despite my Python experience I found the structure pretty complex. Do you think Django is worth the extra effort over Flask?

1 comments

For me, it is hard to say. I recommend taking a look at:

https://developer.mozilla.org/en-US/docs/Learn/Server-side/D...

it might help you get started. If not, I certainly think that flask is also a great framework to work with.