こんにちは、けんにぃです。ナビタイムジャパンで公共交通の時刻表を使ったサービス開発やリリースフローの改善を担当しています。 今回は Python 製の Web フレームワークとして FastAPI を導入した話をしようと思います。 Python 製の Web フレームワーク Python ...
While trying out the excellent FastApi framework there was one peace missing for me: an easy, declarative way to define permissions of users (and roles/groups) on resources. Since I reall love the way ...
近年、Webサービスや社内システムの設計において「APIを中心にした構成」が当たり前になりつつあります。 その中で、Pythonを使ったAPI開発の分野で急速に注目を集めているのが FastAPI です。 「名前は聞いたことがあるが、何がすごいのかわからない ...
FastAPI has burst on to the Python web scene. In fact, the 2020 PSF developer survey shows FastAPI going from off the radar to the 3rd most popular and fastest growing framework for Python developers.