Skip to content

Commit

Permalink
Add initial timings/breaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Mar 28, 2024
1 parent c862754 commit 47fa4f0
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 14 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ contact: '[email protected]'
episodes:
- profiling-introduction.md
- profiling-functions.md
- short_break1.md
- profiling-lines.md
- profiling-conclusion.md
- optimisation-introduction.md
- optimisation-data-structures-algorithms.md
- long_break1.md
- optimisation-minimise-python.md
- optimisation-use-latest.md
- optimisation-memory.md
Expand Down
8 changes: 8 additions & 0 deletions episodes/long-break1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Break
teaching: 0
exercises: 0
break: 60
---

Take a break. If you can, move around and look at something away from your screen to give your eyes a rest.
2 changes: 1 addition & 1 deletion episodes/optimisation-conclusion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Optimisation Conclusion"
teaching: 0
teaching: 5
exercises: 0
---

Expand Down
4 changes: 2 additions & 2 deletions episodes/optimisation-data-structures-algorithms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Data Structures & Algorithms"
teaching: 0
exercises: 0
teaching: 30
exercises: 5
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down
2 changes: 1 addition & 1 deletion episodes/optimisation-introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Introduction to Optimisation"
teaching: 0
teaching: 10
exercises: 0
---

Expand Down
2 changes: 1 addition & 1 deletion episodes/optimisation-memory.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Understanding Memory"
teaching: 0
teaching: 30
exercises: 0
---

Expand Down
2 changes: 1 addition & 1 deletion episodes/optimisation-minimise-python.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Understanding Python (NumPy/Pandas)"
teaching: 0
teaching: 30
exercises: 0
---

Expand Down
2 changes: 1 addition & 1 deletion episodes/optimisation-use-latest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Keep Python & Packages up to Date"
teaching: 0
teaching: 10
exercises: 0
---

Expand Down
2 changes: 1 addition & 1 deletion episodes/profiling-conclusion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Profiling Conclusion"
teaching: 0
teaching: 5
exercises: 0
---

Expand Down
4 changes: 2 additions & 2 deletions episodes/profiling-functions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Function Level Profiling"
teaching: 0
exercises: 0
teaching: 20
exercises: 20
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down
4 changes: 2 additions & 2 deletions episodes/profiling-introduction.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Introduction to Profiling"
teaching: 0
exercises: 0
teaching: 15
exercises: 10
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down
4 changes: 2 additions & 2 deletions episodes/profiling-lines.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Line Level Profiling"
teaching: 0
exercises: 0
teaching: 20
exercises: 30
---

:::::::::::::::::::::::::::::::::::::: questions
Expand Down
8 changes: 8 additions & 0 deletions episodes/short-break1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Break
teaching: 0
exercises: 0
break: 15
---

Take a break. If you can, move around and look at something away from your screen to give your eyes a rest and a chance to absorb the content covered so far.

0 comments on commit 47fa4f0

Please sign in to comment.