#12 Deep Dive into Modules and Packages June 16, 2015

from Talk Python To Me· ·

Quick: What's the difference between a module, a package, and packing in Python? Find out in this episode of Talk Python To Me. All Python programmers use the import statement, but do you really know how it works and what it allows? Join David and Michael to take a deep dive into diabolical issues related to modules, packages, and imports. When we're done, you'll finally be ready to unleash your million line micro framework on the world! Links from the show: David's PyCon tutorial : youtube.com/watch?v=MCs5OvhV9S4 David's website : dabeaz.com Book: Python Essential Reference : dabeaz.com/per.html @ Amazon



Quick: What's the difference between a module, a package, and packing in Python? Find out in this episode of Talk Python To Me. All Python programmers use the import statement, but do you really know how it works and what it allows? Join David and Michael to take a deep dive into diabolical issues related to modules, packages, and imports. When we're done, you'll finally be ready to unleash your million line micro framework on the world!