-
I've been toying around with the idea of a PyQGIS intro for non-programmers without all the boring parts of vanilla Python tutorials. Not sure how far this will go, but it's a start: anitagraser.com/projects/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/
-
Thank you all for your feedback and encouragement! I've updated the existing chapters and added a new one anitagraser.com/projects/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/
-
#PyQGIS101 vector styling: a starry night?! anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-styling-vector-layers/
-
Interesting to see requests for a motivation section that justifies why learning #python is worthwhile. I thought we were beyond that point. #QGIS #gistribe
-
Been waiting for a #PyQGIS101 raster example? Here it is anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-loading-a-raster-layer/
-
The raster chapter also includes the first if statement example. Next up: probably how to call a Processing tool
-
Turns out using Processing tools in #PyQGIS requires basic Python dictionary knowledge. Another building block down anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-running-processing-tools/
-
Learn how to export maps to PDF using #Python in the latest example of #PyQGIS101 anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-exporting-layouts/ #QGIS
-
This is the first example that touches on oop inheritance. Know a good resource explaining the concept, ideally with python examples? Let me know! #pyqgis101
-
Realized I had comments disabled on the last couple of #PyQGIS101 examples. That wasn't on purpose.
-
New in: creating & modifying #QGIS vector layers using #Python: anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis101-creating-editing-a-new-vector-layer/ #PyQGIS101
-
Due to popular demand: chaining #QGIS Processing tools to create more complex workflows in #Python anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis101-chaining-processing-tools/ #PyQGIS101
-
New #PyQGIS101 post: renaming and removing project layers anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-managing-project-layers/ #GISChat #QGIS
-
New in: @underdarkGIS/1129838611891986432 #PyQGIS101
-
Next up in #PyQGIS101 will be aggregate expressions
-
#PyQGIS101 part 12 with newly integrated instructions for aggregate expressions: anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-using-expressions-to-compute-new-field-values/ also includes improved information about expression scopes (kudos to @nyalldawson for helping with the implementation details!)
-
@nyalldawson It's finally here: The first #PyQGIS101 tutorial for Processing scripts! anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-writing-a-processing-script/ (It includes #QGIS 3.4 support so it's a bit verbose but I didn't want to leave LTR users behind.)
-
I've cleaned it up a bit more. The resulting minimum working Processing script is now 57 lines long (while using line breaks generously)
-
Jumping right into Processing scripts skipped a couple of important #PyQGIS101 topics. Therefore, the latest tutorial discusses writing #Python functions and how they can make your code reusable: anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-creating-functions-to-load-geopackage-layers/ #GISChat
-
New: heatmap styling in #PyQGIS101 anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-styling-vector-layers/pyqgis-101-advanced-point-layer-styling/ #QGIS
-
Heatmap & data defined symbol size snippets are now included in #PyQGIS101 anitagraser.com/pyqgis-101-introduction-to-qgis-python-programming-for-non-programmers/pyqgis-101-styling-vector-layers/pyqgis-101-advanced-point-layer-styling/
-
For those of you looking for more Python reading: Springer has opened access to their beginners link.springer.com/openurl?genre=book&isbn=978-3-030-20290-3 & advanced guide link.springer.com/openurl?genre=book&isbn=978-3-030-25943-3 to #Python 3