The code of life Python Notes – Import modules December 23, 2023 by Mary Roberts No Comments Import xx — Import xx module From xx import ss — import ss submodule xx or method From xx import ss as dd — rename to DD From xx.xx.xx import * — Import all, not recommended, easy to conflict with custom methods