FastAPI یک چارچوب وب سریع و کارآمد برای ساخت API با پایتون است. این کتاب راهنمای کاملی در مورد نحوه ساخت یک برنامه کاربردی با چارچوب FastAPI است.
این کار با اصول چارچوب FastAPI و سایر فناوریهای مورد استفاده در این کتاب شروع میشود. سپس با جنبههای مختلف چارچوب آشنا میشوید: سیستم مسیریابی، مدلسازی پاسخ، مدیریت خطا و قالببندی.
در این کتاب نحوه ساخت اپلیکیشن های سریع، کارآمد و مقیاس پذیر در پایتون با FastAPI را یاد خواهید گرفت. شما از یک برنامه Hello World به یک API کامل که از پایگاه داده، احراز هویت و الگوها استفاده می کند، شروع می کنید. شما یاد خواهید گرفت که چگونه برنامه خود را برای افزایش کارایی، خوانایی و مقیاس پذیری ساختار دهید. با ادغام با کتابخانه های دیگر در برنامه خود، یاد خواهید گرفت که چگونه برنامه خود را به پایگاه داده SQL و پایگاه داده NoSQL متصل کنید، قالب ها را یکپارچه کنید و احراز هویت بسازید. در پایان این کتاب، شما یاد خواهید گرفت که چگونه تست بنویسید، برنامه خود را کانتینری کنید، با استفاده از اقدامات GitHub یک خط لوله پیوسته یکپارچه سازی و تحویل ایجاد کنید، و برنامه خود را در چندین سرویس ابری مستقر کنید. همه اینها با رویکرد تئوری و عملی آموزش داده خواهد شد.
در پایان این کتاب، شما به دانش لازم برای ساخت و استقرار یک وب API قوی با استفاده از چارچوب FastAPI مجهز خواهید شد.
FastAPI is a fast and efficient web framework for building APIs with Python. This book is a thorough guide on how to build an application with the FastAPI framework.
It starts with the basics of the FastAPI framework and the other technologies used throughout this book. You’ll then learn about the different aspects of the framework: the routing system, response modeling, error handling, and templating.
In this book, you will learn how to build fast, efficient, and scalable applications in Python with FastAPI. You will begin from a Hello World application to a complete API that uses a database, authentication, and templates. You will learn how to structure your application to enhance efficiency, readability, and scalability. By integrating with other libraries in your application, you will learn how to connect your application to both a SQL database and a NoSQL database, integrate templates, and build authentication. Toward the end of this book, you will learn how to write tests, containerize your application, build a continuous integration and delivery pipeline using GitHub actions, and deploy your application to multiple cloud services. All of these will be taught via a theoretical and practical approach.
By the end of this book, you’ll be equipped with the necessary knowledge to build and deploy a robust web API using the FastAPI framework.
این کتاب را میتوانید بصورت رایگان از لینک زیر دانلود نمایید.
Download: Building Python Web APIs with FastAPI
نظرات کاربران