From c2442d9205b2255205d2a11158a4b5142483dd1c Mon Sep 17 00:00:00 2001 From: timofey Date: Fri, 11 Nov 2022 13:41:58 +0000 Subject: [PATCH] less " " --- main.ipynb | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/main.ipynb b/main.ipynb index a31ddc4..c86c563 100644 --- a/main.ipynb +++ b/main.ipynb @@ -26,22 +26,14 @@ "metadata": {}, "source": [ "* https://docs.python.org/3/\n", - " * https://docs.python.org/3/tutorial/ \n", - " read through this\n", - " * https://docs.python.org/3/library/ \n", - " before you start implementing something or looking for pip packages\n", - " * https://docs.python.org/3/library/ctypes.html \n", - " to load C-like DLLs\n", - " * https://docs.python.org/3/extending/ \n", - " if you need C\n", - " * https://docs.python.org/3/whatsnew/ \n", - " there's a lot of important stuff posted there, actually (e.g. `match` keyword)\n", - " * https://docs.python.org/3/reference/ \n", - " in-depth about python itself\n", - " * https://docs.python.org/3/reference/datamodel.html \n", - " the most important part from that reference\n", - "* https://wiki.python.org/moin/FrontPage \n", - " at the moment of writing, haven't read much of it" + " * https://docs.python.org/3/tutorial/ read through this\n", + " * https://docs.python.org/3/library/ before you start implementing something or looking for pip packages\n", + " * https://docs.python.org/3/library/ctypes.html to load C-like DLLs\n", + " * https://docs.python.org/3/extending/ if you need C\n", + " * https://docs.python.org/3/whatsnew/ there's a lot of important stuff posted there, actually (e.g. `match` keyword)\n", + " * https://docs.python.org/3/reference/ in-depth about python itself\n", + " * https://docs.python.org/3/reference/datamodel.html the most important part from that reference\n", + "* https://wiki.python.org/moin/FrontPage at the moment of writing, haven't read much of it" ] }, {