stickfighter342 / nistscraper

BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Identify a web scraper to pull from the NIST website. #4

Open ccurtis7 opened 4 years ago

ccurtis7 commented 4 years ago

Here's a great introduction to web scraping with Python. We can use this to guide our conversation today. It looks like the package BeautifulSoup is the recommended tool?

stickfighter342 commented 4 years ago

Yes! I also found that one. Apparently we have to import it thru git bash first?