Skip to content

per #529 #625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions episodes/00-before-we-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ the backbone of your project's directory. For this workshop, we will need a `dat
our raw data, and we will later create a `data_output/` folder when we learn how to export data as
CSV files.

Let's take a moment to locate, create, and populate those before proceeding.

## What is Programming and Coding?

Programming is the process of writing *"programs"* that a computer can execute and produce some
Expand Down