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: Which will be in the format ec2-10-857-84-485.compute-1.amazonaws.com
. I made up those numbers, but yours should be close to this.
A block of code is set as follows:
import pandas as pd penguin_df = pd.read_csv('penguins.csv') print(penguin_df.head())
Any command-line input or output is written as follows:
git add . git commit -m 'added heroku files' git push
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: We are going to be using Amazon Elastic Compute Cloud, or Amazon EC2 for short.
Tips or important notes
Appear like this.