- 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虛擬機:JVM原理與實戰(zhàn)
- PostgreSQL Cookbook
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術(shù)
- Python從菜鳥到高手(第2版)
- DevOps入門與實踐
- 軟件測試技術(shù)指南
- 網(wǎng)站構(gòu)建技術(shù)
- 0 bug:C/C++商用工程之道
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Learning AngularJS for .NET Developers
- CRYENGINE Game Development Blueprints
- PHP動態(tài)網(wǎng)站開發(fā)實踐教程
- 軟硬件綜合系統(tǒng)軟件需求建模及可靠性綜合試驗、分析、評價技術(shù)
- VMware vSphere Design Essentials
- Python深度學習與項目實戰(zhàn)