- Getting Started with Julia
- Ivo Balbaert
- 194字
- 2021-07-23 20:34:04
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: "As an example, we use the data-file winequality.csv
that contains 1599 sample measurements, 12 data columns."
A block of code is set as follows:
using DataFrames fname = "winequality.csv" data = readtable(fname, separator = ';')
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
using DataFrames
fname = "winequality.csv"
data = readtable(fname, separator = ';')
Any command-line input or output is written as follows:
julia main.jl
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: "Navigate to Configuration | System Administration | ODBC Data Sources."
- Learning Chef
- C/C++算法從菜鳥到達人
- Unity Virtual Reality Projects
- Java EE 7 Development with NetBeans 8
- Hands-On Full Stack Development with Go
- 21天學通C++(第5版)
- MySQL程序員面試筆試寶典
- Orchestrating Docker
- 深入理解BootLoader
- Visual Basic程序設計全程指南
- SCRATCH編程課:我的游戲我做主
- Practical Responsive Typography
- Tkinter GUI Programming by Example
- 中小企業(yè)網(wǎng)站建設與管理(靜態(tài)篇)
- Learning Adobe Muse