In this live stream, I look at the code that integrates Google's Bazel build system with the Python ecosystem. The rules_python rules use pip and wheel to handle dependencies, then they generate BUILD configurations so the Bazel world can understand the Python world.
Useful links:
Code: https://github.com/bazelbuild/rules_p...
Docs: https://bazel.build/reference/be/python
Previous videos I've done on Bazel:
Let's read the Bazel source code Part 1: • Let's read the Bazel source code, Part 1
Let's read the Bazel source code Part 2: • Let's read the Bazel source code, Part 2
Let's read the Bazel source code Part 3: • Let's read the Bazel source code, Part 3