Python packages contain multiple modules stored within a folder. To create a package named "mypckg" containing modules "mod1" and "mod2", a folder called "mypckg" is made with an empty __init__.py file inside. Modules are then created within this folder. JSON is a lightweight data interchange format that is easy for humans to read and for machines to parse and generate. Python has a built-in JSON package to convert between Python and JSON objects.