- 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."
推薦閱讀
- Practical Data Science Cookbook(Second Edition)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Python 3破冰人工智能:從入門到實戰(zhàn)
- Ext JS 4 Web Application Development Cookbook
- Mastering Apache Maven 3
- Protocol-Oriented Programming with Swift
- 深度學習:Java語言實現
- 區(qū)塊鏈技術與應用
- Learning Modular Java Programming
- 微信小程序開發(fā)實戰(zhàn):設計·運營·變現(圖解案例版)
- Deep Learning with R Cookbook
- Mastering Elixir
- C/C++代碼調試的藝術
- jQuery EasyUI從零開始學
- Daniel Arbuckle's Mastering Python