Log message with QGIS Python script
A minimal example on how to add a message to Log Messages panel in a QGIS Python script.
A minimal example on how to add a message to Log Messages panel in a QGIS Python script.
A minimal example on how to get QGIS version number and name in a QGIS Python script.
A minimal example for a script that edits the title bar of the QGIS app window on application launch by adding a QGIS version number to it.
A minimal example for updating attribute values in an ESRI enterprise geodatabase via a Python script.
A quick tip on how to create a Python environment with Conda, and then use it in JupyterLab Desktop.
A quick tip on how to use UFW to block all IP adresses used by Google and by AI-related crawlers.
A minimal example for managing an SQLite database with Python via SQLAlchemy library. Includes a definition of a relationship between tables for the purpose of implementing a dictionary.
A quick tip on how to make a Python script run automatically as a Windows service.