Thanks for all the answers!
--
https://mail.python.org/mailman/listinfo/python-list
On 14/01/2015 7:33 PM, Albert-Jan Roskam wrote:
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 t
- Original Message -
> From: Irmen de Jong
> To: python-list@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,
>>
>&
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
On Mon, Jan 12, 2015 at 5:08 PM, Christian Heimes wrote:
> My all time favorite is "python -me", https://pypi.python.org/pypi/e.
> It's a small yet elegant tool for the command line.
That's cool!
ChrisA
--
https://mail.python.org/mailman/listinfo/python-list
On 12.01.2015 05: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?
My all time favorite is "python -me", https://pypi.python.org/pypi/e.
It's a
On Sun, 11 Jan 2015 20:17:48 -0800, 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?
The three I use all the time are:
- doctools
- unittest
- my