Requests
- get(<url>)
- statuscode
URLLIB
- from urllib.request import urlopen
- f = urlopen()
- f.read() / write/ close
- f = urlopen()
Beautiful Soup
- extract data from HTML and XML
- Convert HTML to BEAUTIFUL object
- finall(<pat>) - returns a list
- t-char table
- .children