PyCairo tutorial
This is PyCairo tutorial. In this tutorial, we are going to learn 2D graphics programming in Python and the Cairo library.
Table of Contents
- Introduction
- Backends
- Basic drawing
- Shapes & fills
- Gradients
- Clipping & masking
- Transparency
- Transformations
- Text
- Images
- The root window
PyCairo
PyCairo is a Python module for working with the Cairo library. It is a set of Python bindings to the Cairo C library. It closely matches the C API with the exception of cases, where more Pythonic way is desirable.
Similar tutorials
The Cairo graphics tutorial covers the Cairo library in the C programming language.