Cisco
300-535 · Question #107
What is a benefit of implementing a Python virtual environment when initiating a new development project?
The correct answer is C. standardized and contained runtime configuration without impacting versions or modules of other projects. A Python virtual environment provides a standardized and contained runtime configuration, allowing dependencies and versions to be managed per project without impacting other projects on the same system.
Network Programmability Foundation
Question
What is a benefit of implementing a Python virtual environment when initiating a new development project?
Options
- Aincrease in efficiency of the native Python compiler that enables increased performance in parallelization
- Bcross-platform vendor-agnostic environment regardless of the operating system architecture and version
- Cstandardized and contained runtime configuration without impacting versions or modules of other projects
- Dauto-generated project stub that has the required boilerplate code implemented already
How the community answered
(42 responses)- A12% (5)
- B2% (1)
- C79% (33)
- D7% (3)
Explanation
A Python virtual environment provides a standardized and contained runtime configuration, allowing dependencies and versions to be managed per project without impacting other projects on the same system.
Topics
#Python#virtual environment#dependency isolation#runtime configuration
Community Discussion
No community discussion yet for this question.