Skip to content

Instantly share code, notes, and snippets.

@JohnDeJesus22
Created August 21, 2019 16:56
Show Gist options
  • Save JohnDeJesus22/c498dc62c98b420e7e8a903f8fdbabfb to your computer and use it in GitHub Desktop.
Save JohnDeJesus22/c498dc62c98b420e7e8a903f8fdbabfb to your computer and use it in GitHub Desktop.
JssuniSitedownload
# Import Libraries
import requests
import pandas as pd
from bs4 import BeautifulSoup
# Get webpage with requests
web_page = requests.get('https://jssuni.edu.in/JSSWeb/WebShowFromDB.aspx?MODE=SSMD&PID=10002&CID=3&DID=2&MID=0&SMID=10402')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment