Skip to content

Commit

Permalink
Add info about RSECon24 talk 'Performant Python Patterns'
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 1, 2024
1 parent 66ae2e9 commit aaba565
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ learners:
- setup.md
- registration.md
- acknowledgements.md
- ppp.md

# Information for Instructors
instructors:
Expand Down
17 changes: 17 additions & 0 deletions learners/ppp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Performant Python Patterns (Talk)
---

**Slides**

The 25 minute talk, which introduces many of the Python patterns from the Optimisation section of the course, was first delivered at [RSECon24](https://rsecon24.society-rse.org/).

<iframe src="https://docs.google.com/presentation/d/1Rs-nZbcnK8i1MOp9IhCnIa5NKdZ_bSPUyMY4vaPjLLA/embed?start=false&loop=false&delayms=15000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>

*The talk includes several interactive [wooclap](https://wooclap.com/) slides which can be ignored as they won't work for other users.*

**Notebook**

The talk has an accompanying Jupyter notebook, allowing people to benchmark the patterns on their own hardware.

The notebook can be downloaded [here](https://drive.google.com/file/d/1YTEXJlDaaZBAGo-Aodukuw0ArVJakdBB/view?usp=sharing).

Check warning on line 17 in learners/ppp.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[uninformative link text]: [here](https://drive.google.com/file/d/1YTEXJlDaaZBAGo-Aodukuw0ArVJakdBB/view?usp=sharing)

Check warning on line 17 in learners/ppp.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[uninformative link text]: [here](https://drive.google.com/file/d/1YTEXJlDaaZBAGo-Aodukuw0ArVJakdBB/view?usp=sharing)

Check warning on line 17 in learners/ppp.md

View workflow job for this annotation

GitHub Actions / Build Full Site

[uninformative link text]: [here](https://drive.google.com/file/d/1YTEXJlDaaZBAGo-Aodukuw0ArVJakdBB/view?usp=sharing)

0 comments on commit aaba565

Please sign in to comment.