- 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."
- 多媒體CAI課件設(shè)計與制作導(dǎo)論(第二版)
- Python編程自學(xué)手冊
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- TypeScript Blueprints
- Groovy for Domain:specific Languages(Second Edition)
- Python:Master the Art of Design Patterns
- 自制編程語言
- Android應(yīng)用案例開發(fā)大全(第二版)
- Building Microservices with .NET Core
- CoffeeScript Application Development Cookbook
- Node Cookbook(Second Edition)
- Python+Tableau數(shù)據(jù)可視化之美
- 新印象:解構(gòu)UI界面設(shè)計
- Java 從入門到項目實踐(超值版)
- Backbone.js Testing