Adds Rationale section in the PEP (#2966)

This commit is contained in:
Kushal Das 2023-01-17 14:20:10 +01:00 committed by GitHub
parent 241163786e
commit c34268dd5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -45,6 +45,17 @@ being introduced to Python (or programming for the first time).
as in a previous terminal with virtual environment activated.
Rationale
=========
Python is a beginner friendly programming language. But, so far virtual environment(s)
is the major time taking part of the learning process of a new person. This PEP is not
trying to solve every packaging problem, but focused on the 90% of the new folks who
struggle with virtual environments in their learning path. Creating a new directory
is still far easier than learning the details of virtual environments in various
platforms.
Specification
=============