- Python Tools for Visual Studio
- Martino Sabia Cathy Wang
- 169字
- 2021-07-16 12:05:08
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
class foo: """ Documentation of the class. It can be multiline and contain any amount of text """ @classmethod def bar(self, first=0, second=0): """This is the documentation for the method""" return first + second print(foo.bar())
Any command-line input or output is written as follows:
python manage.py schemamigration south2ptvs –-initial
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Clicking on the Next button moves you to the next screen."
推薦閱讀
- Python機器學習:數據分析與評分卡建模(微課版)
- 青少年美育趣味課堂:XMind思維導圖制作
- iOS開發實戰:從零基礎到App Store上架
- Java Web及其框架技術
- Animate CC二維動畫設計與制作(微課版)
- 編譯系統透視:圖解編譯原理
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Python算法詳解
- 深入實踐Kotlin元編程
- Building Serverless Web Applications
- OpenCV Android Programming By Example
- Anaconda數據科學實戰
- Java高并發編程詳解:深入理解并發核心庫
- 高效使用Greenplum:入門、進階與數據中臺
- INSTANT JQuery Flot Visual Data Analysis