QGIS Plugins¶
Python support was introduced in QGIS 0.9 (2007). Today, there are several ways how to use Python in QGIS Desktop. They are covered in the following sections:
- Enter commands in the QGIS Python interactive console
- Create and use QGIS plugins
- Automatically run Python code when QGIS starts
- Create custom applications based on the QGIS API
(source: PyQGIS Developer Cookbook)
Important
All examples are QGIS 3.16 LTR compatible. Python 3 and Qt 5 required. Functionality in other QGIS versions is not guaranteed.
Important links¶
- http://qgis.org
- API
- https://qgis.org/pyqgis/3.16/ (Python)
- https://qgis.org/api/3.16/ (C++)
Important
Cookbook (very useful!!!)
About¶
Licensed under Creative Commons Attribution-ShareAlike 4.0 International License.
Version: 0.9beta (built Nov 02, 2023)