msg240281 - (view) |
Author: A.M. Kuchling (akuchling) *  |
Date: 2015-04-08 19:30 |
(from discussion at the 2015 Python Language Summit) Current versions of Python make it relatively easy to install third-party packages such as requests. New users may not realize this, though, and continue using libraries such as urllib/urllib2 because they're in the stdlib. The Python tutorial doesn't seem to mention either virtualenv or pip. It should, describing how to create a virtualenv, install packages, and manage them in basic ways (removing, 'pip freeze', requirements.txt.) |
|
|
msg244945 - (view) |
Author: A.M. Kuchling (akuchling) *  |
Date: 2015-06-07 07:32 |
One unrelated improvement: describe some of the recently-added modules, and mention the json module. |
|
|
msg244946 - (view) |
Author: A.M. Kuchling (akuchling) *  |
Date: 2015-06-07 07:33 |
Rewrite discussion of python-list a bit, and add pyvideo.org to the list of links. |
|
|
msg244947 - (view) |
Author: A.M. Kuchling (akuchling) *  |
Date: 2015-06-07 07:35 |
Finally, the major stuff: add a section on pyvenv and pip to the tutorial. |
|
|
msg244980 - (view) |
Author: Tal Einat (taleinat) *  |
Date: 2015-06-07 23:06 |
modules.patch and tutorial.patch LGTM. venv.patch is looking good; I posted two relatively minor comments on Rietveld. |
|
|
msg245036 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2015-06-08 21:11 |
New changeset a18615eb5aec by Andrew Kuchling in branch '3.4': #23891: describe a few more modules in the tutorial https://hg.python.org/cpython/rev/a18615eb5aec New changeset cffb6ac2bbe4 by Andrew Kuchling in branch '3.4': #23891: rework discussion of python-list a bit https://hg.python.org/cpython/rev/cffb6ac2bbe4 |
|
|
msg245037 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2015-06-08 21:39 |
New changeset 15ee0e7078e3 by Andrew Kuchling in branch '3.4': #23891: add a section to the Tutorial describing virtual environments and pip https://hg.python.org/cpython/rev/15ee0e7078e3 |
|
|
msg245039 - (view) |
Author: Tal Einat (taleinat) *  |
Date: 2015-06-08 21:55 |
There is a dangling "If you" at the end of the 3rd paragraph under "Creating Virtual Environments". |
|
|
msg245040 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2015-06-08 22:17 |
New changeset feae7fa3bb70 by Andrew Kuchling in branch '3.4': #23891: remove extra words https://hg.python.org/cpython/rev/feae7fa3bb70 |
|
|
msg245068 - (view) |
Author: Skip Montanaro (skip.montanaro) *  |
Date: 2015-06-09 15:18 |
Small nit... The venv.patch file refers to "Python Packaging Index." It's the "Python Package Index." |
|
|
msg245069 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2015-06-09 15:42 |
New changeset bb51d486a899 by Tal Einat in branch '3.4': #23891: correctly refer to PyPI as "Python Package Index" https://hg.python.org/cpython/rev/bb51d486a899 |
|
|