Introduction to Python eggs

We'll cover the following...

Python eggs are an older distribution format for Python. The new format is called a Python wheel, which we will look at in the next chapter. An egg file is basically a ...