Topic: Post dictionary using pycurl or urllib

Is there any way in python to POST a dictionary to an url as a dictionary itself not a as a string. While using pycurl I can only send it as a string, if I try to send as a dictionary it is giving error.

Thumbs up