- 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."
推薦閱讀
- 程序員面試白皮書
- Java 9 Concurrency Cookbook(Second Edition)
- Python Deep Learning
- 機器人Python青少年編程開發(fā)實例
- Magento 1.8 Development Cookbook
- Learning Vaadin 7(Second Edition)
- AppInventor實踐教程:Android智能應用開發(fā)前傳
- 從零開始學C#
- Scratch3.0趣味編程動手玩:比賽訓練營
- 大學計算機基礎(chǔ)
- 從零開始:C語言快速入門教程
- Docker on Windows
- Learning Dynamics NAV Patterns
- JavaScript設(shè)計模式與開發(fā)實踐
- Scala編程(第4版)