- Kivy Blueprints
- Mark Vasilkov
- 188字
- 2021-08-06 19:18:46
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: "Kivy application's entry point is customarily called main.py
."
A block of code is set as follows:
from kivy.app import App class HelloApp(App): pass if __name__ == '__main__': HelloApp().run()
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
# In Python code LabelBase.register(name="Roboto", fn_regular="Roboto-Regular.ttf", fn_bold="Roboto-Bold.ttf", fn_italic="Roboto-Italic.ttf", fn_bolditalic="Roboto-BoldItalic.ttf")
Any command-line input or output is written as follows:
pip install -U twisted
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "The first event handler is for the Start and Stop buttons."
- 前端跨界開發(fā)指南:JavaScript工具庫原理解析與實戰(zhàn)
- Developing Middleware in Java EE 8
- C/C++常用算法手冊(第3版)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 零基礎學Java程序設計
- Learning Zurb Foundation
- The DevOps 2.5 Toolkit
- Mastering Business Intelligence with MicroStrategy
- 西門子S7-200 SMART PLC編程從入門到實踐
- HTML5開發(fā)精要與實例詳解
- Learning Modular Java Programming
- 自學Python:編程基礎、科學計算及數(shù)據(jù)分析(第2版)
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Python應用與實戰(zhàn)