ChiPy April 2022 __main__ Meeting


When: April 14, 2022, 6 p.m.

Where: Remote Meeting

Attendance:
Virtual Pythonistas: 15

Topics


  • Xpresso: an extensible and composable ASGI framework
    By: Adrian Garcia Badaracco
    Experience Level: Intermediate
    Length: 30 Minutes
    Description:

    Xpresso is an extensible and composable ASGI web framework, inspired by FastAPI.

    It improves on FastAPI by decoupling the dependency injection from the request/response paradigm and decoupling the framework from Pydantic, using PEP 593 annotations. This enables many nice features, like a more flexible dependency injection system, concurrent execution of dependencies and much more customizable processing of request parameters and bodies.

  • Introduction to GeoSpatial Data with Python
    By: Craig Barnes
    Experience Level: Novice
    Length: 30 Minutes
    Description:

    Introduction to processing and serving Geospatial Data using Python. The talk will introduce relevant background information, common data formats, and how to create, modify and serve geospatial data.