diff --git a/docs.it4i/software/lang/python.md b/docs.it4i/software/lang/python.md
index cf00fd951f5996725e360288a76da3869120e746..71afced0db5ea5660418e1e70e3c9277e013139c 100644
--- a/docs.it4i/software/lang/python.md
+++ b/docs.it4i/software/lang/python.md
@@ -7,6 +7,7 @@ Python features a dynamic type system and automatic memory management and suppor
 * [Documentation for Python 3.X][a]
 * [Documentation for Python 2.X][b]
 * [PEP 8 -- Style Guide for Python Code][c]
+* [Get into Python -- Tutorial][d]
 
 ## Python on the IT4Innovations Clusters
 
@@ -189,3 +190,4 @@ Successfully installed scipy-0.19.1
 [a]: https://docs.python.org/3/
 [b]: https://docs.python.org/2/
 [c]: https://www.python.org/dev/peps/pep-0008/
+[d]: https://jobtensor.com/Tutorial/Python/en/Introduction