Hi Cameron,
Please ignore my last email. I found those two options AFTER I created
the filter. I expected them to be on the "filter messages like this"
panel.
Tamara > On 14Jun2018 21:09, Tamara Berger wrote:
> >On Monday, June 11, 2018 at 4:32:56 AM UTC-4, Cameron Simpson wrote:
> >> This is o
Cameron,
I DON'T HAVE the options "skip the inbox" and "apply the label." Not
within the option "filter messages like this," which is where I
understood you to say they were, or outside that option. Does Gmail
have these options?
Tamara
On Fri, Jun 15, 2018 at 4:17 AM Cameron Simpson wrote:
>
>
On 14Jun2018 21:09, Tamara Berger wrote:
On Monday, June 11, 2018 at 4:32:56 AM UTC-4, Cameron Simpson wrote:
This is one reason to prefer the mailing list. You can subscribe here:
https://mail.python.org/mailman/listinfo/python-list
[...]
Wait for the first message or so and for that messa
On Monday, June 11, 2018 at 4:32:56 AM UTC-4, Cameron Simpson wrote:
> This is one reason to prefer the mailing list. You can subscribe here:
>
> https://mail.python.org/mailman/listinfo/python-list
>
> Many of us prefer that to Google Groups. You have the advantage that email
> messages arri
On 14Jun2018 02:35, Tamara Berger wrote:
On Thu, Jun 14, 2018 at 1:49 AM Cameron Simpson wrote:
Just as you can run your code before you install it, you can lint your code
beforehand also. In fact, you should be doing both: run and test the code
_before_ installing it, and also lint it (when y
On Thu, Jun 14, 2018 at 1:49 AM Cameron Simpson wrote:
> Just as you can run your code before you install it, you can lint your code
> beforehand also. In fact, you should be doing both: run and test the code
> _before_ installing it, and also lint it (when you care) and test again
> (because if
On 14Jun2018 01:34, Tamara Berger wrote:
Is it possible to do the "linting" after you've written your code but
before you install it for the first time?
Sure. I always do it that way.
Just as you can run your code before you install it, you can lint your code
beforehand also. In fact, you sh
Is it possible to do the "linting" after you've written your code but
before you install it for the first time?
Tamara
On Wed, Jun 13, 2018 at 12:30 AM Cameron Simpson wrote:
>
> On 13Jun2018 00:05, Tamara Berger wrote:
> >Thanks for the in-depth answer. I'm going to have to read it
> >carefully
On Wed, 13 Jun 2018 14:30:05 +, Grant Edwards wrote:
[...]
> You refer to "this forum" as if you think it's some centrally controlled
> web application. It's not. It's a Usenet group gatewayed to a mailing
> list gatewayed to an archive/nntp server at gmane.org. Google then
> duct-taped the
On 2018-06-13, Tamara Berger wrote:
> I just meant edit within the moment or two after you've posted a
> message. I think a good feature in this forum would allow posters to
> edit their messages in just that way. I have such a feature enabled in
> gmail. I can "undo" my action for 30 seconds af
Tamara Berger wrote:
Live means live. It is not a word I created. It means that the link
has been activated, so clicking on it will take you to the associated
page.
Okay, I think "clickable" is a better word to describe this.
Most mail reading software these days automatically recognises
thing
On 13Jun2018 00:29, Tamara Berger wrote:
On Tue, Jun 12, 2018 at 7:57 PM Cameron Simpson wrote:
On 12Jun2018 07:14, Tamara Berger wrote:
>Just one more thing, Cameron. I was looking at an Apple support page, and it says
"When you're logged in to your Mac using an administrator account, yo
On 13Jun2018 00:41, Tamara Berger wrote:
I just meant edit within the moment or two after you've posted a
message. I think a good feature in this forum would allow posters to
edit their messages in just that way. I have such a feature enabled in
gmail. I can "undo" my action for 30 seconds afte
On Wed, Jun 13, 2018 at 2:41 PM, Tamara Berger wrote:
> I just meant edit within the moment or two after you've posted a
> message. I think a good feature in this forum would allow posters to
> edit their messages in just that way. I have such a feature enabled in
> gmail. I can "undo" my action
On Tue, Jun 12, 2018 at 7:50 PM Cameron Simpson wrote:
>
> On 12Jun2018 07:48, Tamara Berger wrote:
> >
> >> On Wed, Jun 13, 2018 at 12:17 AM, T Berger wrote:
> >> > Sorry, to bother you again. But is there some way to edit a message once
> >> > its posted? Or do I have to delete it and rewrite
On 13Jun2018 00:05, Tamara Berger wrote:
Thanks for the in-depth answer. I'm going to have to read it
carefully, with the help of a Python glossary. Some of the terms you
use are new to me.
No worries. Just ask if you don't find definitions.
BTW, a "lint" program, or "linter" is a program for
On Tue, Jun 12, 2018 at 7:57 PM Cameron Simpson wrote:
>
> On 12Jun2018 07:14, Tamara Berger wrote:
> >Just one more thing, Cameron. I was looking at an Apple support page, and it
> >says "When you're logged in to your Mac using an administrator account, you
> >can use the sudo command in the
Hi Cameron,
Thanks for the in-depth answer. I'm going to have to read it
carefully, with the help of a Python glossary. Some of the terms you
use are new to me.
>or am I supposed to root around for my module and make the edits one by one?
I was trying to be amusing and didn't get my point across
On Wed, Jun 13, 2018 at 10:46 AM, Gregory Ewing
wrote:
> Cameron Simpson wrote:
>>
>> PEP8 is a style recommendation for Python code:
>>
>> https://www.python.org/dev/peps/pep-0008/
>
>
> Specifically, it's a style guide for *code in the Python
> standard library*, as it says in the Introduction:
Cameron Simpson wrote:
PEP8 is a style recommendation for Python code:
https://www.python.org/dev/peps/pep-0008/
Specifically, it's a style guide for *code in the Python
standard library*, as it says in the Introduction:
This document gives coding conventions for the Python code comprising
On 12Jun2018 07:51, Tamara Berger wrote:
[... snip ...]
One more thing about PEP8. My workbook is a bit skimpy on details. Is there a
quick way to make the edits
PEP8 is a style recommendation for Python code:
https://www.python.org/dev/peps/pep-0008/
It is followed pretty rigorously in the
On 12Jun2018 07:14, Tamara Berger wrote:
On Tuesday, June 12, 2018 at 3:28:29 AM UTC-4, Cameron Simpson wrote:
On 11Jun2018 22:51, Tamara Berger wrote:
[...]
>192:~ TamaraB$ sudo python3 -m pip install pytest
>Password:
>The directory '/Users/TamaraB/Library/Caches/pip/http' or its parent di
On 12Jun2018 07:48, Tamara Berger wrote:
On Tuesday, June 12, 2018 at 10:27:06 AM UTC-4, Chris Angelico wrote:
On Wed, Jun 13, 2018 at 12:17 AM, T Berger wrote:
> Sorry, to bother you again. But is there some way to edit a message once
> its posted? Or do I have to delete it and rewrite it?
On 06/12/2018 08:48 AM, T Berger wrote:
> I deleted them a number of time, then got a bar across the page indicating
> that a post had been deleted. It's nuts that you can't edit your own post.
This "forum" is actually a mailing list mirrored to Usenet, so whatever
you post gets instantly emailed
On 2018-06-12, Chris Angelico wrote:
> On Wed, Jun 13, 2018 at 12:17 AM, T Berger wrote:
>
>> Sorry, to bother you again. But is there some way to edit a message
>> once its posted? Or do I have to delete it and rewrite it?
>
> Nope. And you can't delete it either.
That depends.
If you're posti
On Tuesday, June 12, 2018 at 3:28:29 AM UTC-4, Cameron Simpson wrote:
> On 11Jun2018 22:51, Tamara Berger wrote:
> >On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
> >> Tamara Berger wrote:
> >> > I typed these 2 lines in the terminal:
> >> > 192:~ TamaraB$ sudo python3
> >> >>>
On Tuesday, June 12, 2018 at 10:27:06 AM UTC-4, Chris Angelico wrote:
> On Wed, Jun 13, 2018 at 12:17 AM, T Berger wrote:
> >
> > Sorry, to bother you again. But is there some way to edit a message once
> > its posted? Or do I have to delete it and rewrite it?
>
> Nope. And you can't delete it e
On Wed, Jun 13, 2018 at 12:17 AM, T Berger wrote:
>
> Sorry, to bother you again. But is there some way to edit a message once its
> posted? Or do I have to delete it and rewrite it?
Nope. And you can't delete it either.
ChrisA
--
https://mail.python.org/mailman/listinfo/python-list
On Tuesday, June 12, 2018 at 3:28:29 AM UTC-4, Cameron Simpson wrote:
> On 11Jun2018 22:51, Tamara Berger wrote:
> >On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
> >> Tamara Berger wrote:
> >> > I typed these 2 lines in the terminal:
> >> > 192:~ TamaraB$ sudo python3
> >> >>>
On Tuesday, June 12, 2018 at 3:28:29 AM UTC-4, Cameron Simpson wrote:
> On 11Jun2018 22:51, Tamara Berger wrote:
> >On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
> >> Tamara Berger wrote:
> >> > I typed these 2 lines in the terminal:
> >> > 192:~ TamaraB$ sudo python3
> >> >>>
On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
> Tamara Berger wrote:
> > I typed these 2 lines in the terminal:
> >
> > 192:~ TamaraB$ sudo python3
> > ...
> python3 -m pip install pytest
>
> You need to enter this *single* line in the Terminal:
>
> sudo python3 -m
On Tuesday, June 12, 2018 at 3:28:29 AM UTC-4, Cameron Simpson wrote:
> On 11Jun2018 22:51, Tamara Berger wrote:
> >On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
> >> Tamara Berger wrote:
> >> > I typed these 2 lines in the terminal:
> >> > 192:~ TamaraB$ sudo python3
> >> >>>
On 11Jun2018 22:51, Tamara Berger wrote:
On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
Tamara Berger wrote:
> I typed these 2 lines in the terminal:
> 192:~ TamaraB$ sudo python3
python3 -m pip install pytest
You need to enter this *single* line in the Terminal:
su
On Monday, June 11, 2018 at 7:24:58 PM UTC-4, Gregory Ewing wrote:
> Tamara Berger wrote:
> > I typed these 2 lines in the terminal:
> >
> > 192:~ TamaraB$ sudo python3
> > ...
> python3 -m pip install pytest
>
> You need to enter this *single* line in the Terminal:
>
> sudo python3 -m
Tamara Berger wrote:
I typed these 2 lines in the terminal:
192:~ TamaraB$ sudo python3
> ...
python3 -m pip install pytest
You need to enter this *single* line in the Terminal:
sudo python3 -m pip install pytest
What does the "-m" stand for in the line of code?
It's a cmmand-line op
On 11Jun2018 11:54, Tamara Berger wrote:
I did subscribe to the mailing list, but it opened the floodgates to a
torrent of irrelevant emails. I didn't know how to turn the flood off,
so I unsubscribed. How do I set the appropriate option?
My personal approach is to add a filter for list messag
On 2018-06-11 16:54, Tamara Berger wrote:
I did subscribe to the mailing list, but it opened the floodgates to a
torrent of irrelevant emails. I didn't know how to turn the flood off,
so I unsubscribed. How do I set the appropriate option?
I was just going to post another message to google group
Apropos my earlier message:
Before I post a question, I search online for an answer. Though I try
all combinations of search terms, I get irrelevant results. Do you
have a suggestion on how to frame searches?
Tamara
On Mon, Jun 11, 2018 at 4:32 AM Cameron Simpson wrote:
>
> On 10Jun2018 23:38, T
I did subscribe to the mailing list, but it opened the floodgates to a
torrent of irrelevant emails. I didn't know how to turn the flood off,
so I unsubscribed. How do I set the appropriate option?
I was just going to post another message to google groups. If you
don't mind, I'll ask you now.
I g
On 10Jun2018 23:38, Tamara Berger wrote:
Thanks, everyone, for your suggestions. I didn't respond to your posts earlier
because I wasn't notified by email updates. I don't understand why they've
stopped coming. I didn't change any settings.
Maybe we haven't been CCing you directly, just post
Thanks, everyone, for your suggestions. I didn't respond to your posts earlier
because I wasn't notified by email updates. I don't understand why they've
stopped coming. I didn't change any settings.
--
https://mail.python.org/mailman/listinfo/python-list
On 10Jun2018 11:26, John Ladasky wrote:
On Sunday, June 10, 2018 at 7:47:01 AM UTC-7, T Berger wrote:
When I go to post a reply, I get a warning asking if I want my email address
(or other email addresses listed) visible to all, and do I want to edit my
post. What should I do?
Are you posti
On Mon, Jun 11, 2018 at 4:26 AM, John Ladasky
wrote:
> On Sunday, June 10, 2018 at 7:47:01 AM UTC-7, T Berger wrote:
>> When I go to post a reply, I get a warning asking if I want my email address
>> (or other email addresses listed) visible to all, and do I want to edit my
>> post. What should
On Sunday, June 10, 2018 at 7:47:01 AM UTC-7, T Berger wrote:
> When I go to post a reply, I get a warning asking if I want my email address
> (or other email addresses listed) visible to all, and do I want to edit my
> post. What should I do?
Are you posting through Google Groups? Sometimes I
When I go to post a reply, I get a warning asking if I want my email address
(or other email addresses listed) visible to all, and do I want to edit my
post. What should I do?
--
https://mail.python.org/mailman/listinfo/python-list
45 matches
Mail list logo