In my terminal, I can use curl command, such as:
$ curl 'http://www.sohu.com'
it will download the source code of the web page.
But I want to execute the curl in my python project. 
Whether is it can be realize? 
In my terminal, I can use curl command, such as:
$ curl 'http://www.sohu.com'
it will download the source code of the web page.
But I want to execute the curl in my python project. 
Whether is it can be realize? 
 
    
    