- 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.
推薦閱讀
- MySQL數據庫應用與管理 第2版
- Android Studio Essentials
- NativeScript for Angular Mobile Development
- Mastering Ext JS
- jQuery Mobile移動應用開發實戰(第3版)
- 從零開始學C語言
- Web前端應用開發技術
- Processing創意編程指南
- Extending Unity with Editor Scripting
- SpringBoot從零開始學(視頻教學版)
- PostgreSQL 12 High Availability Cookbook
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- PHP高性能開發:基礎、框架與項目實戰
- PHP從入門到精通(微視頻精編版)
- Puppet Essentials