Exploring Requests Module in Python (Deepdive)

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

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

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

    Please, Mr. Harry, make a video on web scraping, that would be very helpful as it could help me to be a good business analyst and to gather data for better analysis

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

    20:21 Bhai aapne to productivity ko dil pe hi le liya 😅😅

  • @chaithanyakinthada1701
    @chaithanyakinthada1701 ปีที่แล้ว +22

    The python playlist was too good and waiting for the web development playlist very soon😍

    • @MananMaheshwari
      @MananMaheshwari ปีที่แล้ว

      its already there :
      th-cam.com/play/PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg.html

    • @CoolBoy_Official
      @CoolBoy_Official ปีที่แล้ว

      @@MananMaheshwari it's old one

    • @DevDivanshu
      @DevDivanshu ปีที่แล้ว

      Using python

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

      @@DevDivanshu web development using python (flask and django) playlist is also present on the channel .. please open the channel and go to playlists section scroll down and you will see python flask tutorials and django course

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

      @@salmankhokhar57 yeah bro i am learning from them but they are not too good as many concepts are absent like how to host,how to connect to database etc.

  • @mr.villain2536
    @mr.villain2536 ปีที่แล้ว

    bilkul chahiye bhai video web scrapping ki
    please jaldi bna do video
    waiting...
    thank you for this video too

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

    Python playlist is great and so easy. Thanks for that. Please start new playlist of DATA STRUCTURES in new style. Please 🙏.

  • @_wild.gamerz_
    @_wild.gamerz_ ปีที่แล้ว +1

    Harry bhai bahut achhi video hai me abhi python ki playlist dekh rha hu bahut achhi hai good job #hard work ♥️ heart dedo please ❤

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

    Harry bhai plz start a machine learning series with hands on projects really need it bhai

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

    Bro your python videos are very helpful to us.. Thank you Harry bro❤❤❤

  • @Tech_Enthusiasts_Shubham
    @Tech_Enthusiasts_Shubham ปีที่แล้ว

    Thanks a lot for this lecture sir please make a video on beautiful soup and other modules of python sir your programming explanation in layman term makes learning easy and helpful for me so please make a video on other modules also sir 🙏

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

    1st comment and 25th like is mine btw love your videos

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

    Sir pls ek creating image slider using html, css & javascript banado I surf a lot and tried many codes but it didn't run aap ka hi web development code pura sikha hu yeh sikha do

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

    Harry Bhai, please make a latest video of how to do webscraping for freelancing. Also please mention some ways to get free proxies and use them for professional work, as buying them is not viable for everyone

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

    The 100 days of python was very good. can you please make a tutorial for Reacts Js with Django, i think it will be very helpful.

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

      print(fruit[0:-4])
      WHEN WE RUN THIS THE OUPUT IS "M" but,
      fruit = "mango"
      print(fruit[-3:-1])
      AFTER THIS THE OUTPUT IS "NG". Can anyone explain how ? I am getting a little confused here

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

      ​@@sparshyadav49When we write like print(fruit[0:-4]), this means that python will print 0 index here it is m and -4 is range and here it is just next to it then it is excluded but when we write like print(fruit[-3:-1]) then this means that python will print from index -3 to -1 where -1 will be excluded so it printed ng. negative index in python starts from last this means here index of o in mango is -1, if i write print([-x:-y]) this means print from range -x to -y-1, as -y will be excluded
      Hope it helps!

  • @sachinsuman8536
    @sachinsuman8536 ปีที่แล้ว

    plz web scrapping ka detail video banado. And ye bhi ki kya kya pre-requisites h. Kya HTML aana hi chahiya. I am learning data engineering where i require the skills of web scrapping.

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

    harry bhai web scraping ka full tutorials banado.❤

  • @githate
    @githate ปีที่แล้ว

    Yes we want a full video on Web scraping or bs4

  • @dakshTheChamp
    @dakshTheChamp ปีที่แล้ว

    22:56 its because you are working in a virtual environment
    and the pillow is installed in your pc's global interpreter

  • @rayganmudberry375
    @rayganmudberry375 ปีที่แล้ว

    python course was awesome. can you please make videos on how to install python using powershell scripts.thanks

  • @55_irfanahmad93
    @55_irfanahmad93 ปีที่แล้ว

    Harry bhai! Please, Machine Learning ka ek playlist banao na. Pehle waala to dekh raha hoon but I think aur bhi algorithms honge.

  • @navindersingh8352
    @navindersingh8352 ปีที่แล้ว

    Sir you teach so well, please make a video on PIL modul too

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

    Harry bhai we need the latest web dev course ❤

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

    22:55 because you are in a virtual environment in PyCharm, that's why you can't access the modules that you have installed globally..

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

    The greatest mentor❤

  • @sardarg2297
    @sardarg2297 ปีที่แล้ว

    Harry bhai.. I am beginner.., I leaned through your playlist html css javascript and python ... . Suggest me what I do in next ..

  • @clashingtv2527
    @clashingtv2527 ปีที่แล้ว

    Thanks Harry bhi scraping k lie
    But new projects kayse le freelance me
    Thora new tips lao please

  • @python_studio
    @python_studio ปีที่แล้ว

    22:55 Cuz this is a virtual environment, isolated from the system interpreter

  • @devanshrathaur
    @devanshrathaur ปีที่แล้ว

    thanks harry bhai i was looking for the same content and amazing you uploaded it. can we have a video on full stack project development like e-commerce site using react and django

  • @ukashaamjad-w4q
    @ukashaamjad-w4q 11 หลายเดือนก่อน

    please make web scraping and automation detail tutorian including (scrapy,selenium and bs4)

  • @sanjaymishra-ec9lw
    @sanjaymishra-ec9lw ปีที่แล้ว +1

    Sir I am non-computer science background And I also completed core Python from your Playlist. And
    I want to go to Artificial intelligence (A.I.) field I have learned python from your Playlist , Please suggest me Sir what I will have to learn to go to AI field Machine learning or Data Science.

  • @abhigyansingh5919
    @abhigyansingh5919 ปีที่แล้ว

    Tkanks Harry bhai iski jarurat thi🙂

  • @GauravKumar-dx5fp
    @GauravKumar-dx5fp ปีที่แล้ว

    Will you please make such deepdive videos for multithreading and multiprocessing modules

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

    we want a new video or playlist of web scraping in Python.🙏🙏🙏

  • @s.broyal5128
    @s.broyal5128 ปีที่แล้ว

    harry bro , could you please solve this program in python ;-
    Write a program that picks a random integer from 1 to 100, and has players guess the number. The rules are:
    1. If a player's guess is less than 1 or greater than 100, say "OUT OF BOUNDS"
    2. On a player's first turn, if their guess is
    * within 10 of the number, return "WARM!"
    * further than 10 away from the number, return "COLD!"
    3. On all subsequent turns, if a guess is
    * closer to the number than the previous guess return "WARMER!"
    * farther from the number than the previous guess, return "COLDER!"
    4. When the player's guess equals the number, tell them they've guessed cor

    • @italkcode
      @italkcode ปีที่แล้ว

      For detailed coding videos subscribe our channel italkcode and learn programming right from scratch. Also I post solutions to many competitive coding problems.
      Code:-
      import random
      low=1
      high=100
      previousGuess=0
      while True:
      n=random.randint(low,high)
      guess=int(input())
      if guess100:
      print("OUT OF BOUNDS")
      continue
      diff=guess-n
      pdiff=previousGuess-n
      if abs(diff)

  • @Feeling_of_lyrics
    @Feeling_of_lyrics 6 หลายเดือนก่อน

    Thank you so much Harry sir❤❤❤❤❤

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

    Harry bhai what about web 3.O.can we aspect in near soon you will upload a course on web 3.O.

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

    Sir, please guide us through the Best Laptop video for 2023 .

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

    Bhai Game devlopement ke roadmap pe vedio banado plz

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

    Harry bhai ek complete course on sql bhi ho jai

  • @buildTechWorld
    @buildTechWorld ปีที่แล้ว

    Harry bhai, please make the complete latest angular course.

  • @DivakarSinghRajput
    @DivakarSinghRajput ปีที่แล้ว

    Harry Bhai data science Ki bhi playlist bana dijiye

  • @itsMohak
    @itsMohak ปีที่แล้ว +2

    You are spectacular.

  • @sidmagger
    @sidmagger ปีที่แล้ว

    Please make videos on open source contributions for beginner

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

    Sir ek video compiler construction mai bana do as a project 🙏🙏🙏🙏🙏🙏🙏🙏

  • @vanshgautam6833
    @vanshgautam6833 ปีที่แล้ว

    23:00 the error came because he was using virtual environment

  • @Bogoshipda_Tannies
    @Bogoshipda_Tannies ปีที่แล้ว

    You know harry bro.
    I didn't see a genius but am 100 sure it's like you. Thank you ❣️☺️
    PHP series completed itna software house sa nai learn kia jitna apki videos sa.

  • @24_cse_shivammishra37
    @24_cse_shivammishra37 ปีที่แล้ว

    web scraping ki bhi video la do sir
    .
    .
    .
    please

  • @ankanbhowmick2257
    @ankanbhowmick2257 ปีที่แล้ว

    Bhai me ek front end web developer hu kya ap mujhe please bata sakte ho kya ap ek vdo bana sakte ho jisme step by step dikhao ki kaise me apni web application ko performance optimized kar sakta hu please!!

  • @avijitmanna9543
    @avijitmanna9543 ปีที่แล้ว

    Yes, Please go web scraping videos

  • @justanormalguy7091
    @justanormalguy7091 ปีที่แล้ว

    Sir please make a tutorial video on blender along with python in visual studio code

  • @arpankarmakar16
    @arpankarmakar16 ปีที่แล้ว

    22:50 - Sir, by using `pip3 install pillow` from the terminal you installed it on your main Python interpreter and not on your virtual environment of Python, hence, you got an error. Btw I'm from the 100 Days of Code 😊

    • @codewithdhairya1193
      @codewithdhairya1193 ปีที่แล้ว

      you are in 100days of code

    • @arpankarmakar16
      @arpankarmakar16 ปีที่แล้ว

      @@codewithdhairya1193 I was previously in 100 days of code, but now I am learning selenium.

    • @waghibahmad4520
      @waghibahmad4520 ปีที่แล้ว

      from where are you learning selenium ?@@arpankarmakar16

  • @dipakkhade1655
    @dipakkhade1655 ปีที่แล้ว

    Yes we want web scrapping vedio

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

    We want a tutorial on web scraping

  • @livelife-ju9uj
    @livelife-ju9uj ปีที่แล้ว

    please make a video on webscrapping

  • @soumyadeepganguly8682
    @soumyadeepganguly8682 ปีที่แล้ว

    please make a web scraping tutorial......🙏🙏🙏

  • @serpentinegaming3876
    @serpentinegaming3876 ปีที่แล้ว

    we want web scrapping tutorial it will help a lot thanks for this wonderful tutorial.. #loveyouharrybhai

  • @Sirjishorts
    @Sirjishorts ปีที่แล้ว

    Great work Sir, I want to learn data analysis skill, if anybody tell me easiest roadmap for this . Thanks for ❤ 🙏

  • @the_RedZzz
    @the_RedZzz ปีที่แล้ว

    please make a zero to hero machine learning tutorial .....!!!!!!

  • @abhigyansingh5919
    @abhigyansingh5919 ปีที่แล้ว

    Ab aap java bhi isi tarah sikha do plzzz👍😉

  • @Mehran1010
    @Mehran1010 ปีที่แล้ว

    Sir please make e-commerce tutorial

  • @GhulamMurtaza-gp9zr
    @GhulamMurtaza-gp9zr ปีที่แล้ว

    Sir new react course kab aa raha hai?

  • @vasanthkumar9359
    @vasanthkumar9359 ปีที่แล้ว

    Bro fast api, docker, deployment, videos plz in detail

  • @codewithsury
    @codewithsury ปีที่แล้ว

    22:56 Because we are running the program in the virtual environment and we didn't install any module named pillow and it's not also a built in module

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

    Can you tell me about pc you use?
    I want to buy one for software development.

  • @Programmingworld-g9m
    @Programmingworld-g9m 3 หลายเดือนก่อน

    What are you using.
    Mac, windows or linux

  • @webseriesduniyaa8601
    @webseriesduniyaa8601 ปีที่แล้ว

    Harry bhi koun sa laptop lu Mai 3d randering ke lea please reply
    Thank you 🎉

  • @RajGupta-lo7xz
    @RajGupta-lo7xz ปีที่แล้ว

    Harry Bhai, I have started machine learning, and I use Jupyter lab. But I am facing problem of code completion in Jupyter lab. Earlier, I use to code python in vscode and it was awesome. I dont know much about Jupyter lab and its settings, can you please guide me that How Code Completion can be enabled in Jupyter lab??

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

    Make web development playlist with new technologies according to the 2023

  • @ShashwatKumarDas
    @ShashwatKumarDas ปีที่แล้ว

    why u dont use selenium for scrapping

  • @JamiesYoutuber15
    @JamiesYoutuber15 ปีที่แล้ว

    Khatanak Video😎😎

  • @greenworld7289
    @greenworld7289 ปีที่แล้ว

    Harry Bhai me block chain development me course krna chahta ho can you please guide me k me Kon se league seekhoo please guide me sir

  • @RahulML25
    @RahulML25 ปีที่แล้ว

    Please vai, ek video on in depth Web Scraping

  • @TechieFans
    @TechieFans ปีที่แล้ว

    Aree bhai sahab golang pr bhi ek tutorial bna do yaar.

  • @ARTs836
    @ARTs836 ปีที่แล้ว

    please make a django course

  • @kadirali4589
    @kadirali4589 ปีที่แล้ว

    Hello brother
    Mujhe aapse yeh kehna tha ki mujhe computer ke baare mein kuch bhi nahi pata hai (ms office wagerah Excel etc ) bilkul nahi aata par main coding seekhna chahta hoon toh mujhe iske liye kya karna chahiye pls tell me the roadmap to become programmer matlab step wise step mujhe bataye ke main pehle kya seekho phir uske baad kya karo taaki main ek acha programmer ban saku so pls reply me

  • @chaitanyapimpalkar5612
    @chaitanyapimpalkar5612 ปีที่แล้ว

    Harry bhai SQL sikha do bhai please and thanks for python video ❣🙏

    • @sardarg2297
      @sardarg2297 ปีที่แล้ว

      youtube.com/@sardarg2297

  • @rakibulislamrabbi373
    @rakibulislamrabbi373 ปีที่แล้ว

    ha bhai data scraping ka separate video chahiye

  • @asadmahmood8605
    @asadmahmood8605 ปีที่แล้ว

    Because you are downloading pillow outside the virtual environment

  • @vasanthkumar9359
    @vasanthkumar9359 ปีที่แล้ว

    Data science related videos plz

  • @mohammadarhaan1416
    @mohammadarhaan1416 ปีที่แล้ว

    Ek question h mera silly sa 😅
    Kya c++ ki header file ko python library ki trh Maan skte h ?

  • @smartestgirlakanksha
    @smartestgirlakanksha ปีที่แล้ว

    Maza aa gya bhai

  • @JASKARANSINGH-di9jp
    @JASKARANSINGH-di9jp 5 หลายเดือนก่อน

    bhai aap python download krna bta rhe ho Json,Auth,encoding,headers inke baare me bhi btadete agrr yahi dekhna tha ki is module me ye bhi exist krte hai to chatgpt se 10 sec me pta krr lete

  • @flamegamer3883
    @flamegamer3883 ปีที่แล้ว

    Sir kya me VScode new primebook4G chala sakta hu? It's my biggest question

  • @beingValorantTard
    @beingValorantTard ปีที่แล้ว

    Harry bhai we need dynamic web scrapping using selenium bhai please and a series on telegram bot please

  • @adminsolutions.official
    @adminsolutions.official ปีที่แล้ว

    Typescript Tutorial please

  • @atharvaakshat9880
    @atharvaakshat9880 ปีที่แล้ว

    I want a tutorial for web scraping ❤‍🔥

  • @अरमानलदोईया-छ7स
    @अरमानलदोईया-छ7स ปีที่แล้ว

    harry bhai machine learning par series banao naa

  • @shaziakhan14
    @shaziakhan14 ปีที่แล้ว

    Need deep learning tutorials please

  • @shakeeljuttworld
    @shakeeljuttworld ปีที่แล้ว

    Full scraping on server video dalo bhai

  • @gymlovers7362
    @gymlovers7362 ปีที่แล้ว +2

    This person try his best to make us a skillful programmer

  • @AbhishekSharma-g7k
    @AbhishekSharma-g7k ปีที่แล้ว

    hello bhaiya mana kali linux ma vs code download keya tha aur vs code ma python download keya tha par kali linux ma playsound moudule work nhai kar rha ha aap koe video upload kar de please

  • @kunalzaveri4191
    @kunalzaveri4191 ปีที่แล้ว

    Because its install gloaball level not the virtual env level that why showing error

  • @white_d3vil
    @white_d3vil ปีที่แล้ว

    Even my keyboard recommends me "codewithharry" when I just type "code" in my phone.😮

  • @cyberkeshav
    @cyberkeshav ปีที่แล้ว

    Bheiya django sikhne ka kosish kr raha hu pr new version ki wajah se problem ho raha hai please help kr dijiye na ❤
    Python me Sara concepts samjh gya hu but oops samjh nhi aa Raha kya kru please kuch guide kr dijiye

  • @owaisahmadshah6744
    @owaisahmadshah6744 ปีที่แล้ว

    Because of virtual enviroment.

  • @sparshyadav49
    @sparshyadav49 ปีที่แล้ว

    print(fruit[0:-4])
    WHEN WE RUN THIS THE OUPUT IS "M" but,
    fruit = "mango"
    print(fruit[-3:-1])
    AFTER THIS THE OUTPUT IS "NG". Can anyone explain how ? I am getting a little confused here

    • @sparkcodez
      @sparkcodez ปีที่แล้ว

      simple maths of index( - , -) = + so the index will print ng

  • @kcahhack
    @kcahhack ปีที่แล้ว

    Hyy Bro can you provide us a video in which all thing you will include for a website like as HTML, CSS, Tailwind Css, bootstrap , js, nodejs, angularjs, expressjs ,nextjs, reactjs etc

  • @Biswas__Bhatt
    @Biswas__Bhatt ปีที่แล้ว

    Sir turtle par pura video banao

  • @Rahmanullah-iu9tf
    @Rahmanullah-iu9tf ปีที่แล้ว

    Sir please make start new course for React js

  • @pranavpathak23
    @pranavpathak23 ปีที่แล้ว

    Bhai Web Scraping ka tutorial chahiye

  • @cubeheadii9284
    @cubeheadii9284 ปีที่แล้ว

    i have a question if you could please answer
    How did you make chrome dark mode