Python Forum

Full Version: Looking for example: App that provide service via API respond JSON or XML msgs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Any tutorial for any web framework has examples that fit that description. Is Django or Flask what you're looking for?
... Flask preferred, but figured out what the right search strings was for google and got some examples... which then led me to youtube...

G