From aaba5657c2a6091d657721741eeeb8534aaa4a76 Mon Sep 17 00:00:00 2001 From: Robert Chisholm Date: Sun, 1 Sep 2024 17:56:57 +0100 Subject: [PATCH] Add info about RSECon24 talk 'Performant Python Patterns' --- config.yaml | 1 + learners/ppp.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 learners/ppp.md diff --git a/config.yaml b/config.yaml index 3385062..20901c3 100644 --- a/config.yaml +++ b/config.yaml @@ -77,6 +77,7 @@ learners: - setup.md - registration.md - acknowledgements.md +- ppp.md # Information for Instructors instructors: diff --git a/learners/ppp.md b/learners/ppp.md new file mode 100644 index 0000000..e15ed0d --- /dev/null +++ b/learners/ppp.md @@ -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/). + + + +*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). \ No newline at end of file