Conventions used
There are a number of text conventions used throughout this book.
Code in text
: 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: “Therefore, the code compression:glue.Compression.SNAPPY
will fail to compile during the build stage.”
A block of code is set as follows:
code to improve def display_weather_table(temperature_data): df = pd.DataFrame(temperature_data, columns=['Date', 'Temperature (°F)']) print(df)
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “The Recommend Tasks button is also presented on this screen, where Q can analyze the issue and assign more manageable tasks to users for faster actions.”
Use-cases or important notes
Appear like this.