ChiPy __main__ Meeting June 2022: Thu, Jun 09 2022 at 06:00 PM at Remote Meeting
(1 Minutes)
By: Peter Phyall, Nick Petrovits
Experience Level: Intermediate
Slides Link
This presentation focuses on an exploration of common software development design patterns, best development practices, and a discussion of anti-patterns.
ChiPy Algorithm SIG: Thu, May 05 2022 at 06:00 PM at Foxtrot
ChiPy April 2022 __main__ Meeting: Thu, Apr 14 2022 at 06:00 PM at Remote Meeting
(30 Minutes)
By: Adrian Garcia Badaracco
Experience Level: Intermediate
Slides Link
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.
(30 Minutes)
By: Craig Barnes
Experience Level: Novice
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.