TalkPython – Modern APIs with FastAPI and Python Course

TalkPython – Modern APIs with FastAPI and Python Course
English | Size: 3.09 GB
Category: Tutorial


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.

Linkedin Learning – Building Web APIs with ASPDOTNET Core UPDATE 2021/02/09

Linkedin Learning – Building Web APIs with ASPDOTNET Core UPDATE 20210209-LiBRO
English | Size: 1.05 GB
Category: Tutorial


Web APIs drive the most popular web and mobile apps, as well as internet-enabled devices ranging from fridges to phones. Curious about how to build a web API of your own? In this course, instructor Christian Wenz shows you how, taking you step by step through the process of building a web API with ASP.NET Core 3.1, the open-source framework for Windows, macOS, and Linux. Christian explains how routing works and how data is modeled in ASP.NET Core. He provides coverage of Entity Framework Core to help you grasp how data models in your projects connect to underlying databases. Plus, he covers essential topics such as API versioning, CRUD operations, securing your API, and more

TalkPython – Modern APIs with FastAPI and Python

TalkPython – Modern APIs with FastAPI and Python
English | Size: 3.09 GB
Category: Tutorial


FastAPI is one of the most exciting new web frameworks to date. It leverages more of the power of modern Python than any other framework: type hints, async and await, data classes, and more. If you are building an API in Python, you have many options. But for us FastAPI is the obvious choice in the future. And this course will teach you everything you need to know to get started. We will create a realistic API that works with live data and deploy this API on a cloud server Linux VM. In fact, you will even see how to create proper HTML web pages to extend your FastAPI API.