How to Communicate with APIs in Python with the Requests Package

แชร์
ฝัง

ความคิดเห็น • 44

  • @MisterBruin
    @MisterBruin 4 ปีที่แล้ว +30

    This was super easy to follow, and easy to apply to my own project. Thank you so much for making and sharing this.

  • @ThatGuyDownInThe
    @ThatGuyDownInThe 4 ปีที่แล้ว +4

    I'm absolutely in love with coding.

  • @christinemaynard9025
    @christinemaynard9025 3 ปีที่แล้ว +7

    Just realized this is my instructor for a web development course. Funny, I can tell his voice anywhere lol

    • @edutechional
      @edutechional  3 ปีที่แล้ว +5

      Good luck going through the course!

  • @elad3958
    @elad3958 5 ปีที่แล้ว +1

    Excellent tutorial, sir.

  • @VictorOchiengA
    @VictorOchiengA 6 ปีที่แล้ว +4

    Thanks for your very informative tutorial!

    • @edutechional
      @edutechional  6 ปีที่แล้ว

      I'm glad that found it helpful!

  • @oliveteau
    @oliveteau 3 ปีที่แล้ว

    Great content. Thanks a lot!

  • @zedzpan
    @zedzpan 2 ปีที่แล้ว

    Looks so much neater than the urllib stuff I've been learning!

  • @elliria_home
    @elliria_home 3 ปีที่แล้ว

    Very nicely done. You did a great job teaching this and I had no trouble in following it.

  • @Technolex
    @Technolex 2 ปีที่แล้ว

    This video is helped me a lot
    Thanks for this valueable video

  • @GLDTruth
    @GLDTruth 3 ปีที่แล้ว

    Thanks for supplying such a simple video to follow.

  • @mollyrooyakkers2914
    @mollyrooyakkers2914 2 ปีที่แล้ว

    Thank you! This was very helpful

  • @josephjayeoba7985
    @josephjayeoba7985 2 ปีที่แล้ว

    THANK YOU!!! I'm definitely hitting that subscribe button

  • @cegonaove
    @cegonaove 3 ปีที่แล้ว +1

    This tutorial is beyond perfect. Thank you, sir

  • @rodrigomachado3678
    @rodrigomachado3678 3 ปีที่แล้ว

    Thank you so much!

  • @Sazia_Cooking_Creativity
    @Sazia_Cooking_Creativity 2 ปีที่แล้ว

    A mobile app will request the authentication .
    when a user will on the app and used camera for face detection
    How can I build an API would you please share.?

  • @rohanaggarwal8718
    @rohanaggarwal8718 3 ปีที่แล้ว +1

    AMAZING!!!!!!

  • @balajis1800
    @balajis1800 6 ปีที่แล้ว +6

    Want more videos in this section. Especialy API testing with python

  • @jimholmlarsen2656
    @jimholmlarsen2656 4 ปีที่แล้ว +4

    Great video. How do you acces api's with login (login to a platform to acces json)
    When trying to request r.json i get "{u'error': {u'message': u"Forbidden: You don't have permission to access this resource", u'code': 403}}
    >>>
    "

    • @edutechional
      @edutechional  4 ปีที่แล้ว +1

      It will depend on the API. Some APIs use: HTTP Basic Auth, which is where you send a username and password, other's use OAuth (like Twitter and FB), some use JWT tokens, and some use HTTP only cookies, so it will depend on how the API is structured.

  • @chromashift
    @chromashift 2 ปีที่แล้ว

    clearest example yet;
    criterion, explain in least terms possible (highest level of abstraction);
    - you don't get?
    - goto next level lower; do until concept grasped, collapsing each lower level until back at original stumbling block (hopefully now solved).

  • @ritzg98
    @ritzg98 2 ปีที่แล้ว

    This does not work for me. Is this API still active?

  • @shubhamprasad6910
    @shubhamprasad6910 4 ปีที่แล้ว

    Thanks for the video very helpful.

    • @edutechional
      @edutechional  4 ปีที่แล้ว

      Glad it was helpful!

    • @norpriest521
      @norpriest521 4 ปีที่แล้ว

      @@edutechional
      Is this only Get method you're teaching here?
      No Post or Update method, right?

  • @Krazy0
    @Krazy0 4 ปีที่แล้ว

    Yes yes... Continue 4:45

  • @shrshar99
    @shrshar99 3 ปีที่แล้ว

    pip install requests gave syntax error and import requests was not successful. Then, what should I do?

    • @edutechional
      @edutechional  3 ปีที่แล้ว

      It would all depend on what the syntax error is

    • @shrshar99
      @shrshar99 3 ปีที่แล้ว

      @@edutechional yeah I figured it and it worked perfectly.

  • @darwintech5920
    @darwintech5920 3 ปีที่แล้ว

    thanks but how to get code from 10minutesmail?

    • @edutechional
      @edutechional  3 ปีที่แล้ว

      Each API will have its own API authentication instructions, so you'd need to get the auth details from them or contact them directly since each API is different.

  • @iesousargenis3111
    @iesousargenis3111 3 ปีที่แล้ว

    Hola me ayudas con mi tarea ? plsxd

  • @JeffersonCanedo
    @JeffersonCanedo 2 ปีที่แล้ว

    Shark 🦈

  • @manjilitani7923
    @manjilitani7923 2 ปีที่แล้ว

    its P-print not PP-print!!!!!