2.1 KiB
2.1 KiB
Learning materials, sources, references¶
Python-specific¶
- https://docs.python.org/3/
- https://docs.python.org/3/tutorial/
read through this - https://docs.python.org/3/library/
before you start implementing something or looking for pip packages- https://docs.python.org/3/library/ctypes.html
to load C-like DLLs
- https://docs.python.org/3/library/ctypes.html
- https://docs.python.org/3/extending/
if you need C
- https://docs.python.org/3/tutorial/
- https://wiki.python.org/moin/FrontPage
at the moment of writing, haven't read much of it
Working with files¶
Last section, so the empty cell does not get stuck with previous sections¶
In [ ]: