Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)

Hello all. I Love programming and I'm totally new to python. 

Now, I have just started to understand how python's packages work.

There is a  package called "egg", some sort of packaging mechanism, I just want to have a quick overview on what role they play in python and some pieces of information which are related to "eggs" which will be helpful for me?

Also, please tell me how to create them?

Thank you :)

2 Answers

0 votes
by (26.4k points)

It is the same concept as the .jar file in java, it is a .zip file with some metadata files renamed .egg, to distribute the code as bundles.

For more details about Python, refer to this python certifiation course

To know more about  python, do check out :
0 votes
by (108k points)

Please be informed that the .egg file is a distribution format for Python packages. It will act as a choice to a source code distribution or Windows exe.

You can call a .egg file a .zip file. If you modify the extension to “zip”, you can comprehend that it will have folders inside the archive.

Related questions

0 votes
4 answers
asked Mar 27, 2021 in Python by laddulakshana (16.4k points)
0 votes
1 answer
0 votes
1 answer
asked Mar 16, 2021 in Python by laddulakshana (16.4k points)
0 votes
1 answer
asked Feb 11, 2021 in Python by Rekha (2.2k points)
0 votes
1 answer
asked Feb 4, 2021 in Python by Rekha (2.2k points)

Browse Categories

...