- 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."
- Go Web編程
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- Python從小白到大牛
- Learning SAP Analytics Cloud
- 機械工程師Python編程:入門、實戰(zhàn)與進階
- VMware虛擬化技術(shù)
- Mastering React
- 細說Python編程:從入門到科學(xué)計算
- Building Serverless Architectures
- Python自然語言理解:自然語言理解系統(tǒng)開發(fā)與應(yīng)用實戰(zhàn)
- Emotional Intelligence for IT Professionals
- Python Projects for Kids
- 安卓工程師教你玩轉(zhuǎn)Android
- Go Systems Programming
- Beginning C# 7 Hands-On:The Core Language