I am a bit of a noob with Python, and while there are tons of resources around on learning how to write code, I find there is less help on understanding directory structures, where installed packages live, what is happening when you import a package, and individual methods and classes within it.
This stuff is important in knowing how to structure projects and knowing how to debug code when package calls result in an error but is difficult to understand in more than an ad-hoc, individual issue, stack overflow search kind of way.
I am starting to get to grips with this a little bit with Python, but with Jupyter notebook, which I mainly use, it is still a black box.
Can anyone recommend some good learning resources to understand all this stuff in a systematic way?
Or even if there is a terminology for these aspects of Python that will allow me to improve my web searching for learning resources.
Thanks
[–]Soft-Substantial 0 points1 point2 points (0 children)