Paul's Programming Notes PostsRSSGithub

Two Column Match - Flask + HandsOnTable

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 streamlines that.

Here’s the code: https://github.com/pawl/2ColumnMatch