FastAPI's massive global community now has a space where the people building it and the people running it in production can meet and talk directly 🎙️ Some of the best insights come from these in-person chats ☕️ Join the FastAPI Conf waiting list 📩 https://fastapiconf.com
FastAPI
Technology, Information and Internet
FastAPI framework, high performance, easy to learn, fast to code, ready for production
About us
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.
- Website
-
https://fastapi.tiangolo.com
External link for FastAPI
- Industry
- Technology, Information and Internet
- Company size
- 1 employee
- Type
- Self-Employed
Updates
-
FastAPI reposted this
We wanted FastAPI Conf to be stellar. ✨ So we brought in Matteo, one of the main people behind PyCon Italia, an event among the most renowned Python conferences in the world. This is going to be good. Join the ticket waitlist. 🎟️ https://fastapiconf.com
-
FastAPI reposted this
Go to your FastAPI project and run: uvx library-skills Teach your AI coding agents to use FastAPI properly. 😎 https://library-skills.io
-
-
Big news: the first-ever ✨ FastAPI Conf ✨ is coming! 📍 Amsterdam 📅 October 28 Meet the FastAPI team, connect with developers ☕️ 🎟️ Join the waitlist for early ticket access: https://fastapiconf.com
-
-
Now there's autocompletion and docs in pyproject.toml for FastAPI 🎉 [tool.fastapi] entrypoint = "main:app" Make sure you have a modern editor and TOML plugin, like VS Code with Tombi 🤓
-
-
Small FastAPI bug fix release 0.136.1 🐛 https://lnkd.in/dvaUFh2F
-
FastAPI 0.136.0 officially supports: ✨ free-threaded Python 🐍 ✨ (this announcement has no GIL puns) Thanks Sofie, 🍓 Patrick, Nathan, Jonathan 🙌 https://lnkd.in/dvaUFh2F
-
The FastAPI VS Code extension just shipped "go to tests" ✨ Thanks Savannah! 🙌
We've just released version 0.2.0 of the FastAPI extension for VS Code! New in this release is a CodeLens above your path operations showing how many tests reference them, which you can click to jump straight to the test(s). This is the complement to the existing "Go to route" CodeLens provided by the extension that already appears on your test client calls. Now you can navigate in both directions — path operation to test, test to path operation. Try it out: https://lnkd.in/g8uy62PK
-
-
Here's FastAPI 0.135.3, adding support for fully vibe-coded apps ✨ Use the new app.vibe() decorator, embrace the AI future 🤖 Read the new docs: https://lnkd.in/daXuutVx
-
-
FastAPI reposted this
Hey, you! Are you using FastAPI? Well, I have great news for you! I've been working on something very cool for the past few months and today, it's finally yours! The *official* FastAPI extension for VS Code is now available in the marketplace! 🎉 The extension features: - 🗺️ Path Operation Explorer — A sidebar tree view of all routes in your application; click to jump to any route or router definition. - 🔎 Route Search — Search routes by path, method, or name with Ctrl+Shift+E (Cmd+Shift+E on Mac). - 🧭 CodeLens Navigation — Clickable links above test client calls (e.g. client.get('/items')) that jump to the matching route for quick navigation between tests and implementation. - 🚀 Deploy to FastAPI Cloud — One-click deployment of your app to FastAPI Cloud. - 🪵 Stream Application Logs — Real-time log streaming from your deployed application with level filtering and text search. I might be biased but if you're building a FastAPI application, you're going to want this installed (oh! and it also works in browser environments like vscode.dev and github.dev, and Cursor too!). Install ✨: https://lnkd.in/g8uy62PK Star it on GitHub ⭐: https://lnkd.in/g7rgBf5u
-