Machine Learning MCQS - QUESTION DETAILS

What is the purpose of the 'requirements.txt' file in Python development?
A. To list project dependencies
B. To execute Python scripts
C. To write Python code
D. To store Python documentation

The 'requirements.txt' file is used to list project dependencies, allowing others to easily install the same dependencies for the project.

Similar Questions

Which of the following is NOT a standard data type in Python?






What is one of the key features of Python that makes it stand out among other programming languages?






Which of the following best describes Python's approach to code execution speed?






Which of the following is NOT a recommended way to install Python on Windows?






What role does Python's global community play in its ongoing development?






Which version of Python introduced the 'with' statement for better resource management?






What is the primary advantage of Python's modular architecture?






Which feature of Python allows developers to interact with other languages and systems?






What was the major focus of Python's development during the 3.x series?






What was the main motivation behind creating Python?