├── Chapter 11 - Regular Expressions ├── chapter11.py ├── regex_sum_201873.txt └── regex_sum_42.txt ├── Chapter 12 - Networks and Sockets ├── chapter12.py └── examples.py ├── Chapter 12 - Programs that Surf the Web ├── BeautifulSoup.py ├── chapter12_2.py └── chapter12_3.py ├── Chapter 13 - JSON and the REST Architecture ├── geo_assignment.py └── json_assignment.py ├── Chapter 13 - Web Services and XML └── xml_assignment.py └── README.md /Chapter 11 - Regular Expressions/chapter11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 11 - Regular Expressions/chapter11.py -------------------------------------------------------------------------------- /Chapter 11 - Regular Expressions/regex_sum_201873.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 11 - Regular Expressions/regex_sum_201873.txt -------------------------------------------------------------------------------- /Chapter 11 - Regular Expressions/regex_sum_42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 11 - Regular Expressions/regex_sum_42.txt -------------------------------------------------------------------------------- /Chapter 12 - Networks and Sockets/chapter12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 12 - Networks and Sockets/chapter12.py -------------------------------------------------------------------------------- /Chapter 12 - Networks and Sockets/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 12 - Networks and Sockets/examples.py -------------------------------------------------------------------------------- /Chapter 12 - Programs that Surf the Web/BeautifulSoup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 12 - Programs that Surf the Web/BeautifulSoup.py -------------------------------------------------------------------------------- /Chapter 12 - Programs that Surf the Web/chapter12_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 12 - Programs that Surf the Web/chapter12_2.py -------------------------------------------------------------------------------- /Chapter 12 - Programs that Surf the Web/chapter12_3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 12 - Programs that Surf the Web/chapter12_3.py -------------------------------------------------------------------------------- /Chapter 13 - JSON and the REST Architecture/geo_assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 13 - JSON and the REST Architecture/geo_assignment.py -------------------------------------------------------------------------------- /Chapter 13 - JSON and the REST Architecture/json_assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 13 - JSON and the REST Architecture/json_assignment.py -------------------------------------------------------------------------------- /Chapter 13 - Web Services and XML/xml_assignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/Chapter 13 - Web Services and XML/xml_assignment.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mpitts/Coursera-Using-Python-to-Access-Web-Data/HEAD/README.md --------------------------------------------------------------------------------