April 2020
Intermediate to advanced
294 pages
7h 53m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Create new modules for each module that will be tested with _tests.py appended to the filename."
A block of code is set as follows:
def system_init(): print("Initializing system ...") print("Starting application ...")
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
try: PushButton = RGB_Button.DeviceIO.Read() except Exception as e: sys.print_exception(e) print("Exiting application ...") sys.exit(0)
Any command-line ...
Read now
Unlock full access