- Kivy Cookbook
- Hugo Solis
- 198字
- 2021-07-16 20:39:53
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: "We are using again our KV file with a simple button and empty label with ID button1
and label1
respectively"
A block of code is set as follows:
<MyW>: Button: id: button1 text: 'Hello' on_press: root.animate(button1)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
canvas.after: PopMatrix
Any command-line input or output is written as follows:
$ Kivy pyinstaller.py --windowed --name e1 /Users/Me/Documents/e1app/e1.py
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: "We are going to use one simple Python files that will just show our Hello World text"
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- 摩登創客:與智能手機和平板電腦共舞
- 控糖控脂健康餐
- Learning RxJava
- VSTO開發入門教程
- Oracle Database 12c Security Cookbook
- SQL Server 2012數據庫管理與開發項目教程
- 你不知道的JavaScript(中卷)
- Gradle for Android
- .NET 3.5編程
- 劍指Java:核心原理與應用實踐
- Webpack實戰:入門、進階與調優
- Visual Basic 6.0程序設計實驗教程
- Natural Language Processing with Python Quick Start Guide
- 分布式數據庫HBase案例教程