The Python package
Python modules is a single file, whereas a Python package is a collection of modules. A package is a directory that contains Python modules and one additional file: __init__.py. What is the need of a package? Consider a team gets a project to convert the recording sound into MP3 format. One developer writes a code rectomp3.py to convert the recording voice to MP3 sound in the sound_conversion directory. After some time, the team gets new requirements to convert the recording voice to .wav format. Instead of writing in the rectomp3.py file, we write our own code rectowav.py file in sound_conversion. Then, a new requirement comes by where you need to convert the recording to WMA format. Again, a new author writes a new code ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access