Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83589 > unrolled thread
| Started by | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| First post | 2015-01-11 20:17 -0800 |
| Last post | 2015-01-16 01:57 -0800 |
| Articles | 8 — 7 participants |
Back to article view | Back to comp.lang.python
List of "python -m" tools Miki Tebeka <miki.tebeka@gmail.com> - 2015-01-11 20:17 -0800
Re: List of "python -m" tools Steven D'Aprano <steve@pearwood.info> - 2015-01-12 05:22 +0000
Re: List of "python -m" tools Christian Heimes <christian@python.org> - 2015-01-12 07:08 +0100
Re: List of "python -m" tools Chris Angelico <rosuav@gmail.com> - 2015-01-12 17:26 +1100
Re: List of "python -m" tools Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-01-14 00:01 +0100
Re: List of "python -m" tools Albert-Jan Roskam <fomcl@yahoo.com> - 2015-01-14 09:33 +0000
Re: List of "python -m" tools alex23 <wuwei23@gmail.com> - 2015-01-15 14:16 +1000
Re: List of "python -m" tools Miki Tebeka <miki.tebeka@gmail.com> - 2015-01-16 01:57 -0800
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2015-01-11 20:17 -0800 |
| Subject | List of "python -m" tools |
| Message-ID | <9d6346ee-b29d-45a8-bde0-29072a9dca73@googlegroups.com> |
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
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve@pearwood.info> |
|---|---|
| Date | 2015-01-12 05:22 +0000 |
| Message-ID | <54b35a12$0$2738$c3e8da3$76491128@news.astraweb.com> |
| In reply to | #83589 |
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 own custom test suites -- Steven
[toc] | [prev] | [next] | [standalone]
| From | Christian Heimes <christian@python.org> |
|---|---|
| Date | 2015-01-12 07:08 +0100 |
| Message-ID | <mailman.17608.1421042937.18130.python-list@python.org> |
| In reply to | #83589 |
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 small yet elegant tool for the command line. Christian
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-01-12 17:26 +1100 |
| Message-ID | <mailman.17609.1421043996.18130.python-list@python.org> |
| In reply to | #83589 |
On Mon, Jan 12, 2015 at 5:08 PM, Christian Heimes <christian@python.org> 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
[toc] | [prev] | [next] | [standalone]
| From | Irmen de Jong <irmen.NOSPAM@xs4all.nl> |
|---|---|
| Date | 2015-01-14 00:01 +0100 |
| Message-ID | <54b5a3bb$0$2878$e4fe514c@news.xs4all.nl> |
| In reply to | #83589 |
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 Irmen
[toc] | [prev] | [next] | [standalone]
| From | Albert-Jan Roskam <fomcl@yahoo.com> |
|---|---|
| Date | 2015-01-14 09:33 +0000 |
| Message-ID | <mailman.17708.1421228350.18130.python-list@python.org> |
| In reply to | #83728 |
----- Original Message ----- > From: Irmen de Jong <irmen.NOSPAM@xs4all.nl> > 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, >> >> 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
[toc] | [prev] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2015-01-15 14:16 +1000 |
| Message-ID | <m97ete$v9f$1@dont-email.me> |
| In reply to | #83740 |
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 the components needed to bootstrap pip are included as internal parts of the package." So pypi is not involved, right? The original comment doesn't mean that PyPI is involved in the installation, but that installing it allows for packages to be installed via PyPI. Obviously that isn't true if you're not net-enabled, but pip can still handy for installing local packages.
[toc] | [prev] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2015-01-16 01:57 -0800 |
| Message-ID | <ff44aee0-cb27-40fe-8652-260f7dc91cda@googlegroups.com> |
| In reply to | #83788 |
Thanks for all the answers!
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web