Skip to content
Snippets Groups Projects
Commit aca2d625 authored by cprutean's avatar cprutean
Browse files

Update file Week4.ipynb

parent 9e1c9bca
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id: tags: %% Cell type:markdown id: tags:
# Week Four # Week Four
## Course notes ## Course notes
Study the following sections of the course notes before your workshop session: Study the following sections of the course notes before your workshop session:
- [Files](../CourseNotes/fileIO.ipynb) - [Files](../CourseNotes/fileIO.ipynb)
- [Parsing Input](../CourseNotes/ParsingInput.ipynb) - [Parsing Input](../CourseNotes/ParsingInput.ipynb)
- Review again [Plotting](../CourseNotes/plotting.ipynb) - Review again [Plotting](../CourseNotes/plotting.ipynb)
## Multiple choice questions ## Multiple choice questions
Ensure you have completed the on-line quiz THREE. Ensure you have completed the on-line quiz THREE.
## Workshop ## Workshop
[: # "Comment"
[//]: # "Comment" In the workshop you should:
[//]: # "Comment"1. Work through the example codes in the List, Loops and Plotting folders and ensure they work and that you understand them.
[//]: # "Comment"2. Do [Checkpoint 4](../Checkpoints/Checkpoint4.ipynb)
[//]: # "Comment"3. Have Checkpoint 4 assessed and checked off by a TA.]
In the workshop we will go through a guided tutorial on [How to design and write a computer program from scratch](../CourseNotes/HowtoWriteaComputerProgramfromScratch.ipynb)
<!---
1. Work through the example codes in the List, Loops and Plotting folders and ensure they work and that you understand them.
2. Do [Checkpoint 4](../Checkpoints/Checkpoint4.ipynb)
3. Have Checkpoint 4 assessed and checked off by a TA.
-->
## To do next ## To do next
<!--- <!---
The tasks to do next are: The tasks to do next are:
1. Complete the FOURTH on-line quiz. [MCQ-4](https://www.learn.ed.ac.uk/ultra/courses/_108405_1/outline/assessment/_9430162_1/overview?courseId=_108405_1) 1. Complete the FOURTH on-line quiz. [MCQ-4](https://www.learn.ed.ac.uk/ultra/courses/_108405_1/outline/assessment/_9430162_1/overview?courseId=_108405_1)
2. Please watch the following online mini-lecture: 2. Please watch the following online mini-lecture:
- [SciProg - L05 - Functions and Lists (video)](https://ed-ac-uk.zoom.us/rec/share/ckl9Gj8YuPVbaC2dXCjEJA9wVaARETkvP53NE1ivr_s_R2ZKntu-Rpb3bzWTgOkI.mSWzj2ScX9GJPZ99?startTime=1663597243000) - [SciProg - L05 - Functions and Lists (video)](https://ed-ac-uk.zoom.us/rec/share/ckl9Gj8YuPVbaC2dXCjEJA9wVaARETkvP53NE1ivr_s_R2ZKntu-Rpb3bzWTgOkI.mSWzj2ScX9GJPZ99?startTime=1663597243000)
- [SciProg - L05 - Functions and Lists (pdf)](../Slides/sciprog-L05-functions-lists.pdf) - [SciProg - L05 - Functions and Lists (pdf)](../Slides/sciprog-L05-functions-lists.pdf)
3. Read the following sections of the notes: 3. Read the following sections of the notes:
>- [More Functions](../CourseNotes/MoreFunctions.ipynb) >- [More Functions](../CourseNotes/MoreFunctions.ipynb)
>- [Functions and Lists](../CourseNotes/FunctionsAndLists.ipynb) >- [Functions and Lists](../CourseNotes/FunctionsAndLists.ipynb)
4. Read [Checkpoint 5](../Checkpoints/Checkpoint5.ipynb) and in particular look at the suggested code structure. 4. Read [Checkpoint 5](../Checkpoints/Checkpoint5.ipynb) and in particular look at the suggested code structure.
5. Explore the code example themes ***FurtherFunctions*** and optionally ***MoreComplex*** from [here](../CodeExamples/CodeExamples.ipynb). 5. Explore the code example themes ***FurtherFunctions*** and optionally ***MoreComplex*** from [here](../CodeExamples/CodeExamples.ipynb).
6. 6.
--> -->
Continue your journey through this course by looking at [Week 5](Week5.ipynb). Continue your journey through this course by looking at [Week 5](Week5.ipynb).
%% Cell type:code id: tags: %% Cell type:code id: tags:
``` python ``` python
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment