[Python-ideas] from __pip__ import
אלעזר
elazarg at gmail.com
Mon Sep 19 19:35:39 EDT 2016
More information about the Python-ideas mailing list
Mon Sep 19 19:35:39 EDT 2016
- Previous message (by thread): [Python-ideas] from __pip__ import
- Next message (by thread): [Python-ideas] from __pip__ import
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Xavier, how is connecting and installing different from a windows popup "this software requires changes to your firewall settings" or "requires elevated privileges" which already happens. I am all for a two-step process, but I think it should be more user friendly, and it can be done as a Python command from inside the script. If I send you a small script, it should be treated in the same way as if I send you a program - an installer - not as a code that you should incorporate into your already existing code base. On Tue, Sep 20, 2016 at 2:28 AM אלעזר <elazarg at gmail.com> wrote: > On Tue, Sep 20, 2016 at 2:20 AM Stephen J. Turnbull < > turnbull.stephen.fw at u.tsukuba.ac.jp> wrote: > >> אלעזר writes: >> >> > Another use case, though I admit not the top priority of anyone here, >> is >> > that of assignment checkers. In most courses I took at the university, >> the >> > person who checks the assignments says something like "you are allowed >> to >> > use only this this and this libraries", in order not to mess with >> unknown >> > dependencies from tens of students (I am talking about advanced >> courses, >> > where the method I use to solve the problem is unimportant or only >> requires >> > explanation). With this statement they can simply state "you can import >> > pip". >> >> In other words, you're advocating a feature that allows script writers >> to download, install, and execute arbitrary, unsandboxed code on any >> machine where the script is run. That sounds ... *scary*, when put >> that way. Remember, you're advocating this on behalf of people who >> by assumption are infants years below the age of consent. >> >> Let me understand. Your argument is "installing pip modules is unsafe, > and therefore we should make it less usable, where the appropriate amount > of (un)usability is running cmd and then `pip install unsafe`" ? > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160919/1c2e19ee/attachment.html>
- Previous message (by thread): [Python-ideas] from __pip__ import
- Next message (by thread): [Python-ideas] from __pip__ import
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list