Dive Into Python 3. After a week the explanations of Python itself felt insufficient. Understanding the environment is integral to using the language in the different contexts of web output, graphics, data parsing.
Python in a Nutshell's next. The docs on Python's site took a sec to get used to after relying on php.net/
foo for years.Python3 is now, but it seems like most libs/modules are Python 2 still.
Lists + Dictionaries, Arrays + Key:Prop Objects
_ http://www.gskinner.com/blog/archives/2006/07/as3_dictionary.html
_ http://www.actionscript.org/resources/articles/804/1/Building-A-Better-Array----The-Dictionary-Class/Page1.html
CouchDB
_ http://wiki.apache.org/couchdb/Reference
_ http://labs.mudynamics.com/wp-content/uploads/2009/04/icouch.html
Python+CouchDB
_ http://code.google.com/p/couchdb-python/
_ http://code.google.com/p/couchdb-python/source/browse/couchdb/client.py
CouchDB Security Intro / YouTube
_ http://www.youtube.com/watch?v=oHKvV3Nh-CI
JSONs Are Forever
_ http://www.json.org/example.html
ignore warnings
import warnings
warnings.filterwarnings('ignore')_ http://stackoverflow.com/questions/879173/how-to-ignore-deprecation-warnings-in-python