REST API nedir Python?

REST API Nedir ? REST (Representational State Transfer) Temsili Durum Aktarımı anlamına gelir. Bir istemci bir sunucudan kaynaklar hakkında bilgi almak için bir istekte bulunduğunda, sunucu kaynağın mevcut durumunu istemci makineye geri aktarır.

Read more

Flask nedir ne işe yarar?

Flask bir python frameworküdür. Bilindiği üzere python hızlıca birşeyler yapmak belli sonuçları zamandan kazanarak ortaya çıkarmak için hayat kurtaran bir dildir. Web servislerinde de hızlı sonuç elde etmek için pythonun flask frameworkünden yararlanlabirilir.

Read more

What are REST APIs In Python?

Rest (Representational State Transfer) API Python framework is a set of utilities based on werkzeug to easily build Restful API . It is easy to configure and extends with ease. It does not decide how the data can be rendered, nor any other decision. Instead, it’s an easily extensible architecture to build one’s API.

Read more