Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: want to print the value of a key
Post: RE: want to print the value of a key

thanks a ton..i could get the output and could understand what was happening..
johnkennykumar General Coding Help 2 3,551 Jan-23-2017, 04:28 AM
    Thread: want to print the value of a key
Post: want to print the value of a key

import http.client, urllib.request, urllib.parse, urllib.error headers = {     # Request headers     'Content-Type': 'application/json',     'Ocp-Apim-Subscription-Key':'##' } params = urllib.parse....
johnkennykumar General Coding Help 2 3,551 Jan-22-2017, 05:16 PM
    Thread: want to know the kind of object whether its a python or json object
Post: RE: want to know the kind of object whether its a ...

thank you sir.so as i understand "body" is a python dictionary,and in the code the json input is being stored in the python dictionary called "body"..iam i right?..thanks again
johnkennykumar General Coding Help 5 62,690 Jan-21-2017, 05:58 AM
    Thread: want to know the kind of object whether its a python or json object
Post: want to know the kind of object whether its a pyth...

import http.client, urllib.request, urllib.parse, urllib.error, base64 headers = {    # Request headers    'Content-Type': 'application/json',    'Ocp-Apim-Subscription-Key': '{subscription key}',...
johnkennykumar General Coding Help 5 62,690 Jan-21-2017, 05:34 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020