Common Tools#
Integrated Development Environment#
This is intentionally left up to the developer.
Cloud#
Identity#
Information Security#
Data Transformation#
marshmallow-sqlalchemy: Generate Marshmallow schemas from SQLAlchemy ORM data models
Flask-Marshmallow: Flask + marshmallow for beautiful APIs (GitHub)
flask-smorest: Flask/Marshmallow-based REST API framework (GitHub)
Tackling Complex Use Cases: Advanced Data Transformation with Marshmallow
GitHub Issues (Flask-Marshmallow): ‘DummySession’ object has no attribute ‘query’
GitHub Issues (marshmallow-sqlalchemy): Foreign key value disregarded during .load()
GitHub Issues (marshmallow-sqlalchemy): How to PUT with marshmallow-sqlalchemy + webargs?
GitHub Issues (marshmallow-sqlalchemy): SQLAlchemySchema not Plucking relationship field
GitHub Issues (marshmallow): Reduce confusion around fields.Pluck behavior
GitHub Issues (marshmallow): Nested schema: Inherit session from parent
Stack Overflow: Update row (SQLAlchemy) with data from marshmallow
Stack Overflow: How to serialize a Marshmallow field under a different name
Stack Overflow: How to flatten nested objects in Marshmallow
Stack Overflow: How to pass values from a parent scheme to its children before serialization
Stack Overflow: Using a custom parser with Flask-Smorest or Marshmallow
Stack Overflow: Generating marshmallow schema automatically with JSON serializable enums
Stack Overflow: Marshmallow nested object inferring SQLAlchemy foreign key
Stack Overflow: How to use a list of arguments with Flask-Smorest or Marshmallow