Requests Library in Python - Beginner Crash Course

  Рет қаралды 54,126

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 43
@hyakushiki23
@hyakushiki23 Жыл бұрын
Thank you for always providing great explanations. Request is a very common library, so much appreciated.
@mrvalvet9856
@mrvalvet9856 2 жыл бұрын
This is an amazingly good channel. Thank you!
@joeking5211
@joeking5211 Жыл бұрын
Very well done, am new python by about 3 weeks ago so would like a little more on the 'response' handling from get requests for a real newbee, but this has got me going, in the right direction, thank you, very well explained
@fahdalawsi2172
@fahdalawsi2172 Жыл бұрын
This was direct clean and helpful. Thank you!
@richardboreiko
@richardboreiko 2 жыл бұрын
For the webp - open in explorer, copy path, go to chrome, ctrl_o, paste in the path and click ok.
@niccoloricardi4827
@niccoloricardi4827 8 ай бұрын
"what is this? A wolf? A deer? I don't know 😆
@kylecurry6841
@kylecurry6841 2 жыл бұрын
Pagination, and how you would handle this using the Requests library would have been a good highlight, even though I know that delves more on looping through results from an endpoint, but it seems to be a common thing you'll encounter when working with Requests
@StillSean90
@StillSean90 Жыл бұрын
Thank you for this great intro into requests
@santiagohernandez6615
@santiagohernandez6615 2 жыл бұрын
Very good and useful tutorial, I really like it!
@FRANKWHITE1996
@FRANKWHITE1996 2 жыл бұрын
Thanks for sharing ❤
@jakeed09090
@jakeed09090 10 ай бұрын
Hey this guide was awesome dude. thanks a lot.
@DanAllenTX
@DanAllenTX Жыл бұрын
Great video! Thanks so much for making.
@lazi21
@lazi21 7 ай бұрын
14:10 a deer? xD
@praveenkp07
@praveenkp07 2 жыл бұрын
Also create a detailed video on rest APIs and ways to debug and handle them from python along with postman or swagger..
@toniivars6346
@toniivars6346 2 жыл бұрын
Can you make a video covering an async http library like httpx? I think it could be a great video to expand requests to the power of asynchronous code
@a9ocalypse
@a9ocalypse Жыл бұрын
Cool Vid. I want to-the-point videos with no BS just like this one
@CyberNinja-p1t
@CyberNinja-p1t Жыл бұрын
thanks bro fro this, video is very helpful😊
@isojama1
@isojama1 2 жыл бұрын
Nice one !! Just wondering, before making videos with all those different libs , do you read the whole documentation or just couple of functions/classes/etc. and explore them in depth?
@gowripriyathota438
@gowripriyathota438 7 күн бұрын
Thank you so much.
@maxheinwal5084
@maxheinwal5084 11 ай бұрын
I dont know what im doing wrong, but I always get an error when I try to get it to an json file. I can print the html text but json doesnt work.
@ar9ns
@ar9ns 11 ай бұрын
to prevent a json decode error u need to import json then use json.loads heres an example import json resp = json.loads(response.text) and then u would use resp instead of response.json()
@paulthomas1052
@paulthomas1052 2 жыл бұрын
Very useful. Thanks :)
@Danielpi
@Danielpi Жыл бұрын
I think it was a coyote.
@Cyber_realm
@Cyber_realm Жыл бұрын
great content thanks bro
@serychristianrenaud
@serychristianrenaud 2 жыл бұрын
thanks
@ITEngines
@ITEngines 2 жыл бұрын
can you make a video of a retail website using requests.
@memedance3535
@memedance3535 4 ай бұрын
Me re sirvió, capo
@MusicOverseer
@MusicOverseer Жыл бұрын
What do you use for your predictive text?
@projackson355
@projackson355 Жыл бұрын
What is the editor u use
@BijouBakson
@BijouBakson Жыл бұрын
thank u
@herryisnotcommie
@herryisnotcommie 2 жыл бұрын
@tcgvsocg1458
@tcgvsocg1458 2 жыл бұрын
please do a video on how to create a application in tkinter like proVPN take a vpn on free proxy
@rahneshin752
@rahneshin752 11 ай бұрын
❤❤
@GK-tv8io
@GK-tv8io Жыл бұрын
Bro how do you run the code with the keyboard? xD
@KaboLetsogo
@KaboLetsogo Жыл бұрын
nyc
@datG0OSE
@datG0OSE 8 ай бұрын
dude... do you even blink?
@konfushon
@konfushon 2 жыл бұрын
First...hi
@tcgvsocg1458
@tcgvsocg1458 2 жыл бұрын
i dont really understand why this video stand for? what do you mean? what can be the use of this course?
@toniivars6346
@toniivars6346 2 жыл бұрын
Well, nowadays there are lots of cases where you would like to use a library that can make http requests like requests, for example to make calls to an API or to do web scraping
@joeking5211
@joeking5211 Жыл бұрын
Or to access your own hardware devices on your internal LAN
@lie-be4277
@lie-be4277 Жыл бұрын
why is this video 2x in default
@thalesesteves
@thalesesteves Жыл бұрын
This way you can watch the video in 4x if you want 😂
Encrypted File Transfer via Sockets in Python
19:54
NeuralNine
Рет қаралды 23 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Requests vs HTTPX vs Aiohttp
15:11
ArjanCodes
Рет қаралды 40 М.
REST API Crash Course - Introduction + Full Python API Tutorial
51:57
The standard library now has all you need for advanced routing in Go.
13:52
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 84 М.
Rotating Proxies For Web Requests in Python
11:31
NeuralNine
Рет қаралды 89 М.
15 Python Libraries You Should Know About
14:54
ArjanCodes
Рет қаралды 412 М.
Massively Speed Up Requests with HTTPX in Python
7:34
NeuralNine
Рет қаралды 24 М.
Python Sockets Simply Explained
39:33
NeuralNine
Рет қаралды 169 М.
Working With APIs in Python - Pagination and Data Extraction
22:36
John Watson Rooney
Рет қаралды 113 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН