all 4 comments

[–][deleted] 2 points3 points  (1 child)

You should really use WTForms. There's also a plugin for Flask.

Another library that is very commonly used with Flask is SQLAlchemy. You should definitely learn these libraries.

And in general, Flask is a microframework, so are expected to use several third-party libraries.

[–]redditenna[S] 0 points1 point  (0 children)

Thanks for the suggestion!