- Raspberry Pi Projects for Kids
- Daniel Bates
- 129字
- 2021-07-16 12:17:52
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 are shown as follows: "This script waits until it receives the launch
message."
A block of code is set as follows:
def count(maximum): value = 0 while value < maximum: value = value + 1 print "value =", value
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: "Select Raspbian and click on Install".
推薦閱讀
- 大數據戰爭:人工智能時代不能不說的事
- 大學計算機基礎:基礎理論篇
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- Dreamweaver CS3網頁設計與網站建設詳解
- 微型計算機控制技術
- Mastering ServiceNow Scripting
- 未來學徒:讀懂人工智能飛馳時代
- MongoDB 4 Quick Start Guide
- 大型機系統應用基礎
- Learning OpenShift
- 智能座艙之車載機器人交互設計與開發
- Hands-On Artificial Intelligence for Beginners
- Ubuntu 9 Linux應用基礎
- ARM? Cortex? M4 Cookbook