What is python distutils?



What is python distutils?..

Answer / Anil Kumar Kanojia

Python Distutils (Distribution Utilities) is a set of Python modules used for packaging and distributing Python projects. It provides functions to create source archives, build extensions, register packages with the Python Package Index (PyPI), and manage dependencies.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What are the key points of python?

1 Answers  


What are the disadvantages of python?

1 Answers  


How do I make a data frame out of a list?

2 Answers  


What is a closure in python?

1 Answers  


Should I learn c++ or python?

1 Answers  


Why are we using self as first argument?

1 Answers  


What is setup cfg?

1 Answers  


How do you make a higher order function in Python?

1 Answers  


What is the difference between python 2 and python 3?

1 Answers  


How long can an identifier be in python?

1 Answers  


What does the enum function in python do?

1 Answers  


What is a CGI script in Python?

1 Answers  


Categories