ChiPy July 2022 __main__ Meeting


We look forward to seeing you as we return to in-person meetings! We have a great event planned, so see you here! Thank you to Mastery for hosting us.

When: July 14, 2022, 6:30 p.m.

Where: Mastery

Attendance:
In Person Pythonistas: 23

Topics


  • Python in the Cloud
    By: Adrian Garcia Badaracco
    Experience Level: Advanced
    Length: 30 Minutes
    Description:

    This talk explores the relationship between Kubernetes/cloud infrastructure and the most common Python ASGI app deployment topology (Gunicorn with Uvicorn workers). We'll look at the issues that you'll encounter with this deployment strategy and how you can solve them and make your code simpler and more robust by ditching Gunicorn and taking control of your application.

  • Inside your ASGI web framework
    By: Adrian Garcia Badaracco
    Experience Level: Intermediate
    Length: 40 Minutes
    Description:

    A walkthrough of the Asynchronous Gateway Server Interface, the API that powers Uvicorn, Starlette and FastAPI.

    We'll go through some history, the spec itself, how to write an app and how to write middleware.

    By the end of this talk you should have a good idea of what is going on under the hood in your ASGI web server and framework.