Python

Python

The Python programming language

Writing a Zip File Importer: The Loader (Part 3)

For a zip file-based loader [http://docs.python.org/3/glossary.html#term-loader] , luckily there is not much heavy lifting. Working with the finder led to the realization that zip files use / while

Writing a Zip File Importer: The Finder (Part 2)

When writing a finder [http://docs.python.org/3/glossary.html#term-finder] like importlib.machinery.FileFinder [http://docs.python.org/3/library/importlib.html#importlib.machinery.FileFinder] it’s all about working with

© 2013 Brett Cannon