Home

Geeklog: What I Learnt Today / Adam

Convert measurements into newspaper speak

> Been learning some Python using the Flask framework it seems quite well thought out. Most of my issues were with setup and hosting and error handling.
I was just doing something silly in Flask/Python to convert measurements into newspaper speak.
That is 12 football pitches, or 35 buses style.
Its online at http://convert-o-matic.adamwilson.info/
If your interested you can see the code at https://github.com/SpottedPaint/convert-o-matic

/ Adam