List of "python -m" tools

Albert-Jan Roskam fomcl at yahoo.com
Wed Jan 14 04:33:51 EST 2015






----- Original Message -----
> From: Irmen de Jong <irmen.NOSPAM at xs4all.nl>
> To: python-list at python.org
> Cc: 
> Sent: Wednesday, January 14, 2015 12:01 AM
> Subject: Re: List of "python -m" tools
> 
> On 12-1-2015 5:17, Miki Tebeka wrote:
>>  Greetings,
>> 
>>  I've compiled a list of "python -m" tools at 
> pythonwise.blogspot.com/2015/01/python-m.html.
>> 
>>  Did I miss something? What are your favorite "python -m" tools?
>> 
>>  Thanks,
>>  --
>>  Miki
>> 
> 
> 
> python -m calendar
> python -m test.pystone
> python -m antigravity
> 


cool, thanks.

You say "Python 2.7.9 and 3.x comes with an easy way to install pip. Run python -m ensurepip and pypi is at your service." . 

But here https://docs.python.org/3/library/ensurepip.html it says that "This module does not access the internet. All of the components needed to bootstrap pip are included as internal parts of the package." So pypi is not involved, right?

Albert-Jan



More information about the Python-list mailing list