Data streaming and parsing
Session 5, Friday, October 19, 2018
How to parse a config file.
An example how to parse files.
Usage of the REST API (used by a lot of online services)
- setup a client api
- setup a host api
- setup a test suit
- usable with external REST API programs (insomia)
How to parse a website
- how to get the text of a website (
urllib3) - how to parse a website (
BeautifulSoup) - how to store it in a Pandas table