Chapter 10: Under the Hood

Right Click, then select "View Page Source"

See the code behind this page

How to View Source in Chrome

Create a program on CodeHS

Create a new program

Click "Try it" to create a program in a variety of programming languages

Try the terminal


Open the terminal

How to open the terminal

Start a python session

Type:

python

Then try to type a mathematical expression, or a print statement.

18 * 101
print("Hello")

Traceroute

Open the terminal and type

traceroute readwritecodebook.com

to see the path the data takes over the internet.