- QGIS Python Programming Cookbook
- Joel Lawhead
- 160字
- 2021-07-23 19:48:48
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In the QGIS Python Console, we'll import the random
module."
A block of code is set as follows:
proj = QgsProject.instance() proj.title("My QGIS Project") proj.title() proj.writeEntry("MyPlugin", "splash", "Geospatial Python Rocks!") proj.readEntry("MyPlugin", "splash", "Welcome!")[0]
Any command-line input or output is written as follows:
sudo easy_install PyPDF2
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Enter information in the form and click on the Send button."
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- Instant 960 Grid System
- ASP.NET 3.5程序設計與項目實踐
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Rust Essentials(Second Edition)
- Getting Started with NativeScript
- Microsoft Azure Storage Essentials
- Android玩家必備
- Python從入門到精通(第3版)
- Java 從入門到項目實踐(超值版)
- Practical GIS
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- PHP 7 Programming Blueprints
- Getting Started with Backbone Marionette
- 亮劍C#項目開發案例導航