😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉For professional self-paced certification courses (pre-recorded), visit: bit.ly/Pre-Recorded-Course 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: bit.ly/WsCubeTech-English
@rockysp1 Жыл бұрын
No one has explained so well on the entire KZbin channel, thank you ma'am
@yourcreed104 Жыл бұрын
great explanation and she has good knowledge about this topic
@carlosconde3498 Жыл бұрын
Great job!!!
@harshjalan3218 Жыл бұрын
mam in case of while loop, problem is that when our code find("a",class_="_1LKTO3") tag it's find previous button link because class is same as next button tag. so it's again and again jump page no 1 and page no 2.
@foodiesdaadda65762 ай бұрын
What is the solution for that
@redskins31868 ай бұрын
I'm starting a grocery shopping website is there any way I can do this on a grocery store website? Where I can take everything, turn it into a CSV file and then just put it in my website. Basically like just taking their page with all the features exporting it into a CSV file and and then importing into my website. And having it all be the same exact way as on the grocery stores website with features and all? Please help lol
@spoorthimv9325Ай бұрын
I am getting status code 403
@atgnandu3 ай бұрын
in for loop i am getting AttributeError: 'NoneType' object has no attribute 'get'
@nikhilsatbhai6722 Жыл бұрын
can you please tell how to use while loop in case of different link in detailed
@venkataeswaratmakuri6223 Жыл бұрын
mam it's showing error code 500 on trying to print the request how to resolve it
@ayyamguari6134 Жыл бұрын
Same
@surendra1764 Жыл бұрын
Will it work for Amazon
@jayabishnoi74163 ай бұрын
status code is 403 can u help me with this
@anjalirohilla56652 ай бұрын
same
@abhisheksinghgurukul Жыл бұрын
In my case it shows page not found how to fix it?
@axelescalantemartinez72346 ай бұрын
Same here... did you find a solution?
@abhisheksinghgurukul6 ай бұрын
@@axelescalantemartinez7234 no I am not getting any solution.
@madhainagarhighshool3403 Жыл бұрын
It's very difficult process. I think
@ahmedelsaid8368 Жыл бұрын
it worked for me when i inspected the total number of pages:total_pages = int(soup.find("div", class_="_2MImiq").find("span").text.split("of")[-1].strip()) , instead of the "next" button and looped for it , added each number to the url