dlab-berkeley / Python-Web-Scraping-Legacy

D-Lab's 3 hour introduction to web scraping in Python. Learn how to use APIs and scrape data from websites using the New York Times API and BeautifulSoup in Python.
7 stars 3 forks source link

README.md - Requirements update #10

Closed seanmperez closed 2 years ago

seanmperez commented 2 years ago

Two issues:

  1. The link is broken in the line:

See the software requirements here

  1. Consider updating requirements:

Currently it is:

We will assume a basic knowledge of Python. If you've taken the D-Lab's Python Intensive, that should be sufficient.

Change to something along the lines of:

To best prepare for this workshop we suggest you:

  1. Have an intermediate knowledge of Python
  2. Have taken the D-Lab's Python-Fundamentals
  3. Understand at a basic level what HTML and CSS are
  4. Understand nested and mixed python data structures
  5. Have a basic idea of Natural Language Processing (NLP)
georgeberkeley commented 2 years ago

Fixed