# 外部リンク・記事 **FastAPI**には、絶えず成長している素晴らしいコミュニティがあります。 **FastAPI**に関連する投稿、記事、ツール、およびプロジェクトは多数あります。 それらの不完全なリストを以下に示します。 !!! tip "豆知識" ここにまだ載っていない**FastAPI**に関連する記事、プロジェクト、ツールなどがある場合は、 プルリクエストして下さい。 ## 記事 ### 英語 {% if external_links %} {% for article in external_links.articles.english %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### 日本語 {% if external_links %} {% for article in external_links.articles.japanese %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### ベトナム語 {% if external_links %} {% for article in external_links.articles.vietnamese %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### ロシア語 {% if external_links %} {% for article in external_links.articles.russian %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### ドイツ語 {% if external_links %} {% for article in external_links.articles.german %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ## ポッドキャスト {% if external_links %} {% for article in external_links.podcasts.english %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ## トーク {% if external_links %} {% for article in external_links.talks.english %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ## プロジェクト `fastapi`トピックの最新のGitHubプロジェクト: