What is a python egg?



What is a python egg?..

Answer / Mukesh Kumar Paswan

A Python egg refers to a package distribution format that was popular in early versions of Python. It is an archive file (usually .egg) containing Python modules, data files, and other resources, along with metadata about the packaged software.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How will you reload a module of python, explain?

1 Answers  


Is python can be compatible with command prompt?

1 Answers  


How to write a Unicode string in Python?

2 Answers  


What is yaml file in python?

1 Answers  


What are decorators in python and how do you use them?

1 Answers  


What are magic methods in python?

1 Answers  


What is the purpose of the single underscore “_” variable in python?

1 Answers  


How are uuid generated?

1 Answers  


What a blank curly brace initialize? A dictionary or a set?

1 Answers  


How to save an image locally using python whose url address I already know?

1 Answers  


How to use *args and **kwargs in python?

1 Answers  


How is python interpreted?

1 Answers  


Categories