- Mastering Immutable.js
- Adam Boduch
- 204字
- 2021-07-08 10:30:00
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: Code words in text are shown as follows: "We can include other contexts through the use of the import statement."
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:
import { List } from 'immutable';
const myList = List();
console.log('List', myList instanceof List);
// -> List true
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."
- Intel Galileo Essentials
- Leap Motion Development Essentials
- Android 9 Development Cookbook(Third Edition)
- Python Geospatial Development(Second Edition)
- Python GUI Programming Cookbook
- Python高效開發(fā)實戰(zhàn):Django、Tornado、Flask、Twisted(第3版)
- Learning ELK Stack
- 大模型RAG實戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Symfony2 Essentials
- Keras深度學(xué)習(xí)實戰(zhàn)
- Test-Driven Machine Learning
- Extreme C
- Django 3.0入門與實踐
- 小型編譯器設(shè)計實踐
- QGIS Python Programming Cookbook(Second Edition)