Find and Find_All | Web Scraping in Python

preview_player
Показать описание

In this Web Scraping tutorial we are going to be looking at Find and Find_All!

____________________________________________

SUBSCRIBE!
Do you want to become a Data Analyst? That's what this channel is all about! My goal is to help you learn everything you need in order to start your career or even switch your career into Data Analytics. Be sure to subscribe to not miss out on any content!
____________________________________________

RESOURCES:

Coursera Courses:

Udemy Courses:

*Please note I may earn a small commission for any purchase through these links - Thanks for supporting the channel!*
____________________________________________

BECOME A MEMBER -

Want to support the channel? Consider becoming a member! I do Monthly Livestreams and you get some awesome Emoji's to use in chat and comments!

____________________________________________

Websites:
📱Instagram: @Alex_The_Analyst
____________________________________________

*All opinions or statements in this video are my own and do not reflect the opinion of the company I work for or have ever worked for*
Рекомендации по теме
Комментарии
Автор

I used to binge watch Netflix, now I'm binge watching all your videos. Thank you, Alex for all your amazing videos!

babyniq
Автор

I am pretty new to data analysis and I was working on a project where I would need to scrape data from a website and this tutorial has been so helpful! I spent hours trying to figure it out and the other tutorials on Youtube don't explain anything or skip steps and so it's hard to learn and personalize it for your own project.
This however was detailed and straight to the point! Thank you so much. You're a lifesaver!

ystdmtb
Автор

I tried learning web scrapping atleast 5 time and failed everytime. But you made everything simple and handy, please please its a request from my side to resume this playlist and teach basics to advanced scrapping using python. I cant be able to learn without you, thank you inadvance and waiting for your more videos in same playlist Alex.

shahrukhahmad
Автор

You are the best, your videos have really helped me a lot.

But this series of Web Scraping videos has been like you were reading my mind. I was thinking of doing a project on my own, but the only way to get the database is through Web Scraping.

Waiting for the next video, one of the questions I have is the procedure to continue if I want to extract information from the hockey teams but from page 2, 3, etc.

franciscoflor
Автор

Thank you for this! Awesome starting point for my nlp project!

katcirce
Автор

Thanks for all you do Alex. Can you be so kind to continue this series, especially for advanced scrapping, like scrapping from unstructured data etc

nnamdiLdavid
Автор

you don't need to use find function to get text, just try . You can write 0, 1, 2, 3.... for x depending on which data you want. for example in 10:15 for x=1 the data text must be "Year". because 1 is the second index in python after first index 0

oyxphdq
Автор

as a Informatics Engineering graduate, this is easier to me to understand since we've learnt html back then

chu
Автор

Hey Alex,

I'm trying to grab text that is randomly generated from Random Word Generator website for my hangman project. Problem is that the text I grab isn't displayed in HTML it's always displayed as loading... What new techniques can you teach us on how to grab this data thanks!

ArisingProgram
Автор

if i type soup. Find('div') .. nothing displays. But thats available on script

ShivaSunkaranam-qxjf
Автор

Hello, I commented on one of your previous videos enquiring about the offer you had made in one of your "How to Build a Resume" videos, concerning resume reviews. I completely understand if that is no longer the case, considering that video was 3 years ago, but if you still are reviewing resumes I would to send mine to you. Have a nice day and congratulations on hitting 500k.

kaliportis
Автор

Hi Alex (as if!)

Thanks for all the content <3

This should be the 3rd video of the playlist ^^

jmc
Автор

Thank you so much sir I was caught up in a problem but I was able to solve after watching this video.

kajal
Автор

Thank you, I also finished this playlist

meryemOuyouss
Автор

Hello, thank you for your tutorial, great info. What editor do you use?

mxdigitalmediamarketplace
Автор

Hello, thank you so much for this wonderful tutorial. However, I have one doubt that needs clarifying. So I tried this code out with the same set of codes and Url you have used but there seems to be a problem in this line -> print(Soup.find_all('p', class_="lead")). the output for this line shows [ ] .. which isn't the paragraph from the website. How do I rectify this problem? also, I use IDLE for Python. Once again your videos are awesome and I hope you continue making more great coding content.

LavanyaGopal-pyjd
Автор

Where we can find the same notebooks page you use during all the video ? :)

monsieurm
Автор

Is it work only with static pages? Not like amazon or any shops ? There are some problems with past toturial when we try make Amazone Web Screping Using Python, how can we know the differences ? Thank for all your videos ;)

Syrviuss
Автор

How can I find tags relative to a specific div?

mindgr
Автор

Hey guys i am getting 'SSLCertVerificationError' can anyone kindly help me resolve this?

elphasluyuku