- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 165字
- 2021-07-09 20:40:17
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: "The next step is to edit build.properties file."
A block of code is set as follows:
print "Name Marks Age"
print ( "%s %14.2f %11d" % ("John Doe", 80.67, 27))
print ( "%s %12.2f %11d" %("Bhaskar" ,76.901, 27))
print ( "%s %3.2f %11d" %("Mohit", 56.98, 25))
Any command-line input or output is written as follows:
$ brew install python
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: "Once done, click on Activate."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Python自動化運維快速入門
- Python數據分析(第2版)
- Mastering Swift 2
- Magento 1.8 Development Cookbook
- 量化金融R語言高級教程
- 深入實踐Kotlin元編程
- Orchestrating Docker
- Unity Android Game Development by Example Beginner's Guide
- ABAQUS6.14中文版有限元分析與實例詳解
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Java服務端研發知識圖譜
- 透視C#核心技術:系統架構及移動端開發
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- C語言從入門到精通(第5版)