# Creating a Session in python using requests >>> from requests_html import HTMLSession >>> session = HTMLSession() >>> r = session.get('https://python.org/')