ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

138,836 results

pixegami
Python FastAPI Tutorial: Build a REST API in 15 Minutes

Learn how to install and build your first app with FastAPI (a high-performance web framework for Python). In this tutorial, you'll ...

15:16
Python FastAPI Tutorial: Build a REST API in 15 Minutes

488,355 views

2 years ago

Tech With Tim
FastAPI, Flask or Django - Which Should You Use?

Get started using professional JetBrains IDEs for free today: https://jb.gg/Get-JetBrains-IDEs FastAPI, Flask or Django? This is the ...

9:49
FastAPI, Flask or Django - Which Should You Use?

331,183 views

1 year ago

CultRepo
The Rise and Rise of FastAPI

FastAPI has rapidly become the #1 most-starred backend framework on GitHub, surpassing not only Python giants Flask and ...

8:24
The Rise and Rise of FastAPI

178,479 views

5 months ago

Eric Roby
Why You Should Learn FastAPI Today

FastAPI is an amazing framework to build RESTful applications or full stack applications. In this video I will give you quick ...

6:12
Why You Should Learn FastAPI Today

61,780 views

2 years ago

codebasics
FastAPI Tutorial | FastAPI vs Flask

FastAPI is a Python based web framework that allows you to write backend server in a matter of minutes. It can be used as a ...

16:13
FastAPI Tutorial | FastAPI vs Flask

217,699 views

4 years ago

Eric Roby
FastAPI vs Django - The Ultimate Showdown! (Detailed Comparison)

FastAPI and Django are two major Python frameworks for building your products. But the big question remains: which one is BEST ...

11:12
FastAPI vs Django - The Ultimate Showdown! (Detailed Comparison)

20,103 views

1 year ago

Dave Ebbelaar
FastAPI for AI Projects - Getting Started in 15 Minutes

Want our AI production framework? Go here: https://academy.datalumina.com/genai-launchpad Consider freelancing? Find your ...

16:54
FastAPI for AI Projects - Getting Started in 15 Minutes

38,008 views

1 year ago

Code with Josh
Stop Writing This Much ORM Code (SQLModel + FastAPI)

Get Started with Python for Free ~ https://tinyurl.com/2kjh4n4r Join 9k+ Readers — Python Newsletter ...

18:40
Stop Writing This Much ORM Code (SQLModel + FastAPI)

5,063 views

5 months ago

Eric Roby
Dependency Injection Explained Like You’re 5 (with FastAPI Examples)

Learning dependency injection can be hard. In this simple FastAPI tutorial we will go over dependency injection and that Depends ...

13:23
Dependency Injection Explained Like You’re 5 (with FastAPI Examples)

38,826 views

1 year ago

Code Collider
15 FastAPI Best Practices For Production

I've curated a list of 15 FastAPI best practices and anti-patterns that every FastAPI developer should know to build ...

12:19
15 FastAPI Best Practices For Production

44,575 views

10 months ago

Google Cloud Tech
FastAPI on Cloud Run

Get the code→https://goo.gle/4kc9XGN Learn how to build and deploy a real world FastAPI application to Google Cloud Run!

10:57
FastAPI on Cloud Run

8,048 views

10 months ago

Code Collider
How FastAPI Handles Requests Behind the Scenes

Unleash the power of FastAPI! Discover how Asyncio and blocking I/O impact performance. Learn to handle requests concurrently ...

5:09
How FastAPI Handles Requests Behind the Scenes

101,115 views

2 years ago

Eric Roby
API Versioning with FastAPI Made EASY (Do This Before It’s Too Late)

FastAPI is becoming one of the most popular web API frameworks on the market due to AI. However, if you have FastAPI in ...

10:22
API Versioning with FastAPI Made EASY (Do This Before It’s Too Late)

15,608 views

1 year ago

Channels new to you

Tech With Rathan
Stop Overthinking Django vs FastAPI — Watch This First

Confused between Django and FastAPI? You're not alone. In this video, I break down the real difference between Django and ...

5:18
Stop Overthinking Django vs FastAPI — Watch This First

1,245 views

2 weeks ago

Analytics Vidhya
Is Your FastAPI Code a Mess? Use This Architecture Pattern

Description: This video tackles the problem of monolithic API files by introducing FastAPI's APIRouter, a key component for clean ...

4:01
Is Your FastAPI Code a Mess? Use This Architecture Pattern

11 views

1 day ago

Analytics Vidhya
FastAPI Dependency Injection Explained: Build Better APIs

Description: Welcome to module 3, where we elevate your FastAPI application structure. This video introduces the power of ...

4:05
FastAPI Dependency Injection Explained: Build Better APIs

9 views

1 day ago

Analytics Vidhya
What is FastAPI & Why It's Perfect for AI Backends

Description: Understand what FastAPI is, how it compares to Flask and Django, and why it's the best Python framework for serving ...

5:16
What is FastAPI & Why It's Perfect for AI Backends

89 views

1 day ago

Analytics Vidhya
Python Type Hints Explained for FastAPI Developers

Description: Before writing FastAPI endpoints, you need to understand Python type hints. This video covers primitive types, ...

4:59
Python Type Hints Explained for FastAPI Developers

33 views

1 day ago

Analytics Vidhya
Mastering the FastAPI Lifespan Pattern

Description: This video tackles the common issue in FastAPI applications where resources like database connections and LLM ...

4:41
Mastering the FastAPI Lifespan Pattern

31 views

1 day ago

Analytics Vidhya
FastAPI Settings: Why You Should Use Pydantic-Settings

Description: This video addresses a common coding problem: scattered configuration settings like API keys and database URLs.

5:08
FastAPI Settings: Why You Should Use Pydantic-Settings

12 views

1 day ago

Analytics Vidhya
FastAPI CORS Configuration: Dev vs Production Settings

Description: This video provides a complete fastapi tutorial on implementing essential features for production APIs: middleware ...

4:42
FastAPI CORS Configuration: Dev vs Production Settings

10 views

1 day ago

Eric Roby
FastAPI vs Flask: Which is BEST for you?

FastAPI and Flask battle it out to see which Python API framework is best! Want free repositories?

6:19
FastAPI vs Flask: Which is BEST for you?

22,320 views

1 year ago

PyGuess
FastAPI vs Django: Which Python Framework Should You Choose in 2025?

In this quick comparison video, we break down FastAPI vs Django to help you pick the best Python web framework for your next ...

5:32
FastAPI vs Django: Which Python Framework Should You Choose in 2025?

5,799 views

9 months ago

J.A DATATECH CONSULTING
FastAPI in Python: What is it and why use it? | Complete ecosystem (Pydantic, Uvicorn, etc.)

Want to learn how to create modern, fast, and robust APIs with Python? Discover in this video the 𝗰𝗲 𝗾𝘂'𝗲𝘀𝘁 𝗙𝗮𝘀𝘁𝗔𝗣𝗜, its ...

6:53
FastAPI in Python: What is it and why use it? | Complete ecosystem (Pydantic, Uvicorn, etc.)

2,256 views

1 year ago

Travis Media
Add MCP Server to Any FastAPI App in 5 Minutes

With the FastAPI-MCP package it's super easy to add an MCP server to an existing FastAPI app. In this video, I'll show you how to ...

5:07
Add MCP Server to Any FastAPI App in 5 Minutes

32,440 views

11 months ago

Adam Gardner
PROMETHEUS Metrics for your Python FastAPI App

In this video I will show you how to instrument a Python FastAPI to emit or send Prometheus Metrics. I also show those same ...

5:42
PROMETHEUS Metrics for your Python FastAPI App

8,805 views

1 year ago

Eric Roby
FastAPI vs. Django REST Framework: Which One Should You Choose?

FastAPI and Django Rest Framework, DRF, are two major Python frameworks for building your Python API products. But the big ...

5:58
FastAPI vs. Django REST Framework: Which One Should You Choose?

32,242 views

1 year ago

Telusko
#1 FastAPI - Python Web Framework

FastAPI is a modern, high-performance web framework for building APIs with Python Check out our courses: Mastering Agentic ...

6:55
#1 FastAPI - Python Web Framework

120,783 views

9 months ago