This is because we all, as the Python community, define their future. To help us and to help others. From the Core Developers making Python itself to

The Future of FastAPI and Pydantic is Bright

submited by
Style Pass
2021-06-19 23:00:06

This is because we all, as the Python community, define their future. To help us and to help others. From the Core Developers making Python itself to the new developers that started learning Python this month.

And as long as these tools are helping us all solve problems, help ourselves, help others, and be more efficient and productive, we all will keep them working and improving.

Let’s say you have a FastAPI application… or actually, any other type of web application, including a Panel dashboard with Pandas DataFrames and Bokeh visualizations, or a Streamlit application. These are, in the end, web applications. You could think of many other examples.

But in most cases, the purpose of these web apps is to be available on the real web (not only on your machine), so that others can actually access them.

As well as top-level dependencies, tags, and other parameters for APIRouters, that before were available only on app.include_router().

Leave a Comment