Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 787 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 787 Bytes

This repository is for the "Your First Program" example in the Data Analysis textbook's How Programs Work chapter.

Your First Program: hello-world

  1. Use your terminal to locate where you want to save this repository.
  2. Fork and clone this repository at the location you have selected.
  3. Open the project in your IDE.
  4. Explore the code provided. Read any commented instructions.
  5. Open a terminal and cd into your project directory. Remember to use ls to verify your location. You are in the project directory when you see hello.py after running the ls command.

See the textbook for more instructions.

Troubleshooting: If you don't see any output, check where you are in the terminal. Make sure you can see the hello.py file when you run the ls command.