I’m getting more comfortable with Flask, so I decided to experiment with Google App Engine + Flask + HandsOnTable.
I made a small app that takes the contents of the 2nd column and matches it to the rows of the first column. I’ve found myself doing this a few times by manually creating two python lists and comparing them in IDLE, so it saves me that work.
You can either find the columns by calling result.keys() or you can access them through calling v.keys() inside the for loop. Here’s an example using items():