.. image:: pyeco.png :height: 20 :alt: Economie :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-economiste .. image:: pystat.png :height: 20 :alt: Statistique :target: http://www.xavierdupre.fr/app/ensae_teaching_cs/helpsphinx/td_2a_notions.html#pour-un-profil-plutot-data-scientist .. _l-py2a-api: API, REST API +++++++++++++ .. index:: API, REST API Les API sont de plus en plus fréquents. Un site web proposant des résultats ou exploitant des prédictions est souvent divisé en deux sites web. Le premier rend les prédictions accessibles via une API REST, le second fait appel à cette API pour accéder aux résultats. Ce design facilite la la mise à jour. *Notebooks* * :ref:`2020restrst` * :ref:`td2aecolesapirst` *Modules* * `FastAPI `_ * `gradio `_ * `Streamlit `_