Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
36 results
En este video vamos a dar nuestros primeros pasos con FastAPI y uv para preparar el proyecto que utilizaremos en los próximos ...
9 views
21h ago
Deploy FastAPI on Render in just a few simple steps. This quick tutorial shows you how to fork Render's FastAPI example ...
49 views
9h ago
One word made the same endpoint ten times slower. Not a config flag, not the hardware: `async def` instead of `def`, with a ...
3 views
10h ago
Build interactive UIs with FastAPI + HTMX — no SPA bundler. Server returns HTML; HTMX swaps fragments. HX-Request full ...
0 views
3h ago
This is Episode 8 of our FastAPI full course tutorial series. You will learn FastAPI modular API design to organize your routes ...
55 views
16h ago
Learn how to use **FastAPI with Agentic AI** and build powerful **AI Agents using Python**. In this tutorial, we explore how ...
16 views
I asked an AI how FastAPI finds your route. It said Starlette uses a radix tree. So I opened the source: it is a for loop over self.routes ...
40 views
68 views
Run FastAPI at the edge on Cloudflare Python Workers — workers.asgi entrypoint, python_workers flag, pywrangler dev, and curl ...
5 views
14h ago
users/101 or /users?role=admin — which one is right? Mixing up path and query parameters is one of the most common API ...
24 views
Same endpoint, same one-second wait, ten requests at once. One version took 10.02 seconds, the other took 1.02. The only ...
44 views
Welcome to Day 2 of the AIML vs Future AI Agents Project Internship by EWB Edu Tech. In this session, we explore ...
629 views
In this video, we build a Multi-Agent AI Decision System using CrewAI, FastAPI, and Groq. Instead of asking a single AI agent to ...
58 min ago
Что выведет этот код Python? from fastapi import FastAPI, Depends app = FastAPI() def get_value(): return 42 @app.get("/") ...
1,256 views
13h ago
Join My Learning Community YouTube https://www.youtube.com/channel/UCUvYKYadzJWC89UdmZ8p5-Q Telegram ...
6 views
1h ago
In this video, you'll learn the DELETE operation in CRUD using Flask-SQLAlchemy. We'll create a DELETE API, remove database ...
151 views
17h ago
FULL STACK PYTHON (Python (Core + Adv) / Django / Flask / REST API / FastAPI / Basics of UI / Basics of MySQL) tutorials ...
140 views
Docker Model Runner vs Ollama — I built a full LocalGPT app to see which one actually wins for local LLM inference. In this video ...
14 views
18h ago
Good developer documentation should be easy to find, easy to understand and useful at the moment someone needs it.
Git is the foundation of modern collaborative software development, but using version control well requires more than simply ...