How to Send HTTP Requests in Python for Beginners

preview_player
Показать описание
In this video I'll show you examples on how to the use the requests library in Python. I'm going to use the API from the Flask RESTFul APIs I made before.

Рекомендации по теме
Комментарии
Автор

Thanks for watching everyone. Check out prettyprinted.com for Python web development courses.

prettyprinted
Автор

Thanks for the tutorial. Easy to follow through!

SpijkerTeesTV
Автор

Muy buen tutorial. felicitaciones, buen trabajo !!

mmhgarcia
Автор

can i use a requests.post() inside a route containing a post method . and then handle it on a script server.py

joelfankam
Автор

Want to learn more about requests in Python? Check out my course at learnpythonrequests.com

prettyprinted
Автор

is your api linked to a database in flask? if so did your post request add it to the databse? if not, it would really help if you showed how to do that.
thank!

wolfschmidt
Автор

How could you use this to extract image *links* from a site? I've found various videos and guides on downloading all the images, but none for just giving me the links. Help?

bryantmoyle
Автор

Thank you so much!
If i need to send a command to a web page, to activate for example a light by means of an how can i do? Thanks

simonemerlino
Автор

Hi can we send a POST request to a web site and using cookies and using a proxy too ? all that in python? I'm doing this with bash by using cURL but just want to know if we can do it with Python

waliddu
Автор

Hello.. Love your tuts. I want to develop a stand alone application in python. It should be like install and use it. Please suggest. Is it possible with python?

loversjain
Автор

You mentioned needing a required version. Maybe you should have typed >>> requests.__version__ so we could have seen what you were using.

jamesburgess