上QQ阅读APP看书,第一时间看更新
What you need for this book
In order to compile and run the examples mentioned in this book, you require the following software:
- Python Version 3.2 or higher with the standard suite of libraries. We'll focus on Python 3.3, but the differences from 3.2 are minor.
- We'll take a look at some additional packages. These include PyYaml, SQLAlchemy, and Jinja2.
- http://pyyaml.org
- http://www.sqlalchemy.org. When building this, check the installation guide, http://docs.sqlalchemy.org/en/rel_0_9/intro.html#installation. Using the
--without-cextensions
option can simplify installation. - http://jinja.pocoo.org/
- Optionally, you might want to add Sphinx or Docutils to your environment, as we'll cover them as well.