forked from k-glen/POP77001_Computer_Programming_2021
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01_week.Rmd
More file actions
24 lines (18 loc) · 1.17 KB
/
Copy path01_week.Rmd
File metadata and controls
24 lines (18 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 1 What is Computation?
<div id="buttons">
<a class="btn btn-primary btn-lg" role="button" href="lectures/01b_week.html">Lecture Slides (html)</a>
<a class="btn btn-secondary btn-lg" role="button" href="https://github.com/ASDS-TCD/POP77001_Computer_Programming_2021/blob/main/lectures/01b_week.ipynb">Lecture Slides (ipynb)</a>
<a class="btn btn-success btn-lg" role="button" href="https://github.com/ASDS-TCD/POP77001_Computer_Programming_2021/blob/main/labs/01_week.ipynb">Lab Exercise (ipynb)</a>
<a class="btn btn-secondary btn-lg" role="button" href="labs/01_week.html">Lab Exercise (html)</a>
<a class="btn btn-warning btn-lg" role="button" href="recordings/01_week_lecture.mp3">Recording</a>
</div>
---
In the first week we will cover the core software development concepts such as computers, programming languages and algorithms.
## Readings
- Guttag. Chapters 1-2.1
- Wing, Jeannette M. 2006. "Computational Thinking." Communications of the ACM, 49 (3): 33–35. doi: [10.1145/1118178.1118215](https://doi.org/10.1145/1118178.1118215)
## Lab
- Installation of Python and R
- Introduction to Jupyter Lab and alternative IDEs
- Work in command-line interfaces (CLIs)
- GitHub Workflow