VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Web Scraping with Python - Beautiful Soup Crash Course

Web Scraping with Python - Beautiful Soup Crash Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to perform web scraping with Python using the Beautiful Soup library. -- Tutorial by JimShapedCoding. Check out his YouTube Channel: https://www.youtube.com/channel/UCU8d7rcShA7MGuDyYH1aWGg - You can get code snippets here: http://www.jimshapedcoding.com/courses/Python%20Web%20Scraping
Date: 2022-03-14

Comments and reviews: 7


The word 'Web Scrapping' was like a nightmare for me before I saw this video.
Everytime I saw any web scrapping job in the job portals I was assuming that it's beyond my scope.-
But now I am confident enough to answer questions related to this after going through this video and doing some hands on as well.
Thanks to Jim for such a beautiful explanation and thanks to FCC too for uploading the tutorial video. -

reply

To the point content with real world scenarios. The only drawbacks would be that this tutorial was missing an example of filtering html element by multiple attributes and some sites have infinite scrolling which displays more content as you scroll down.
reply

Thank you! This was a great introduction for a total beginner to scraping. By the end of it, I was able to use what you taught me on a different website, and I'm starting a scraping project now with what I just learned.
reply

Fantastic! This video has been super helpful! If you have a little programming background, you can even fast forward through the video and just get your own piece of code done in half an hour! Very well done!
reply

Just a suggestion -37:09 it is better to use text.strip() method to remove unnecessary space from the beginning and the end. replace removes spaces from the company name as well.
reply

Great video man - I-m so excited that I was able to make a basic web scraper on my own after watching this (but needs a ton of refinement! Haha). Thanks for a great video!
reply

A great tutorial, well explained, well organized, high recommended for anyone who want to understand webscraping using python.
reply
Add a review, comment






Other channel videos