Skip to content

REMitchell/PyLadies-webscraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyLadies-webscraping

Code for 9/14 Workshop

All code is 3.x compatible, but not 2.x compatible
Make sure you have BeautifulSoup and the requests library installed using:
pip install beautifulsoup4
pip install requests

Note: If you have Python 3 installed alongside Python 2, you may have to use "pip3" instead of "pip", or run
apt-get install python3-pip
to get pip3

About

Code for 9/14 Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages