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

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 lines of code read the link and assign it to the open function."

A block of code is set as follows:

fin = open('data/fake_weather_data.csv','r',newline='')
reader = csv.reader(fin)
for row in reader:
myData.append(row)

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

new_scf_data = []
for old_entry in scf_data["issues"]:
new_entry={}

Any command-line input or output is written as follows:

$ mongoimport --file fake_weather_data.csv

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.
主站蜘蛛池模板: 陕西省| 乌审旗| 新乐市| 保定市| 文登市| 灌南县| 大庆市| 广平县| 平利县| 犍为县| 陆河县| 繁昌县| 盐山县| 斗六市| 正安县| 五河县| 新宁县| 淮滨县| 巴彦淖尔市| 新宁县| 怀来县| 旺苍县| 汉阴县| 顺义区| 成武县| 遵义市| 临江市| 赤壁市| 同仁县| 股票| 桓台县| 镇原县| 阿荣旗| 左云县| 惠安县| 潜江市| 临朐县| 芦山县| 县级市| 玉环县| 武夷山市|