Overview While the title of this posts says "Urllib2", we are going to show some examples where you use urllib, since they are often used … [Read more...] about How to use urllib2 in Python
urllib2
Scraping websites with Python
What is BeautifulSoup? BeautifulSoup is a third party Python library from Crummy. The library is designed for quick turnaround projects like … [Read more...] about Scraping websites with Python
Fetching data from the Internet
What is Urllib2? urllib2 is a Python module for fetching URLs. What can it do? It offers a very simple interface, in the form of the urlopen … [Read more...] about Fetching data from the Internet