Using Flask with our old friend Marshmallow
Aug 29, 2024 · 4 min read · Flask is one of Python's most popular frameworks for building HTTP REST APIs. Although another new kid exists on the block FastAPI, Flask still holds a special place for anyone learning to build REST APIs. Why do we need data validation? Data is one ...
Join discussion