Contribute Media
A thank you to everyone who makes this possible: Read More

Building Python with Bazel

Description

Bazel is a build system recently open sourced by Google. Even though Python doesn't require 'building' in the traditional way like C++, large code bases can benefit from Bazel's features. Bazel provides powerful tools for expressing and querying dependencies—even between systems in different languages.

It also makes it possible to bundle applications with all of their dependencies into a hermetic package for distribution. This talk will cover:

  1. an introduction to Bazel and how it differs from other build systems,
  2. how Bazel can be used with Python, and
  3. the limitations of Bazel.

Slides available here: http://il.pycon.org/2016/static/sessions/benjamin-peterson.pdf

Details

Improve this page