CORE PYTHON APPLICATIONS PROGRAMMING, 3rd edition by Wesley J. Chun

All source code under Apache 2.0 license
# http://www.apache.org/licenses/LICENSE-2.0.html

Chapter 13 Web Services

Example	Filename
13-1	stock.py (modernized Aug 2015 for 2.x & 3.x)
13-2	twapi.py (modernized Aug 2015 for 2.x & 3.x)
extra	settings_TMPL.py (auth template; replaces tweet_auth.py)
extra	stock-orig.py (originally published version)
extra	stock3.py (3.x stock-orig.py replaced by stock.py)
extra	twapi-orig.py (originally published version)
extra	twe_a.py
extra	twe_u.py
extra	twy_a.py
extra	twy_u.py