- Julia Cookbook
- Jalem Raj Rohit
- 163字
- 2021-07-08 11:12:43
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 DataFrames
package is needed to deal with TSV files."
Any command-line input or output is written as follows:
query = """ CREATE TABLE Student ( ID INT NOT NULL AUTO_INCREMENT, Name VARCHAR(255), Attendance FLOAT, JoinDate DATE, Enrolments INT, PRIMARY KEY (ID) );"""
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: "If we check the page, we should see our Page rendered! alert logged to the console."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- LabVIEW Graphical Programming Cookbook
- Objective-C應用開發全程實錄
- Hands-On Data Structures and Algorithms with JavaScript
- Python Game Programming By Example
- 軟件項目管理實用教程
- Apache Mesos Essentials
- KnockoutJS Starter
- Building an RPG with Unity 2018
- Spring Boot進階:原理、實戰與面試題分析
- ServiceNow:Building Powerful Workflows
- Java網絡編程實戰
- 軟件項目管理實用教程
- Test-Driven JavaScript Development
- 寫給青少年的人工智能(Python版·微課視頻版)
- Monitoring Docker