Flask Indiaflask-india.hashnode.dev·Aug 29, 2024Using Flask with our old friend MarshmallowFlask 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 ...Discuss·86 readsFlask-India Tutorial SeriesPython Marshmallow
Tiana Lopeztianalopez.hashnode.dev·Dec 1, 2023Simplifying Serialization with Marshmallow: An Introduction with SQLAlchemyIntroduction Serialization is the conversion of an object into an easily transported form. When building out a full-stack application, it acts as a translator and allows data to flow smoothly between the frontend, backend, and any other component. Se...Discuss·4 likes·240 readsFlask Framework
Isaac Songisaacsong.hashnode.dev·Nov 30, 2023Marshmallow: From S'mores to Flask in PythonWhen working with server-side routing in web development, it is important to validate any data to prevent the application from falling apart. Just as marshmallows are one of the three crucial components in a s'more, they help with one of the three as...Discuss·329 readsmarshmallow