-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path02_week.Rmd
More file actions
28 lines (20 loc) · 1.45 KB
/
02_week.Rmd
File metadata and controls
28 lines (20 loc) · 1.45 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
25
26
27
28
# 2 Python Basics
<div id="buttons">
<a class="btn btn-primary btn-lg" role="button" href="lectures/02_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/02_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/02_week.ipynb">Lab Exercise (ipynb)</a>
<a class="btn btn-secondary btn-lg" role="button" href="labs/02_week.html">Lab Exercise (html)</a>
<a class="btn btn-warning btn-lg" role="button" href="recordings/02_week_lecture.mp3">Recording</a>
<a class="btn btn-danger btn-lg" role="button" href="https://github.com/ASDS-TCD/POP77001_Computer_Programming_2021/blob/main/assignments/01_assignment.ipynb">Assignment</a>
</div>
---
In this week we will discuss the fundamental concepts of programming, such as variables, assignment and object types with application to Python. In addition, we will start using some in-built methods and functions.
## Readings
- Guttag. Chapters 2.2, 2.4, 4.5, 5.1, 5.3, 5.5-5.7
## Lab
- Python object types and casting
- Application of methods and functions
## Assignment
- Python built-in objects and methods
- Due at 11:00 on Monday, 27th September (submission on Blackboard)
- Rename the file from `01_assignment.ipynb` to `01_assignment_studentnumber_firstname_lastname.ipynb` before submission