... | ... | @@ -57,9 +57,12 @@ No special actions required for the first few weeks. |
|
|
|
|
|
### Demo code TODO:
|
|
|
|
|
|
[Here](https://git.ti.howest.be/TI/2020-2021/s1/programming-fundamentals) you can find the repo for Programming Fundamentals.
|
|
|
[Here](https://git.ti.howest.be/TI/2022-2023/s1/pf/ex-pf-demo) you can find a *demo repo* for the exercises of Programming Fundamentals.
|
|
|
|
|
|
Click on 'demo code', and look for the clone button. You can copy (ssh-)url to your clipboard and start up PyCharm. In the start screen, select "Get from version control", select git (the default) and paste the url. Hit clone and it should create a fresh Python-project on your device. Open the `main.py` file, right-click and find the green arrow. If you click this arrow, the program should run and print "Hello World to the screen. You are ready not ready to take Programming Fundamentals. Later we will study later how you can get the latest version for every session.
|
|
|
1. Look for the clone button. You can copy (ssh-)url to your clipboard and start up WebStorm. In the start screen, select "Get from version control", select git (the default) and paste the url. Hit clone and it should create a fresh project on your device.
|
|
|
2. Find the `package.json` file. Right-click this file and select *Run 'npm install'*. (This step might not be needed, but do it anyway)
|
|
|
3. Now, find the `testTopic0.js`file in the `test` directory. Right-click this file and select *Run 'testTopic0.js'*. You should see some orange circles appear in the bottom left corner. If you also see one green checkmark, you are ready. If not, find the green arrow/triangle (just below 'run'), next to this arrow you should select the grayed out checkmark. If you do so, the green checkmark should appear and you are ready.
|
|
|
4. Close WebStorm and remove the demo-project from your device, you do not need it anymore.
|
|
|
|
|
|
# Hardware and Desktop Operating Systems
|
|
|
|
... | ... | |