Convert PHP curl POST request with array of parameters to Python code

I want to convert my php code to python code. $u = 'http://httpbin.org/post'; $req = array( 'check' => 'command', 'parameters' => array( 0 => array('parameter' => '1', 'descrip...