Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Web Scrapping with Python™: Powerful Python Scrapping Pro
Rating: 4.0 out of 5(75 ratings)
3,837 students

Web Scrapping with Python™: Powerful Python Scrapping Pro

Learn web scraping with python practically. Scrape ICC, picture, Stackoverflow with Hands-on Training
Last updated 6/2020
English

What you'll learn

  • Need of web scraping
  • Introduction to web scraping
  • How to extract your desired data from websites
  • How to extract text and pictures from websites
  • Scraping ICC website
  • Scraping Stackoverflow website
  • Scraping YTS website
  • Manipulating the data according to requirements
  • Converting the data into a CSV/excel file

Course content

1 section10 lectures1h 54m total length
  • Introduction4:12

    Describing that what are the real world problem that you are going to solve by taking this course

  • Introduction6:00

    Introduction to web scraping

  • HTML6:37

    A brief introduction of HTML elements that will be required in this course

  • Introduction to python16:39

    Brief introduction of python concepts(Only those which are needed in this courese)

  • Getting started with scraping16:29

    Basics of Web scraping and overview of a general project of web scraping

  • Scraping ICC (Part- 1)13:55

    Scraping some desired data form ICC website

  • Scraping ICC (Part- 2)8:47

    Scraping names of Top 10 teams from ICC website

  • Scraping pictures17:28

    Scraping pictures form yts(all the wallpapers of movies on home page)

  • Stackoverflow14:09

    Scraping the answers of questions on Stackoverflow website along with their votes, which can later be modified according to need

  • CSV10:27

    How to convert the scraped data into a csv or excel file in order to use it later or for presentations

Requirements

  • Just basic knowledge of any programming language

Description

This course focuses on the basic as well as advanced level of web scraping. You are eligible to take this course if you just have a basic knowledge of any programming language.

This course is all about extraction of data from websites. Since we are living in an era of information technologies, so there has to be an automated solution to this problem and yes, there is a solution to this problem and we call it “Web Scraping”.

We are using “python” as a programming language for this purpose. Python provides us some very useful libraries in order to deal with data. For example: Pandas or numpy and specially “Beautiful soup” for web scraping. One of the other reasons to use python for this tutorial is the importance of python in this era, as almost every survey nominates python as the fastest emerging programming language in world. So in order to keep ourselves updated with modern day technologies, we are also using python for this course as a programming language.

In this course we will take a start from absolutely basic level and will try to tell you everything from scratch. And then once we are good with our fundamentals, we will be doing some advances level projects as well, such as extracting pictures from websites or manipulating the data after the extraction.

And finally we will learn how to store our data in a structured format so that it becomes useful for many other objectives. So we will be exporting the data into CSV or excel format so that it will become readable for everyone or it can be used in presentations or data analysis processes or anywhere you want.

Who this course is for:

  • Python developers who are looking for in-depth knowledge in scrapping with python