On 06/20/2017 02:34 AM, angela ebirim wrote:
> Hi,
>
> I'm trying to dynamically build a url in python and have tried using:
can see a couple of things...
>
> #file.py
>
> import json
> import requests
> from urllib.parse import urljoin
>
> baseUrl = "
> http://data.parliament.uk/membersdatap
Hi,
I'm trying to dynamically build a url in python and have tried using:
#file.py
import json
import requests
from urllib.parse import urljoin
baseUrl = "
http://data.parliament.uk/membersdataplatform/services/mnis/members/query";
search_criteria = "House=Commons"
outputs = "Constituencies"
h