Learning Objectives

We will learn about the following topics in detail in the upcoming lessons

We'll cover the following...

Upcoming topics

Pycairo draws its output to a surface. There are separate surface types for different types of output, each derived from the abstract base type Surface. Normally, we create a surface of the required type, and then we obtain a Context to do the drawing.

There are ...