
FastAPI; HTTP tabanlı API servisleri geliştirmek için geliştirilmiş modern, hızlı ve yüksek performanslı bir Python web framework'üdür. İlk defa 5 Aralık 2018'de Sebastián Ramírez tarafından geliştirilmeye başlanmıştır. Python ve FastAPI bileşenlerinin uyumlu olduğu her platformda (Windows, Linux, MacOS gibi) çalıştırılabilmektedir. Python 3.8 ve üzeri sürümlerde kullanılabilmektedir.Öne Çıkan ÖzelliklerHız: Oldukça yüksek performansa sahiptir, Starrlette ve Pydantic sayesinde NodeJS ve Go ile a
TR
Muhammed Nabi Yıldız

FastAPI is a modern, fast, and high-performance Pythonweb framework developed for building HTTP-based API services. It was first initiated by Sebastián Ramírez on December 5, 2018. It can be run on any platform that supports Python and FastAPI components, such as Windows, Linux, and macOS. It is compatible with Python 3.8 and later versions.Key FeaturesSpeed: It has very high performance and matches the speed of Go, thanks to Starlette and Pydantic. This makes it stand out among other Python API
EN
Muhammed Nabi Yıldız