From 9a747005f6c35d33d82c3c8b1563a345aed9f833 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 15 Jun 2021 06:55:32 +0000 Subject: [PATCH] added link to python tutorial --- docs.it4i/software/lang/python.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs.it4i/software/lang/python.md b/docs.it4i/software/lang/python.md index cf00fd951..71afced0d 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 -- GitLab