Open
Description
Please include
Packaging
This shouldn't be a very in-depth guide, since this topic doesn't age particularly well. But maybe mention that:
distutils
is the standard library module used for packaging, but it has been superseded by other things- For more information on packaging, folks can check out https://packaging.python.org/
Imports
Folks should understand what the import
command actually does, including how sys.path
and the current working directory affect it. This could lead into a discussion of how and why virtual environments are helpful, and also why pip install
-ing a package sometimes doesn't seem to work the way you want.
Metadata
Metadata
Assignees
Labels
No labels