# External Links and Articles **FastAPI** has a great community constantly growing. There are many posts, articles, tools, and projects, related to **FastAPI**. Here's an incomplete list of some of them. !!! tip If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a Pull Request adding it. ## Articles ### English {% if external_links %} {% for article in external_links.articles.english %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### Japanese {% if external_links %} {% for article in external_links.articles.japanese %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### Vietnamese {% if external_links %} {% for article in external_links.articles.vietnamese %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### Russian {% if external_links %} {% for article in external_links.articles.russian %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ### German {% if external_links %} {% for article in external_links.articles.german %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ## Podcasts {% if external_links %} {% for article in external_links.podcasts.english %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ## Talks {% if external_links %} {% for article in external_links.talks.english %} * {{ article.title }} by {{ article.author }}. {% endfor %} {% endif %} ## Projects Latest GitHub projects with the topic `fastapi`: