- Neural Network Programming with TensorFlow
- Manpreet Singh Ghotra Rajdeep Dua
- 213字
- 2021-07-02 15:17:03
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 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."
- Spark快速大數(shù)據(jù)分析(第2版)
- Python數(shù)據(jù)分析:基于Plotly的動態(tài)可視化繪圖
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- 深度剖析Hadoop HDFS
- Microsoft Power BI數(shù)據(jù)可視化與數(shù)據(jù)分析
- Flutter Projects
- 圖數(shù)據(jù)實(shí)戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問題
- Oracle RAC日記
- SQL Server 2012數(shù)據(jù)庫管理教程
- 編寫有效用例
- Splunk智能運(yùn)維實(shí)戰(zhàn)
- Python數(shù)據(jù)分析與數(shù)據(jù)化運(yùn)營
- 數(shù)字IC設(shè)計(jì)入門(微課視頻版)
- SQL Server 2012實(shí)施與管理實(shí)戰(zhàn)指南
- Python數(shù)據(jù)分析從小白到專家