- 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."
推薦閱讀
- C++面向對象程序設計(第三版)
- TypeScript Blueprints
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Python數據挖掘與機器學習實戰
- AppInventor實踐教程:Android智能應用開發前傳
- Integrating Facebook iOS SDK with Your Application
- C和C++游戲趣味編程
- ActionScript 3.0從入門到精通(視頻實戰版)
- 計算機應用技能實訓教程
- 計算機應用基礎(第二版)
- C語言程序設計與應用實驗指導書(第2版)
- Developing Java Applications with Spring and Spring Boot
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- 軟件測試項目實戰之功能測試篇
- Learning SaltStack(Second Edition)