You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read through the chapter on modules and packages. It does a good job of explaining importing standard libraries and 3rd party stuff from pypi. However, it's does not mention how to go about organising one's own code across files and importing it back and forth (or did I miss this?).
Is there a good reference for this (ideally in a similar style as this book)? Both for "regular" python uses as well as using notebooks.
Thanks for making this awesome resource available for free!
The text was updated successfully, but these errors were encountered:
I have read through the chapter on modules and packages. It does a good job of explaining importing standard libraries and 3rd party stuff from pypi. However, it's does not mention how to go about organising one's own code across files and importing it back and forth (or did I miss this?).
Is there a good reference for this (ideally in a similar style as this book)? Both for "regular" python uses as well as using notebooks.
Thanks for making this awesome resource available for free!
The text was updated successfully, but these errors were encountered: