Python for Everybody (py4e.com)

16.2 Building a Web Search Engine

Sep 27, 2016 · 11 min · 8.3 MB
0:00-11:24

Streams straight from the publisher. podnod never proxies or re-hosts episode audio.

We build a web crawler that retrieves web pages and links from those pages an copies the pages into the database. Once we have retrieved our web data we run a simple Page Rank algorithm on the data and visualize the results.