Rainy cycling commutes in Ireland? Wunderground data in Python
Do you get wet on your cycle to work? How rainy is Ireland? In this post we work out what percentage of cycles you get rained on in Ireland and around the world!
Do you get wet on your cycle to work? How rainy is Ireland? In this post we work out what percentage of cycles you get rained on in Ireland and around the world!
[Short version] The S3 ingestion script for Amazon applications provided by Logentries will not work for the gzip compressed log files produced by the Elastic Beanstalk log rotation system. A slightly edited script will work instead and can be found on Github here.[/Short Version] Logentries is a brilliant startup originating here in Dublin for collecting and …
AWS Elastic Beanstalk – Logging to Logentries & InsightOps from Python Read More »
Python Flask web pages can be asynchronously updated by your Python Flask server at any point without user interaction. We’ll use Python Flask and the Flask-SocketIO plug-in to achieve this in this tutorial.