Month: August 2017
-
Adding a day in Python datetimes – use timedelta, not the datetime constructor
If you want “tomorrow” in Python datetimes, don’t construct a datetime like this: from datetime import datetime, timedelta td = datetime.today() tm1 = datetime(td.year, td.month, td.day + 1, 14, 0, 0) # Don’t do this! Because it will work sometimes, b…
-
practising jQuery in cyber-dojo
cyber-dojo now supports practising jQuery. Enjoy 🙂
-
practising jQuery in cyber-dojo
cyber-dojo now supports practising jQuery. Enjoy 🙂
-
Thames path improvements – Letter to Oxfordshire County Council
I have sent the following letter to LTS.Team AT oxfordshire.gov.uk in response to https://consultations.oxfordshire.gov.uk/consult.ti/OxfordRiversideRoutes/.   Hi,   I have submitted the following via the questionnaire:   The Oxpe…
-
Thames path improvements – Letter to Oxfordshire County Council
I have sent the following letter to LTS.Team AT oxfordshire.gov.uk in response to https://consultations.oxfordshire.gov.uk/consult.ti/OxfordRiversideRoutes/.   Hi,   I have submitted the following via the questionnaire:   The Oxpe…