- 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.
推薦閱讀
- Java范例大全
- Python機器學習:數據分析與評分卡建模(微課版)
- Beginning Java Data Structures and Algorithms
- Python程序設計(第3版)
- Network Automation Cookbook
- C#程序設計教程
- The Complete Coding Interview Guide in Java
- Python數據結構與算法(視頻教學版)
- MySQL從入門到精通(軟件開發視頻大講堂)
- Learning YARN
- JavaScript腳本特效編程給力起飛
- OpenStack Networking Essentials
- PrimeFaces Blueprints
- Bootstrap for Rails
- PhoneGap 4 Mobile Application Development Cookbook