- Modular Programming with Python
- Erik Westra
- 196字
- 2021-07-16 10:47:15
Conventions
In this book, you will find a number of text styles 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: " This one-line program would be saved in a file on disk, typically named something like hello.py
"
A block of code is set as follows:
def init(): global _stats _stats = {}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
[default]
exten => s,1,Dial(Zap/1|30)
exten => s,2,Voicemail(u100)
exten => s,102,Voicemail(b100)
exten => i,1,Voicemail(s0)
Any command-line input or output is written as follows:
# cp /usr/src/asterisk-addons/configs/cdr_mysql.conf.sample /etc/asterisk/cdr_mysql.conf
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
- UI圖標(biāo)創(chuàng)意設(shè)計(jì)
- C語言程序設(shè)計(jì)教程
- DevOps入門與實(shí)踐
- 微信公眾平臺(tái)開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- 算法訓(xùn)練營:提高篇(全彩版)
- Learning FuelPHP for Effective PHP Development
- 區(qū)塊鏈底層設(shè)計(jì)Java實(shí)戰(zhàn)
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- Mastering Akka
- Python程序設(shè)計(jì)現(xiàn)代方法
- Kotlin核心編程
- React.js 16從入門到實(shí)戰(zhàn)
- RabbitMQ Essentials
- Access 2013數(shù)據(jù)庫應(yīng)用案例課堂