- 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."
推薦閱讀
- Flask Web全棧開發實戰
- Reporting with Visual Studio and Crystal Reports
- 從零開始:數字圖像處理的編程基礎與應用
- 大學計算機應用基礎實踐教程
- MATLAB定量決策五大類問題
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- Python:Master the Art of Design Patterns
- Unity UI Cookbook
- HTML5+CSS3 Web前端開發技術(第2版)
- C專家編程
- Building Dynamics CRM 2015 Dashboards with Power BI
- Python商務數據分析(微課版)
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Android高級開發實戰:UI、NDK與安全
- Go Systems Programming