Passion of IT

Daily archives for September 4th, 2016

Python Rest service

toptal-blog-image-1450190826314-830cb5528c9d6c342a95f590e8e99be6
I’ve made one silly hello world rest service using Python   from bottle import route, run, template @route('/hello/<name>') def index(name): return template('<b>Hello {{name}}</b>!', name=name) run(host='localhost', port=8080) you can download it from here

Recent Comments

September 2016
M T W T F S S
« Aug   Oct »
 1234
567891011
12131415161718
19202122232425
2627282930  

Login