Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Scraping Data From the Web Additional Scraping Tasks Scraping APIs

Anthony Osborn
Anthony Osborn
17,095 Points

Where do I find the teacher's notes on 'saving the information to a csv file or database' (as mentioned in the video)?

The video (~6:30 ish) mentions that "for more information on saving the information to a CSV file or database" that "this can be found in the teacher's notes". But I am unable to find the teacher's notes anywhere? Any ideas?

Thanks Anthony

treehouse does have 2 courses, 1 on python and databases(sqlalchemy) and another one to handle csv files

4 Answers

Marek Stark
Marek Stark
12,541 Points

It´s in the zip file in the Downloads section below the video. Here is a direct link: https://treehouse-code-samples.s3.amazonaws.com/scraping_data_from_the_web.zip

Anthony Osborn
Anthony Osborn
17,095 Points

OK cool, thank you. I'm keen to see how I'd write my results to a DB. Thank you.

hungryfr33lanc3r
hungryfr33lanc3r
8,517 Points

It should be somewhere below the video. If you're watching the videos through a tablet or smartphone you won't be able to see the teacher's notes.

I am watching on desktop, this video doesn't have any teacher's notes. That was confusing and typing the urls was a bit frustrating when it would have been fairly easy for them to add them in the notes...

https://datahelpdesk.worldbank.org/knowledgebase/topics/125589-developer-information http://api.worldbank.org/v2/country/ETH

Anyway, I am also interested in learning how to save/move the results as well, hopefully its in the 'testProject' from the .zip file.