Learning Python: Chapter 20

  • Package imports require you to put __init__.py files in each directory in the package chain.
  • The modifier as provides a means of neatly aliasing package paths in import statements with short names.


Leave a Reply