Skip to content

Commit caa7f89

Browse files
authored
Merge pull request #86 from UoMResearchIT/77-keypoints-at-the-end-of-the-intro-chapter-2
feat: Turned keypoints in intro into sentences
2 parents e6449a9 + 7efee03 commit caa7f89

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

episodes/01-introduction.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,13 @@ To summarise the position, the recommendation is that you **avoid** getting help
258258

259259
:::::::::::::::::::::::::::::::::::::::: keypoints
260260

261-
- variables
262-
- lists
263-
- indexing
264-
- loops
265-
- conditionals
261+
- Assign values to variables using `=`
262+
- Generate lists using square brackets `[]`
263+
- Use indexes inside `[]`, starting at 0, to select characters from strings and items from lists
264+
- Use `for` to loop through items in iterable objects
265+
- Make conditional expressions using `==`, `!=`, `>`, `<`, `>=` and `<=`
266+
- Use `f'{}'` to embed formatted variables inside strings
267+
- Avoid use of generative AI for this course
266268

267269
::::::::::::::::::::::::::::::::::::::::::::::::::
268270

0 commit comments

Comments
 (0)