Changes between Version 8 and Version 9 of en/HowToCodeInTerminal
- Timestamp:
- May 16, 2025, 1:27:07 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/HowToCodeInTerminal
v8 v9 21 21 handy here), change to the same directory on the server and use 22 22 for example: 23 - one window for source code editing 24 - one window for running the code and inspecting the results 25 - one window for running a debug (e.g. via `python -mpbd source.py`) 23 - one window for source code editing. Do not exit the editor, just save 24 changes and test in another window. 25 - one window for running the code and inspecting the results. 26 - one window for running a debug (e.g. via `python -mpbd source.py`). 26 27 - one window for working with auxiliary files, e.g. edit testing 27 data 28 29 * if you are curious enough to get to a **terminal pro level**, we suggestto go through the MIT course [https://missing.csail.mit.edu/ The Missing Semester of Your CS Education].28 data. 29 * if you are curious enough to get to a **terminal pro level**, we suggest 30 to go through the MIT course [https://missing.csail.mit.edu/ The Missing Semester of Your CS Education].