less " "
This commit is contained in:
parent
1b15875e72
commit
c2442d9205
24
main.ipynb
24
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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user