Requests Library in Python - Beginner Crash Course

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 42

  • @richardboreiko
    @richardboreiko Рік тому +2

    For the webp - open in explorer, copy path, go to chrome, ctrl_o, paste in the path and click ok.

  • @joeking5211
    @joeking5211 Рік тому +1

    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

  • @hyakushiki23
    @hyakushiki23 Рік тому +1

    Thank you for always providing great explanations. Request is a very common library, so much appreciated.

  • @praveenkp07
    @praveenkp07 Рік тому +3

    Also create a detailed video on rest APIs and ways to debug and handle them from python along with postman or swagger..

  • @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

  • @mrvalvet9856
    @mrvalvet9856 Рік тому +3

    This is an amazingly good channel. Thank you!

  • @toniivars6346
    @toniivars6346 Рік тому +5

    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

  • @fahdalawsi2172
    @fahdalawsi2172 Рік тому +1

    This was direct clean and helpful.
    Thank you!

  • @niccoloricardi4827
    @niccoloricardi4827 6 місяців тому +2

    "what is this? A wolf? A deer? I don't know
    😆

  • @jakeed09090
    @jakeed09090 9 місяців тому

    Hey this guide was awesome dude. thanks a lot.

  • @santiagohernandez6615
    @santiagohernandez6615 Рік тому +2

    Very good and useful tutorial, I really like it!

  • @StillSean90
    @StillSean90 Рік тому

    Thank you for this great intro into requests

  • @a9ocalypse
    @a9ocalypse 10 місяців тому

    Cool Vid. I want to-the-point videos with no BS just like this one

  • @isojama1
    @isojama1 Рік тому +1

    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?

  • @FRANKWHITE1996
    @FRANKWHITE1996 Рік тому +2

    Thanks for sharing ❤

  • @DanAllenTX
    @DanAllenTX Рік тому

    Great video! Thanks so much for making.

  • @lazi21
    @lazi21 6 місяців тому +2

    14:10 a deer? xD

  • @Danielpi
    @Danielpi Рік тому +2

    I think it was a coyote.

  • @CyberNinja-p1t
    @CyberNinja-p1t Рік тому +1

    thanks bro fro this, video is very helpful😊

  • @paulthomas1052
    @paulthomas1052 Рік тому +1

    Very useful. Thanks :)

  • @ITEngines
    @ITEngines Рік тому +1

    can you make a video of a retail website using requests.

  • @Cyber_realm
    @Cyber_realm 11 місяців тому

    great content thanks bro

  • @maxheinwal5084
    @maxheinwal5084 10 місяців тому +1

    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 9 місяців тому +1

      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()

  • @serychristianrenaud
    @serychristianrenaud Рік тому +1

    thanks

  • @tcgvsocg1458
    @tcgvsocg1458 Рік тому +1

    please do a video on how to create a application in tkinter like proVPN take a vpn on free proxy

  • @memedance3535
    @memedance3535 2 місяці тому

    Me re sirvió, capo

  • @MusicOverseer
    @MusicOverseer 10 місяців тому

    What do you use for your predictive text?

  • @BijouBakson
    @BijouBakson Рік тому

    thank u

  • @projackson355
    @projackson355 11 місяців тому

    What is the editor u use

  • @herryisnotcommie
    @herryisnotcommie Рік тому +1

  • @rahneshin752
    @rahneshin752 10 місяців тому

    ❤❤

  • @GK-tv8io
    @GK-tv8io Рік тому

    Bro how do you run the code with the keyboard? xD

  • @KaboLetsogo
    @KaboLetsogo Рік тому

    nyc

  • @datG0OSE
    @datG0OSE 6 місяців тому +1

    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 Рік тому +1

      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 11 місяців тому

    why is this video 2x in default

    • @thalesesteves
      @thalesesteves 11 місяців тому

      This way you can watch the video in 4x if you want 😂