Find and Find_All | Web Scraping in Python

  Рет қаралды 69,767

Alex The Analyst

Alex The Analyst

Күн бұрын

Пікірлер: 35
@babyniq08
@babyniq08 Жыл бұрын
I used to binge watch Netflix, now I'm binge watching all your videos. Thank you, Alex for all your amazing videos!
@AlexTheAnalyst
@AlexTheAnalyst Жыл бұрын
Glad you like them!
@thepinner61
@thepinner61 11 ай бұрын
@@AlexTheAnalyst Thank you so much! Made my day
@ParalegalEagle-d7q
@ParalegalEagle-d7q 2 ай бұрын
#Me2 kinda sorta ….🎉🎉🎉🎉😂😂😂😂😂
@hayatism1496
@hayatism1496 28 күн бұрын
that is so funny 🤣🤣. Thank you for this laugh...
@MichaelDavid-y3y
@MichaelDavid-y3y 3 ай бұрын
I remember watching this a few years ago when starting my journey, it was the best tutorial I have watched ever since, I am currently a senior engineer
@VennisaOwusu-Barfi
@VennisaOwusu-Barfi 11 ай бұрын
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 KZbin 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!
@shahrukhahmad4127
@shahrukhahmad4127 Жыл бұрын
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.
@nnamdiLdavid
@nnamdiLdavid Жыл бұрын
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
@ENTJ616
@ENTJ616 Жыл бұрын
Mate, you are out of this world.
@franciscoflor6125
@franciscoflor6125 Жыл бұрын
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.
@ErenKıraç-g5m
@ErenKıraç-g5m 4 ай бұрын
you don't need to use find function to get text, just try soup.find_all(arguments...)[x].text.strip() . 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
@stephenwagude9330
@stephenwagude9330 2 ай бұрын
I am watching the entire series, and I must say am really Enjoying python. It has a lot of use in my day-to-day work even as I am thinking of transitioning to data analytics.
@katcirce
@katcirce 3 ай бұрын
Thank you for this! Awesome starting point for my nlp project!
@kaliportis
@kaliportis Жыл бұрын
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.
@meryemOuyouss2002
@meryemOuyouss2002 Жыл бұрын
Thank you ,I also finished this playlist
@mxdigitalmediamarketplace
@mxdigitalmediamarketplace 10 ай бұрын
Hello, thank you for your tutorial, great info. What editor do you use?
@kajal648
@kajal648 10 ай бұрын
Thank you so much sir I was caught up in a problem but I was able to solve after watching this video.
@chu1452
@chu1452 Жыл бұрын
as a Informatics Engineering graduate, this is easier to me to understand since we've learnt html back then
@jmc1849
@jmc1849 9 ай бұрын
Hi Alex (as if!) Thanks for all the content
@ArisingProgram
@ArisingProgram 8 ай бұрын
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!
@Kaura_Victor
@Kaura_Victor 8 ай бұрын
Thanks, Alex!
@ShivaSunkaranam-qx3jf
@ShivaSunkaranam-qx3jf 8 ай бұрын
if i type soup. Find('div') .. nothing displays. But thats available on script
@tristanmoller9498
@tristanmoller9498 20 күн бұрын
Thanks!
@DeltaXML_Ltd
@DeltaXML_Ltd Жыл бұрын
Interesting video, keep it up!
@LavanyaGopal-py6jd
@LavanyaGopal-py6jd 7 ай бұрын
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.
@monsieurm2904
@monsieurm2904 Жыл бұрын
Where we can find the same notebooks page you use during all the video ? :)
@rockcaesarpaper291
@rockcaesarpaper291 Жыл бұрын
@geoffreycg5650
@geoffreycg5650 10 ай бұрын
Is there a next video in the series?
@Syrviuss
@Syrviuss Жыл бұрын
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 ;)
@mohammed-hananothman5558
@mohammed-hananothman5558 2 ай бұрын
.find_all(...).text does not show the ' ' on my pc even though you could see the escape character at work. is there a setting i could use to show these characters so I can clean the text easily?
@amirsec
@amirsec Ай бұрын
html.parser is correct bro
@elphasluyuku4167
@elphasluyuku4167 Жыл бұрын
Hey guys i am getting 'SSLCertVerificationError' can anyone kindly help me resolve this?
@vahidmehdizade5781
@vahidmehdizade5781 Жыл бұрын
You can fix this with these lines of code. It typically occurs because there is an issue with the SSL certificate verification during an HTTPS connection. When the SSL certificate of the remote server cannot be verified. requests.packages.urllib3.disable_warnings() page = requests.get(url, verify=False)
Scraping Data from a Real Website | Web Scraping in Python
25:23
Alex The Analyst
Рет қаралды 516 М.
From Small To Giant 0%🍫 VS 100%🍫 #katebrush #shorts #gummy
00:19
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 16 МЛН
Web Scraping with Python - Beautiful Soup Crash Course
1:08:23
freeCodeCamp.org
Рет қаралды 1,6 МЛН
How to use a Public API | Using a Public API with Python
14:01
Alex The Analyst
Рет қаралды 49 М.
Advanced Web Scraping Tutorial! (w/ Python Beautiful Soup Library)
42:43
Скрейпинг сайтов с помощью библиотек Beautifulsoup и Requests на Python
23:05
Мастерская Важных историй
Рет қаралды 80 М.
Amazon Web Scraping Using Python | Data Analyst Portfolio Project
47:14
Alex The Analyst
Рет қаралды 288 М.
I Tried 50 Data Analyst Courses. Here Are Top 5
8:41
Stefanovic
Рет қаралды 128 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
Web Scraping to CSV | Multiple Pages Scraping with BeautifulSoup
29:06
Exploratory Data Analysis in Pandas | Python Pandas Tutorials
32:13
Alex The Analyst
Рет қаралды 150 М.
From Small To Giant 0%🍫 VS 100%🍫 #katebrush #shorts #gummy
00:19