Python bottle and ajax
This is just a little tips to demonstrate how to use the python bottle micro framework to render a page template which send a js async request (ajax), get the result in a json form and display it.
First create this bottle main file, for example main.py, this will …