Skip to content

Instantly share code, notes, and snippets.

@matael
Created June 4, 2014 10:25
Show Gist options
  • Save matael/d0545388131349ce5b15 to your computer and use it in GitHub Desktop.
Save matael/d0545388131349ce5b15 to your computer and use it in GitHub Desktop.
In [1]: import requests
In [2]: from bs4 import BeautifulSoup
In [3]: %timeit b = requests.get('http://alize2.finances.gouv.fr/communes/eneuro') ; soup = BeautifulSoup(b.content)
1 loops, best of 3: 639 ms per loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment