Data in this directory was downloaded from data.london.gov.uk on 21 March, 2015.
London Borough Profiles Data is licensed under the [UK Open Government Licence (OGL)] (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/)
| from flask import Flask | |
| from flask import request | |
| import json | |
| import requests | |
| import hashlib as hasher | |
| import datetime as date | |
| node = Flask(__name__) | |
| # Define what a Snakecoin block is | |
| class Block: |
| import hashlib as hasher | |
| import datetime as date | |
| # Define what a Snakecoin block is | |
| class Block: | |
| def __init__(self, index, timestamp, data, previous_hash): | |
| self.index = index | |
| self.timestamp = timestamp | |
| self.data = data | |
| self.previous_hash = previous_hash |
| area | pop | hec | |
|---|---|---|---|
| Barking and Dagenham | 201000 | 3610.8 | |
| Barnet | 384600 | 8674.8 | |
| Bexley | 236200 | 6058.1 | |
| Brent | 322800 | 4323.3 | |
| Bromley | 318300 | 15013.5 | |
| Camden | 228500 | 2178.9 | |
| Croydon | 377200 | 8650.4 | |
| Ealing | 346600 | 5554.4 | |
| Enfield | 320600 | 8083.2 |
| A CRUSHING GLOW DJS | |
| A MAN TO PET | |
| A VOYAGE AROUND MY BEDROOM | |
| AARON DOUGLAS | |
| ABANDOMAN | |
| ABI BAKER | |
| ABLE MABLE | |
| ABOVE AND BEYOND | |
| ACID LOUNGE DJ'S | |
| ACOLLECTIVE |
| area | pop | hec | |
|---|---|---|---|
| City of London | 8000 | 290.4 | |
| Barking and Dagenham | 201000 | 3610.8 | |
| Barnet | 384600 | 8674.8 | |
| Bexley | 236200 | 6058.1 | |
| Brent | 322800 | 4323.3 | |
| Bromley | 318300 | 15013.5 | |
| Camden | 228500 | 2178.9 | |
| Croydon | 377200 | 8650.4 | |
| Ealing | 346600 | 5554.4 |
| <svg width="50" height="50"> | |
| <circle cx="25" cy="25" r="22" fill="blue" stroke="gray" stroke-width="2"/> | |
| </svg> | |
Data in this directory was downloaded from data.london.gov.uk on 21 March, 2015.
London Borough Profiles Data is licensed under the [UK Open Government Licence (OGL)] (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/)
Data in this directory was downloaded from data.london.gov.uk on 21 March, 2015.
London Borough Profiles Data is licensed under the [UK Open Government Licence (OGL)] (http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/)