This commit is contained in:
AF 2022-11-11 13:41:58 +00:00
parent 1b15875e72
commit c2442d9205

View File

@ -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"
]
},
{