Sunday, October 4, 2020

Talk Python to Me: #284 Modern and fast APIs with FastAPI

As Python 3 has eclipsed the old constrains of Python 2 and web frameworks that adopted them, we have seen a big jump in new frameworks appearing on the scene taking full advantage of things like type hints, async and await, and more. <br/> <br/> No framework has done this more successfully than FastAPI recently. That's why we are here with the creator of FastAPI, Sebastián Ramírez to dive into this exciting new Python web framework.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Sebastian</b>: <a href="https://twitter.com/tiangolo" target="_blank" rel="noopener">@tiangolo</a><br/> <b>FastAPI</b>: <a href="https://ift.tt/2TMd1SL" target="_blank" rel="noopener">fastapi.tiangolo.com</a><br/> <b>FastAPI: One of the fastest Python frameworks available</b>: <a href="https://ift.tt/2F3oCGM" target="_blank" rel="noopener">fastapi.tiangolo.com</a><br/> <b>FastAPI for Flask Users</b>: <a href="https://ift.tt/2Vvyj5T" target="_blank" rel="noopener">amitness.com</a><br/> <b>FastAPI Docker image: https://ift.tt/3jwRlTc> <b>ujson</b>: <a href="https://ift.tt/uXz7JZ" target="_blank" rel="noopener">github.com</a><br/> <b>uvicorn</b>: <a href="http://www.uvicorn.org" target="_blank" rel="noopener">uvicorn.org</a><br/> <b>Traffic server</b>: <a href="https://ift.tt/28hpb4i" target="_blank" rel="noopener">docs.traefik.io</a><br/> <b>Starlette</b>: <a href="https://ift.tt/2oI7L0c" target="_blank" rel="noopener">starlette.io</a><br/> <b>Pydantic</b>: <a href="https://ift.tt/2rDd9EG" target="_blank" rel="noopener">pydantic-docs.helpmanual.io</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...