From be869348c70e2ae9a6b16687a58ad59b56dd3c60 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 14 Apr 2025 02:08:46 -0700 Subject: [PATCH] Link to the Scientific Python Lectures. "learn" is linked from the front-page of scientific-python.org, so it may be natural for users to navigate there in the hope of finding lecture material. Also, this should give more exposure to the lectures in a prominent place. --- content/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/_index.md b/content/_index.md index bb139b2..004ade9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -20,6 +20,14 @@ body = ''' Learn recommended tools and approaches for developing Scientific Python libraries. ''' +[[item]] +type = 'card' +title = 'Lectures Notes' +link = 'https://lectures.scientific-python.org' +body = ''' +Numerical computing lectures that teach key packages in the scientific Python ecosystem, such as NumPy, SciPy, Matplotlib, scikit-learn, and scikit-image. +''' + {{< /grid >}}