How to Build Python Code with Bazel (and Why)

How can you build Python code with Bazel? Why would you even want to do that?
This is the topic of a short talk I gave at PyCon IL this year. Below are the … Read more

Similar

Python-Igraph 0.8 Released

python-igraph 0.8.0 Release 0.8.0 of igraph’s Python interface follows the recent release of version 0.8.0 of the C core with many bug fixes that have accumulated over the last five years, and an improved build process that does not require the C core of ... (more…)

Read more »

Syntax changes in Python 3.6

Python 3.6 adds a couple of new features and improvements that’ll affect the day to day work of Python coders. In this article I’ll give you an overview of the new features I found the most interesting.

Read more »