Skip to content

Commit

Permalink
Merge pull request #593 from datacarpentry/another-typo
Browse files Browse the repository at this point in the history
another typo
  • Loading branch information
quist00 authored Feb 21, 2024
2 parents 24afaa9 + 4ab8bcd commit 0fc406d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion episodes/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 episodes/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

0 comments on commit 0fc406d

Please sign in to comment.