UBC-DSCI / introduction-to-datascience-python

Open Source Textbook for DSCI100: Introduction to Data Science in Python
https://python.datasciencebook.ca
Other
12 stars 9 forks source link

Web scraping and API commented out for first round #64

Closed trevorcampbell closed 11 months ago

trevorcampbell commented 1 year ago

I've commented out web scraping and API use in #49 , since the material is optional and we need to think more carefully about at least the web scraping part (e.g. scrapy instead of beautifulsoup)

I vote we leave this out for the first round of the course, since we have much higher priority items to handle at the moment. We should of course add it back in once we have the more important material sorted out, though.

I've also commented out the learning objectives; remember to uncomment when we reintroduce this.

trevorcampbell commented 1 year ago

For when we reintroduce, some commentsl left over from an earlier review:

trevorcampbell commented 1 year ago

See also https://github.com/UBC-DSCI/introduction-to-datascience/issues/487 -- we should move away from twitter at this point.