pyqgis.com

Four core paths to learn PyQGIS

Focus your learning with dedicated guides for PyQGIS fundamentals, spatial automation, cartographic visualization, and QGIS plugin development.

qgis_project.pyEPSG:3857
processing.run("native:buffer", params)
layer.renderer().symbol().setColor(color)

PyQGIS is the Python interface to QGIS. These four core topics let you choose a path that matches your current goal — setting up a reliable environment, automating spatial processing, styling maps in code, or building and shipping plugins.

Suggested learning flow

Build confidence from setup to shipping tools

  1. Start with fundamentals and environment setup
  2. Move into automated spatial processing workflows
  3. Style and label maps in code for publication
  4. Build practical plugin interfaces and tooling
  5. Apply patterns to real project datasets