Skip to content

Instantly share code, notes, and snippets.

@lafftar
Last active August 30, 2020 11:34
Show Gist options
  • Save lafftar/b34a73c3a0c6466590444ebd5ea1cece to your computer and use it in GitHub Desktop.
Save lafftar/b34a73c3a0c6466590444ebd5ea1cece to your computer and use it in GitHub Desktop.
GTA Cities Real Estate - 27 Cities - Quick Data Study - 1
from requests import Session
page = main_session.get('https://en.wikipedia.org/wiki/Greater_Toronto_and_Hamilton_Area').content
page = bs(page, 'lxml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment