- Hands-On Data Analysis with Scala
- Rajesh Gupta
- 156字
- 2021-06-24 14:51:03
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Create a package called handson.example by expanding to src/main/scala and right-clicking on this folder."
A block of code is set as follows:
scala> def factorial(n: Int): Long = if (n <= 1) 1 else n * factorial(n-1)
factorial: (n: Int)Int
scala> factorial(5)
res0: Long = 120
Any command-line input or output is written as follows:
$ brew install sbt@1
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click on Create New Project, and then click on Scala and select the sbt console."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 腦動(dòng)力:Linux指令速查效率手冊
- Div+CSS 3.0網(wǎng)頁布局案例精粹
- Photoshop CS4經(jīng)典380例
- 一本書玩轉(zhuǎn)數(shù)據(jù)分析(雙色圖解版)
- Visual FoxPro 6.0數(shù)據(jù)庫與程序設(shè)計(jì)
- Dreamweaver CS3網(wǎng)頁設(shè)計(jì)與網(wǎng)站建設(shè)詳解
- 機(jī)器人智能運(yùn)動(dòng)規(guī)劃技術(shù)
- Python Data Science Essentials
- RPA(機(jī)器人流程自動(dòng)化)快速入門:基于Blue Prism
- 聊天機(jī)器人:入門、進(jìn)階與實(shí)戰(zhàn)
- 智能生產(chǎn)線的重構(gòu)方法
- HTML5 Canvas Cookbook
- 重估:人工智能與賦能社會(huì)
- 人工智能云平臺:原理、設(shè)計(jì)與應(yīng)用
- 從零開始學(xué)ASP.NET