All Projects → talkpython → Modern Apis With Fastapi

talkpython / Modern Apis With Fastapi

Course demos and handouts for our Modern APIs with FastAPI course.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Modern Apis With Fastapi

Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-28.3%)
Mutual labels:  rest-api, apis
Foxcross
AsyncIO serving for data science models
Stars: ✭ 18 (-91.51%)
Mutual labels:  rest-api, async
Awot
Arduino web server library.
Stars: ✭ 200 (-5.66%)
Mutual labels:  rest-api
Drago
A flexible configuration manager for Wireguard networks
Stars: ✭ 204 (-3.77%)
Mutual labels:  rest-api
Swiftdailyapi
A Swift API framework for ZhiHu's Daily News.
Stars: ✭ 204 (-3.77%)
Mutual labels:  rest-api
Urf.net
Unit of Work & Repositories Framework - .NET 4.x
Stars: ✭ 202 (-4.72%)
Mutual labels:  async
Swoole Bundle
Symfony Swoole Bundle
Stars: ✭ 201 (-5.19%)
Mutual labels:  async
Jikan Rest
The REST API for Jikan
Stars: ✭ 200 (-5.66%)
Mutual labels:  rest-api
Byte Stream
A non-blocking stream abstraction for PHP based on Amp.
Stars: ✭ 208 (-1.89%)
Mutual labels:  async
Marshmallow Jsonapi
JSON API 1.0 (https://jsonapi.org/) formatting with marshmallow
Stars: ✭ 203 (-4.25%)
Mutual labels:  rest-api
Restrserve
R web API framework for building high-performance microservices and app backends
Stars: ✭ 207 (-2.36%)
Mutual labels:  rest-api
Blogbackendproject
Backend code for my blogs, develop with Django Rest framework.
Stars: ✭ 204 (-3.77%)
Mutual labels:  rest-api
Postgrest Docs
Documentation for
Stars: ✭ 202 (-4.72%)
Mutual labels:  rest-api
Openapi Directory
🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format
Stars: ✭ 2,635 (+1142.92%)
Mutual labels:  rest-api
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (-4.72%)
Mutual labels:  rest-api
Async Tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
Stars: ✭ 207 (-2.36%)
Mutual labels:  async
Ngx Resource
Resource (REST) Client for Angular 2
Stars: ✭ 201 (-5.19%)
Mutual labels:  rest-api
Fastapi Gino Arq Uvicorn
High-performance Async REST API, in Python. FastAPI + GINO + Arq + Uvicorn (w/ Redis and PostgreSQL).
Stars: ✭ 204 (-3.77%)
Mutual labels:  async
Stampede
🦕 Deno REST framework/eco-system
Stars: ✭ 205 (-3.3%)
Mutual labels:  rest-api
Arsenic
Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Stars: ✭ 209 (-1.42%)
Mutual labels:  async

Modern APIs with FastAPI course

A course from Talk Python Training. Sign up at talkpython.fm/fastapi.

Course Summary

FastAPI is one of the most exciting new web frameworks out today. It's exciting because it leverages more of the modern Python language features than any other framework: type hints, async and await, dataclasses, and much more. If you are building an API in Python, you have many choices. But, to us, FastAPI is the clear choice going forward. And this course will teach you everything you need to know to get started. We'll build a realistic API working with live data and deploy that API to a cloud server Linux VM. In fact, you'll even see how to create proper HTML web pages to augment your API all within FastAPI.

What's this course about and how is it different?

This course is designed to get you creating new APIs running in the cloud with FastAPIs quickly. We start off with just a little foundational concepts, then jump right into build our first API with FastAPI.

Then we explore the foundational modern Python features to make sure you're ready to take full advantage of this framework. We'll look at how async and await works in Python, how to build self-validating and describing classes with Pydantic, Python 3's type hints, and other core language concepts.

We round out the course by building a realistic API working with live data. Then we deploy that API using nginx + gunicorn + uvicorn running on Ubuntu in a cloud VM at Digital Ocean.

What topics are covered

In this course, you will:

  • See how simple working with basic APIs in FastAPI can be.
  • Create API methods that handle common HTTP verbs (GET, POST, DELETE, etc)
  • Return JSON data to API clients
  • Use async and await to create truly scalable applications
  • Leverage Pydantic to create required and optional data exchange
  • Have FastAPI automatically validate and convert data types (e.g. "2021-01-05" to a datetime)
  • Organize your app using APIRoutes to properly factor your application across Python files.
  • Return the most appropriate error response (e.g. 400 Bad Request) to API clients
  • To deploy Python web applications in production-ready configurations on Linux
  • Understand why gunicorn and uvicorn should be used together in production
  • And lots more

View the full course outline.

Who is this course for?

This course is for anyone who wants to build an API with Python as the backend language. If you want your API to rival the speed and features of any major web API framework, this is the course to take.

The student requirements are quite light for this course. You'll need Basic Python language knowledge:

  • Functions
  • Strings
  • Variables
  • API clients (making a call with requests)

Note: All software used during this course, including editors, Python language, etc., are 100% free and open source. You won't have to buy anything to take the course.

Sound good?

If this sounds like a great course for you, take it over at talkpython.fm/fastapi.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].