What does Starlette really do for FastAPI? - Marcelo Trylesinski

Поделиться
HTML-код
  • Опубликовано: 30 июл 2023
  • What does Starlette really do for FastAPI? - Marcelo Trylesinski - PyCon Italia 2023
    FastAPI has been growing a lot lately, but people aren't really aware of the packages that were the basis for its foundation.
    On this talk, we are going to explore Starlette, the web framework on which FastAPI is built on top of. 🚀
    Full Abstract: 2023.pycon.it/event/what-does...
    Check the schedule: 2023.pycon.it/schedule/2023-0...
    Join us next year for PyCon Italia 2024! pycon.it
    #asyncio #apis #microservices #fastapi #starlette
  • РазвлеченияРазвлечения

Комментарии • 3

  • @aitools24
    @aitools24 8 месяцев назад +4

    00:11 Starlette provides web capabilities to FastAPI.
    02:46 Starlette is a building block for FastAPI.
    07:30 Starlette is used in FastAPI to handle background tasks and test client.
    10:03 The main point of this subpart is about the differences in endpoints and the lack of automatic documentation for websockets in FastAPI.
    15:22 Starlette provides open API support and automatic generation of APIs
    17:37 Starlette is the underlying framework used by FastAPI.
    22:03 Starlette provides additional features to FastAPI like completion, data validation, API documentation, and async Python.
    24:26 Starlette and pedantic are two dependencies used in FastAPI.
    29:23 Starlette and FastAPI are separate projects for documentation overhead and easy maintenance.
    Crafted by Merlin AI.

  • @willbackslash
    @willbackslash 11 месяцев назад +5

    FastAPI = wrapper of starlette 😂