Python Console Menu

Jerry Hill malaclypse2 at gmail.com
Tue Jul 31 14:36:25 EDT 2018


On Tue, Jul 31, 2018 at 12:31 PM juraj.papic--- via Python-list
<python-list at python.org> wrote:
> I will check the links thanks for that tips, is there any page where I can see more examples?

I like Doug Hellmann's Python Module of the Week site for in-depth
looks at particular modules (including subprocess).  If you're using
python 3, the subprocess module's page is here:
https://pymotw.com/3/subprocess/.

>From your sample code, you may still be using python 2.  If so, the
PyMOTW page for that version is here:
https://pymotw.com/2/subprocess/.

-- 
Jerry



More information about the Python-list mailing list