Python Forum
Looking for example: App that provide service via API respond JSON or XML msgs - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Looking for example: App that provide service via API respond JSON or XML msgs (/thread-9622.html)



Looking for example: App that provide service via API respond JSON or XML msgs - georgelza - Apr-19-2018

Hi all

Does anyone know of a example where Python application run as a web type service... be it as a container based deployment or normal OS on VM (or bare metal), where it listens for request via a API interface and responds via JSON or XML messages...

G


RE: Looking for example: App that provide service via API respond JSON or XML msgs - nilamo - Apr-19-2018

Any tutorial for any web framework has examples that fit that description. Is Django or Flask what you're looking for?


RE: Looking for example: App that provide service via API respond JSON or XML msgs - georgelza - Apr-19-2018

... Flask preferred, but figured out what the right search strings was for google and got some examples... which then led me to youtube...

G