Title: Can someone explain the meaning of requests.post in Python?
Hey guys,
I keep seeing `requests.post in python meaning` pop up but I’m still kinda confused. Like, what exactly does it *do*?
From what I gather, it sends data to a server (like when you submit a form or something). But how does it work under the hood?
Also, when would you use it instead of, say, `requests.get`? Any simple examples would be clutch.
Thanks in advance!
(ps. sorry if this is a noob question, still learning 😅)
Hey guys,
I keep seeing `requests.post in python meaning` pop up but I’m still kinda confused. Like, what exactly does it *do*?
From what I gather, it sends data to a server (like when you submit a form or something). But how does it work under the hood?
Also, when would you use it instead of, say, `requests.get`? Any simple examples would be clutch.
Thanks in advance!
(ps. sorry if this is a noob question, still learning 😅)
