Skip to Content
Building RESTful Python Web Services
book

Building RESTful Python Web Services

by Gastón C. Hillar
October 2016
Intermediate to advanced
418 pages
9h 52m
English
Packt Publishing
Content preview from Building RESTful Python Web Services

Test your knowledge

  1. Marshmallow is:
    1. A lightweight library for converting complex datatypes to and from native Python datatypes.
    2. An ORM .
    3. A lightweight web framework that replaces Flask.

  2. SQLAlchemy is:
    1. A lightweight library for converting complex datatypes to and from native Python datatypes.
    2. An ORM .
    3. A lightweight web framework that replaces Flask.

  3. The marshmallow.pre_load decorator:
    1. Registers a method to run after any instance of the MessageSchema class is created.
    2. Registers a method to invoke after serializing an object.
    3. Registers a method to invoke before deserializing an object.

  4. The dump method for any instance of a Schema subclass:
    1. Routes URLs to Python primitives.
    2. Persists the instance or collection of instances passed as an argument to the database. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On RESTful Python Web Services - Second Edition

Hands-On RESTful Python Web Services - Second Edition

Gastón C. Hillar

Publisher Resources

ISBN: 9781786462251Supplemental Content