From 5bcc33ceebe7258cc093f02fd5feeb065deaa659 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Fri, 28 Oct 2022 15:39:50 +0200 Subject: Add notebooks/python/python_3_8to_3_11.ipynb --- notebooks/python/python_3_8to_3_11.ipynb | 64 ++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 notebooks/python/python_3_8to_3_11.ipynb (limited to 'notebooks/python/python_3_8to_3_11.ipynb') 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 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "b3f102cb-0f33-43ad-a808-e8f3c171b370", + "metadata": {}, + "source": [ + "# Python 3.8\n", + "\n", + "Released on October 14th, 2019." + ] + }, + { + "cell_type": "markdown", + "id": "52f3a2f9-1270-48fe-a5c3-881574ec0191", + "metadata": {}, + "source": [ + "# Python 3.9\n", + "\n", + " Released on October 5th, 2020." + ] + }, + { + "cell_type": "markdown", + "id": "bac26435-89c5-4b89-af37-340fd9a9556c", + "metadata": {}, + "source": [ + "# Python 3.10\n", + "\n", + " Released on October 4, 2021." + ] + }, + { + "cell_type": "markdown", + "id": "ec96310b-2b8d-45f3-9cac-6ec33861483b", + "metadata": {}, + "source": [ + "# Python 3.11\n", + "\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.10" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} -- cgit v1.3