Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JohnDeJesus22/1bc62cd459a5d9182f4005575b8aecf2 to your computer and use it in GitHub Desktop.
Save JohnDeJesus22/1bc62cd459a5d9182f4005575b8aecf2 to your computer and use it in GitHub Desktop.
Medium web scrap p1
# Import Libraries
import requests
import pandas as pd
from bs4 import BeautifulSoup
# Get webpage with requests
web_page = requests.get('https://www.newvisions.org/ams2/pages/our-staff2')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment