diff --git a/fetch_external_content.sh b/fetch_external_content.sh
index 98930957fa9ab52e8f5f6300c27f7f94965cc03e..420a6b1f7b72f3a4a8401d40613cc0c94b2cb72d 100755
--- a/fetch_external_content.sh
+++ b/fetch_external_content.sh
@@ -20,6 +20,11 @@ function include_mkdocs(){
 #---------------#
 
 #== 1. Get content for education/training materials. ==#
+#-- Workshop Python - first steps
+include_mkdocs \
+  "https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/python-first-steps/-/jobs/artifacts/main/download?job=pages" \
+  "workshop-materials/python-first-steps/"
+
 #-- Workshop Python - object oriented programming
 include_mkdocs \
   "https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/workshop-oop-in-python/-/jobs/artifacts/main/download?job=pages" \
diff --git a/services/overall/learning-materials.md b/services/overall/learning-materials.md
index b325a43c580e38be6387cababf395bad318a8a69..2ff849d012e2106b111ba1bacaf6bb8cc109645a 100644
--- a/services/overall/learning-materials.md
+++ b/services/overall/learning-materials.md
@@ -43,13 +43,14 @@ If you find issues or would like to contribute, feel free to take a look at the
 
 | Topic                                | Materials                              | Repository                           |
 |--------------------------------------|----------------------------------------|--------------------------------------|
-| First Steps in Python                | (In preparation)                       | [Repository][python-first-steps-repo]|
+| First Steps in Python                | [Material][python-first-steps-material]| [Repository][python-first-steps-repo]|
 | Object-Oriented Programming          | [Material][python-oop-material]        | [Repository][python-oop-repo]        |
 | Data Processing with _Pandas_        | [Material][python-pandas-material]     | [Repository][python-pandas-repo]     |
 | Data Visualization with _Matplotlib_ | [Material][python-matplotlib-material] | [Repository][python-matplotlib-repo] |
 | Test Automation                      | (In preparation)                       | [Repository][python-test-repo]       |
 
-[python-first-steps-repo]: https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/first-steps-in-python
+[python-first-steps-material]: {{ "workshop-materials/python-first-steps/" | relative_url }}
+[python-first-steps-repo]: https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/python-first-steps
 [python-matplotlib-material]: {{ "workshop-materials/python-matplotlib/" | relative_url}}
 [python-matplotlib-repo]: https://codebase.helmholtz.cloud/hifis/software/education/hifis-workshops/workshop-matplotlib
 [python-oop-material]: {{ "workshop-materials/python-oop/" | relative_url }}
diff --git a/workshop-materials/python-first-steps/.gitkeep b/workshop-materials/python-first-steps/.gitkeep
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391