- NumPy Essentials
- Leo (Liang Huan) Chin Tanmay Dutta
- 140字
- 2021-07-16 11:16:30
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: "Note that SciPy can mean a number of thing, like the Python module named scipy
."
A block of code is set as follows:
In [42]: print("Hello, World!")
Any command-line input or output is written as follows:
In [6]: x Out[6]: array([[1, 2, 3], [2, 3, 4]]) In [7]: x[0,0] Out[7]: 1 In [8]: x[1,2] Out[8]: 4
New terms and important words are shown in bold.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- 測試驅動開發:入門、實戰與進階
- HBase從入門到實戰
- Responsive Web Design with HTML5 and CSS3
- INSTANT CakePHP Starter
- Scratch 3.0少兒編程與邏輯思維訓練
- Access 2016數據庫管
- Getting Started with Python Data Analysis
- HTML5從入門到精通(第4版)
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- 零基礎C#學習筆記
- Building Business Websites with Squarespace 7(Second Edition)
- Beginning C# 7 Hands-On:The Core Language
- MySQL核心技術與最佳實踐