Information About This Book’s Virtual Machine Experience - Appendixes - Mining the Social Web (2014)

Mining the Social Web (2014)

Part III. Appendixes

The appendixes of this book present some crosscutting material that undergirds much of the content that precedes it:

§ Appendix A presents a brief overview of the technology that powers the virtual machine experience that accompanies this book, as well as a brief discussion on the scope and purpose of the virtual machine.

§ Appendix B provides a short discussion of Open Authorization (OAuth), the industry protocol that undergirds accessing social data from just about any notable social website with an API.

§ Appendix C is a very short primer on some common Python idioms that you’ll encounter in the source code for this book; it highlights some subtleties about IPython Notebook that you may benefit from knowing about.

Appendix A. Information About This Book's Virtual Machine Experience

Just as each chapter in this book has a corresponding IPython Notebook, each appendix also has a corresponding IPython Notebook. All notebooks, regardless of purpose, are maintained in the book’s GitHub source code repository. The particular appendix that you are reading here “in print” serves as a special cross-reference to the IPython Notebook that provides step-by-step instructions for how to install and configure the book’s virtual machine.

You are strongly encouraged to install the virtual machine as a development environment instead of using your existing Python installation, because there are some nontrivial configuration management issues involved in installing IPython Notebook and all of its dependencies for scientific computing. The various other third-party Python packages that are used throughout the book and the need to support users across multiple platforms only exacerbate the complexity that can be involved in getting a basic development environment up and running. Therefore, this book comes with a virtual machine that provides all readers and consumers of the source code with the least amount of friction possible to interactively follow along with the examples. Even if you are an expert in working with Python developer tools, you will still likely save some time by taking advantage of the book’s virtual machine experience on your first pass through the text. Give it a try. You’ll be glad that you did.

NOTE

The corresponding read-only IPython Notebook, Appendix A: Virtual Machine Experience, is maintained with the book’s GitHub source code repository and contains step-by-step instructions for getting started.