- 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."
推薦閱讀
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Learning RxJava
- Machine Learning with R Cookbook(Second Edition)
- Mastering Python High Performance
- Kinect for Windows SDK Programming Guide
- Mobile Device Exploitation Cookbook
- Unity 2018 Augmented Reality Projects
- Hadoop 2.X HDFS源碼剖析
- 青少年學Python(第2冊)
- PHP Microservices
- Mastering Object:Oriented Python(Second Edition)
- Processing開發實戰
- 大話C語言
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用
- Python程序員面試算法寶典