Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 0fc406d
Branch  : main
Author  : David Palmquist <[email protected]>
Time    : 2024-02-21 19:04:54 +0000
Message : Merge pull request #593 from datacarpentry/another-typo

another typo
  • Loading branch information
actions-user committed Feb 21, 2024
1 parent 02f6300 commit 04d962b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 00-before-we-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Programming is a multi-step process that involves the following steps:
1. Identifying the aspects of the real-world problem that can be solved computationally
2. Identifying (the best) computational solution
3. Implementing the solution in a specific computer language
4. Testing, validating, and adjusting implemented solution.
4. Testing, validating, and adjusting the implemented solution.

While *"Programming"* refers to all of the above steps,
*"Coding"* refers to step 3 only: *"Implementing the solution in a specific computer language"*. It's
Expand Down
2 changes: 1 addition & 1 deletion 01-short-introduction-to-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ is excellent for reference on the differences between them.
**Tip**: When editing scripts like *example.py*, be careful not to use word
processors such as MS Word, as they may introduce extra information that
confuses Python. In this lesson we will be using either Jupyter notebooks or
the Spyder IDE, and for your everday work you may also choose any text editor
the Spyder IDE, and for your everyday work you may also choose any text editor
such as Notepad++, VSCode, Vim, or Emacs.

### Operators
Expand Down
4 changes: 2 additions & 2 deletions md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"config.yaml" "946dead19469d7d939e4f00f5535f8ae" "site/built/config.yaml" "2023-05-08"
"index.md" "8f7fa3b751da8ba42a26fe9a7874d625" "site/built/index.md" "2023-05-08"
"links.md" "5903e1cd6cbed862b0e43e887d32e46d" "site/built/links.md" "2023-05-08"
"episodes/00-before-we-start.md" "35ff96bc5a9b8d98d5738a1ee6ecaceb" "site/built/00-before-we-start.md" "2024-02-21"
"episodes/01-short-introduction-to-Python.md" "f7cac993e7fffb40ca5858ae55b0aab7" "site/built/01-short-introduction-to-Python.md" "2023-06-13"
"episodes/00-before-we-start.md" "ebe85974a41ebf4f30d52aa1eeb4783b" "site/built/00-before-we-start.md" "2024-02-21"
"episodes/01-short-introduction-to-Python.md" "c94d05a1efb9a917e75dcd56ad344862" "site/built/01-short-introduction-to-Python.md" "2024-02-21"
"episodes/02-starting-with-data.md" "bcd4e9564bd01585a52754fe4ad46f45" "site/built/02-starting-with-data.md" "2023-05-29"
"episodes/03-index-slice-subset.md" "a66d6b8003b0ed3756cbc64a08784b76" "site/built/03-index-slice-subset.md" "2024-02-21"
"episodes/04-data-types-and-format.md" "e57b9b771e5d2dcf4c9e2521822f8d5a" "site/built/04-data-types-and-format.md" "2023-06-05"
Expand Down

0 comments on commit 04d962b

Please sign in to comment.