back

by AdamN·9y ago·view on hn ↗
I wanted to try Flask but it didn't have Python3 support when I looked into it.

Django+Django Rest Framework are awesome. We do actually use templates for some emails so it's one of the times where it's nice that the template system was ready to go even though the rest of the site is just json.

1 comments
Flask has supported Python 3 for many years.

Some practical improvements in the 3.x line came from the heavy but constructive criticism that Armin Ronacher gave while ensuring that Flask supported Python 3.

We run flask in production with Python 3.6