Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 2.03 KB

python_functions_sorting_web_basics.md

File metadata and controls

27 lines (19 loc) · 2.03 KB

More Python and Web Basics

Goals

  • Learn how Python functions can help us write more readable, reliable and re-usable code.
  • Learn basic sorting in Python.
  • Level up on just enough web fundamentals to begin web scraping.

Python reading and practice

Web basics

Before we can learn how to scrape websites, it's important to have a basic understanding of the Internet and Web. The below are a few resources to help get your bearings. Please read, watch and work through the exercises, as appropriate, before arriving in class next week. If you fail to work through the below material, you'll likely be very confused as we ramp up on web scraping.