官术网_书友最值得收藏!

Conventions

Many Go code snippets will not include package main and func main() {}. It is assumed that Go code snippets are compiled within this necessary structure, unless otherwise noted. It will also be assumed throughout the book that code example are compiled in a directory call myprogram and thus compiled to a myprogram binary. The reader will recognize, however, that the code could be copied to any folder in your GOPATH/src directory and/or compiled to a binary named according to the reader's preference.

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 lines of code read the link and assign it to the to the BeautifulSoup function." A block of code is set as follows:

#import packages into the project 
from bs4 import BeautifulSoup 
from urllib.request import urlopen 
import pandas as pd

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:

C:\Python34\Scripts> pip install -upgrade pip
C:\Python34\Scripts> pip install pandas

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: "In order to download new modules, we will go to Files | Settings | Project Name | Project Interpreter."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 安西县| 安溪县| 上思县| 柳林县| 承德县| 砀山县| 桂东县| 乐平市| 永嘉县| 乐亭县| 南宫市| 梓潼县| 广德县| 香河县| 灵武市| 淮滨县| 车险| 叙永县| 利津县| 历史| 东兴市| 定州市| 南召县| 庆城县| 林州市| 绥德县| 永修县| 绿春县| 古交市| 钟山县| 江北区| 东乌| 乐安县| 高密市| 临江市| 遂川县| 洪湖市| 通榆县| 九江市| 黄山市| 南丰县|