On Python Project VI Semester: Academic Year: 2018-2019
On Python Project VI Semester: Academic Year: 2018-2019
On
PYTHON PROJECT
VI Semester
Academic Year: 2018-2019
Guide
[Mr.Shyam Sundar]
res = requests.get('https://en.wikipedia.org/wiki/Python_(programming_language)')
res.text #obtains the entire HTML and/or CSS code of the
website
for i in soup.select('https://en.wikipedia.org/wiki/Python_(programming_language)'):
print(i.text)