A regular package is a directory containing an init file.
/project_home
/hello_world_pkg
__init__.py
Package can be installed via distribution package.
See distribution package installation.
See Python - Regular Package (Shipping | Packaging)
Their location can be chosen during the installation of distribution package, See install location
See Python - Packages (Archive, Distribution)