summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2022-10-28 15:39:50 +0200
committerSimeon Simeonov2022-10-28 15:39:50 +0200
commit5bcc33ceebe7258cc093f02fd5feeb065deaa659 (patch)
tree9f762200b9d48e231e70f95f72b9be27d6bb56c6
parenta5ad1fd2ab1abba086148d1d676426af3d9a58a9 (diff)
Add notebooks/python/python_3_8to_3_11.ipynb
-rw-r--r--notebooks/python/python_3_8to_3_11.ipynb64
1 files changed, 64 insertions, 0 deletions
diff --git a/notebooks/python/python_3_8to_3_11.ipynb b/notebooks/python/python_3_8to_3_11.ipynb
new file mode 100644
index 0000000..733f7dd
--- /dev/null
+++ b/notebooks/python/python_3_8to_3_11.ipynb
@@ -0,0 +1,64 @@
1{
2 "cells": [
3 {
4 "cell_type": "markdown",
5 "id": "b3f102cb-0f33-43ad-a808-e8f3c171b370",
6 "metadata": {},
7 "source": [
8 "# Python 3.8\n",
9 "\n",
10 "Released on October 14th, 2019."
11 ]
12 },
13 {
14 "cell_type": "markdown",
15 "id": "52f3a2f9-1270-48fe-a5c3-881574ec0191",
16 "metadata": {},
17 "source": [
18 "# Python 3.9\n",
19 "\n",
20 " Released on October 5th, 2020."
21 ]
22 },
23 {
24 "cell_type": "markdown",
25 "id": "bac26435-89c5-4b89-af37-340fd9a9556c",
26 "metadata": {},
27 "source": [
28 "# Python 3.10\n",
29 "\n",
30 " Released on October 4, 2021."
31 ]
32 },
33 {
34 "cell_type": "markdown",
35 "id": "ec96310b-2b8d-45f3-9cac-6ec33861483b",
36 "metadata": {},
37 "source": [
38 "# Python 3.11\n",
39 "\n"
40 ]
41 }
42 ],
43 "metadata": {
44 "kernelspec": {
45 "display_name": "Python 3 (ipykernel)",
46 "language": "python",
47 "name": "python3"
48 },
49 "language_info": {
50 "codemirror_mode": {
51 "name": "ipython",
52 "version": 3
53 },
54 "file_extension": ".py",
55 "mimetype": "text/x-python",
56 "name": "python",
57 "nbconvert_exporter": "python",
58 "pygments_lexer": "ipython3",
59 "version": "3.8.10"
60 }
61 },
62 "nbformat": 4,
63 "nbformat_minor": 5
64}