========= Resources ========= This section is for listing various useful pycairo resources, feel free to contribute ! Windows Binary Packages (unofficial) Precompiled binaries for the Microsoft Windows platform can be obtained from the following sources: `Precompiled PyCairo for Python 2.x from Uri Shaked `_ Some Libraries/Modules Using pycairo * `Cairo Plot `_: a module to plot graphics * `matplotlib `_: a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. * `PyCha `_: PYthon CHArts - a Python package for drawing charts * `PyGoocanvas `_: python bindings for GooCanvas which is a canvas widget for GTK+ * `PyGTK `_: GTK+ for Python. * rsvg: part of `gnome-python-desktop `_, it provides Python bindings for librsvg Some Applications Using pycairo * `A Shogiban for Gnushogi `_. * `gPodder `_: a podcatcher. * `Miro `_: Internet TV, HD video player. * pycairo projects at `Google Code `_. * `PyChess `_. * `Pyroute - OpenStreetMap `_. * `Shoebot `_ - a pure Python graphics robot. Tutorials * `Cairo Tutorial for Python (and other) Programmers `_: Generic introduction to cairo concepts oriented to python. * `Cairo Tutorial for PyGTK Programmers `_: Tutorial about how to use cairo for drawing in `PyGTK `_. * Writing a widget using cairo and PyGTK 2.8 `Part 1 `_, `Part 2 `_: A translation of the GNOME Journal tutorial by Davyd Madeley from C to Python. Demos * `A Basic Cairo-clock in Python `_ using XShape. * `A simple clock implemented in pygtk and cairo `_. Recipies See the main `Cairo Cookbook `_.