Return to Video

01-01 Introduction to Unit 1

  • 0:01 - 0:04
    Welcome to CS 101. I'm Dave Evans. I'll be your guide on this journey.
  • 0:04 - 0:07
    This course will introduce you to the fundamental ideas in computing
  • 0:07 - 0:10
    and teach you to read and write your own computer programs.
  • 0:10 - 0:13
    We're going to do all that in the context of building a Web search engine.
  • 0:13 - 0:16
    I'm guessing everyone here has at least used a search engine before.
  • 0:16 - 0:20
    The goal of the first three units in this course is to build a Web crawler.
  • 0:20 - 0:22
    They will collect data from the Web for our search engine.
  • 0:22 - 0:25
    And to learn about big ideas in Computing by doing that.
  • 0:25 - 0:30
    In Unit 1, we'll get started by extracting the first link on a web page.
  • 0:30 - 0:33
    A Web crawler finds web pages for our search engine
  • 0:33 - 0:38
    by starting from a "seed" page and following links on that page to find other pages.
  • 0:38 - 0:44
    Each of those links lead to some new web page, which itself could have links that lead to other pages.
  • 0:44 - 0:47
    As we follow those links, we'll find more and more web pages
  • 0:47 - 0:50
    building a collection of data that we'll use for our search engine.
  • 0:50 - 0:55
    A web page is really just a chunk of text that comes from the Internet into your Web browser.
  • 0:55 - 0:57
    We'll talk more about how that works in Unit 4.
  • 0:57 - 1:00
    But for now, the important thing to understand is that
  • 1:00 - 1:02
    a link is really just a special kind of text in that web page.
  • 1:02 - 1:07
    When you clic on a link in your browser it will direct you to a new page.
  • 1:07 - 1:09
    And you can keep following those links (...)
  • 1:09 - 1:14
    What we'll do in this Unit is write a program to extract that first link from the web page.
  • 1:14 - 1:18
    In later units, we'll figure out how to extract all the links and build their collection for our search engine
Title:
01-01 Introduction to Unit 1
Video Language:
English
Duration:
01:21
Gundega edited English subtitles for 01-01 Introduction to Unit 1
Gundega edited English subtitles for 01-01 Introduction to Unit 1
Julián Molina Guillén edited English subtitles for 01-01 Introduction to Unit 1
Julián Molina Guillén added a translation

English subtitles

Revisions