Skip to content
Snippets Groups Projects
Commit 9a747005 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

added link to python tutorial

parent ccd01794
No related branches found
No related tags found
No related merge requests found
Pipeline #19715 passed with warnings
...@@ -7,6 +7,7 @@ Python features a dynamic type system and automatic memory management and suppor ...@@ -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 3.X][a]
* [Documentation for Python 2.X][b] * [Documentation for Python 2.X][b]
* [PEP 8 -- Style Guide for Python Code][c] * [PEP 8 -- Style Guide for Python Code][c]
* [Get into Python -- Tutorial][d]
## Python on the IT4Innovations Clusters ## Python on the IT4Innovations Clusters
...@@ -189,3 +190,4 @@ Successfully installed scipy-0.19.1 ...@@ -189,3 +190,4 @@ Successfully installed scipy-0.19.1
[a]: https://docs.python.org/3/ [a]: https://docs.python.org/3/
[b]: https://docs.python.org/2/ [b]: https://docs.python.org/2/
[c]: https://www.python.org/dev/peps/pep-0008/ [c]: https://www.python.org/dev/peps/pep-0008/
[d]: https://jobtensor.com/Tutorial/Python/en/Introduction
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment