- 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."
- Mastering Visual Studio 2017
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- AngularJS Testing Cookbook
- Microsoft Dynamics 365 Extensions Cookbook
- JavaScript Unlocked
- 深入淺出Spring Boot 2.x
- Web Development with Django Cookbook
- 軟件測試項目實戰之性能測試篇
- Spring Boot進階:原理、實戰與面試題分析
- BIM概論及Revit精講
- 詳解MATLAB圖形繪制技術
- Python機器學習之金融風險管理
- Django 5企業級Web應用開發實戰(視頻教學版)
- Mastering HTML5 Forms
- Groovy 2 Cookbook