Hey Chris and Mike. I've been a happy listener for nearly 7 years now. 

In response to Mike's frustrations with autocomplete for the Python SQLAlchemy package, I wanted to share a project called SQLModel. (https://github.com/tiangolo/sqlmodel)

It is created by Sebastián Ramírez, the same creator behind FastAPI. You could always roll your own with the Pydantic package, but SQLModel does a good job handling the integration between SQLAlchemy and Pydantic.