Skip to content

Commit d2213b9

Browse files
despadampre-commit-ci[bot]yakutovichaedoardob90fabioacl
authored
Add notebook: Introduction to Python (#337)
* Add notebook: Introduction to Python * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add notebook to the index * Apply suggestions from code review Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com> * add fixes after review * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add fixes after review * Small changes to "Variables" * Add "underscore" to valid chars * Apply suggestions from code review Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com> * add hyperlink for function arguments --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Aliaksandr Yakutovich <yakutovicha@gmail.com> Co-authored-by: Edoardo Baldi <edoardob90@gmail.com> Co-authored-by: Fábio Lopes <33908066+fabioacl@users.noreply.github.com>
1 parent 79c8a87 commit d2213b9

File tree

2 files changed

+1448
-7
lines changed

2 files changed

+1448
-7
lines changed

00_index.ipynb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"# Introduction\n",
88
"\n",
99
"- [Introduction to the tutorial](./00_intro.ipynb)\n",
10+
"- [A quick tour of Python](./00_python_intro.ipynb)\n",
1011
"\n",
1112
"# Basic Tutorial\n",
1213
"\n",
@@ -42,13 +43,6 @@
4243
"\n",
4344
"- [Parallelism and concurrency in Python](./14_threads.ipynb)\n"
4445
]
45-
},
46-
{
47-
"cell_type": "code",
48-
"execution_count": null,
49-
"metadata": {},
50-
"outputs": [],
51-
"source": []
5246
}
5347
],
5448
"metadata": {

0 commit comments

Comments
 (0)