my first python website
api.bicingwatch.com has now been up for two weeks. It is a small site with just a handful of html views and some JSON views. I also use python now to scrape the bicing.com website and store the results in a mysql database. This does not include the data I had already collected over the last year, which I will import soon. Today I also enabled disqus commenting on the station pages. I originally planned to write this myself, but this is way quicker and I can always change to the django commenting system later. ...