Re: [Tutor] Tutor Digest, Vol 160, Issue 26

2017-06-23 Thread Jerry Hill
On Fri, Jun 23, 2017 at 4:18 PM, Jerry Hill wrote: > Try this instead: > > result > ​​ > = search_criteria + "/" + outputs > resultUrl = > ​​urljoin(baseUrl, result) > > > That should get you what you're looking for. > > Sorry, ​I should have tested more carefully. That does NOT actually get wha

Re: [Tutor] Tutor Digest, Vol 160, Issue 26

2017-06-23 Thread Jerry Hill
On Tue, Jun 20, 2017 at 4:34 AM, angela ebirim wrote: > ​​ > baseUrl = " > http://data.parliament.uk/membersdataplatform/services/mnis/members/query"; > search_criteria = " > ​​ > House=Commons" > outputs = " > ​​ > Constituencies" > > headers = {"content-type": "application/json"} > > > *""" so

[Tutor] Fwd: Re: bottle: request.form.get()

2017-06-23 Thread Alan Gauld
Please always use ReplyAll when responding to the tutor list. (Or ReplyList if your mail client supports it) (Having said that I forgot to add the list - oops! :) On 22/06/17 19:48, adil gourinda wrote: > 1) I expected a well made documentaion that your The Python web site provides documentat