dbosk / introtools

Teaching material introducing some basic (CS) tools
https://daniel.bosk.se/introtools
Other
0 stars 0 forks source link

Connect terminal to programming #76

Closed dbosk closed 2 years ago

dbosk commented 2 years ago

Illustrate the relationship between the terminal and programming. This also relates to #73 .

Example:

  1. Do a complex task in the GUI. Ask the students to do it again.
  2. Do the same task in the terminal. Ask the students to do it again.
  3. Extract what we did from the history command and turn it into a script.