tags:

views:

91

answers:

1

Hi,

I am totally new to Python. Can anybody guide me how to write and then consume a simple "Hello World" RESTful API in Python.

Thanks in advance.

Zubair

A: 

In general, I would refer you to the excellent book RESTful Web Services. It can get you started in REST with some Python examples. Also, you might want to consider writing some simpler Python code to increase your comfort level first. Welcome to Python - I hope it serves you as well as it has me!

gomad