Re: [Tutor] Pun panic

2015-04-22 Thread Alex Kleider
On 2015-04-22 12:22, Ben Finney wrote: Alex Kleider writes: On 2015-04-22 05:40, Ben Finney wrote: > http://mako.cc/writing/hill-free_tools.html> > > Kallithea (which is what powers BullCodes) is free software, meaning > anyone is free to see how it works and change it and run their own >

Re: [Tutor] Pun panic

2015-04-22 Thread Albert-Jan Roskam
- Original Message - > From: Ben Finney > To: tutor@python.org > Cc: > Sent: Wednesday, April 22, 2015 2:40 PM > Subject: Re: [Tutor] Pun panic > > Albert-Jan Roskam writes: > >> - Original Message - >> > From: Ben Finney >>

Re: [Tutor] Pun panic

2015-04-22 Thread Ben Finney
Alex Kleider writes: > On 2015-04-22 05:40, Ben Finney wrote: > > http://mako.cc/writing/hill-free_tools.html> > > > > Kallithea (which is what powers BullCodes) is free software, meaning > > anyone is free to see how it works and change it and run their own > > instance and share changes. >

Re: [Tutor] Pun panic

2015-04-22 Thread Alex Kleider
On 2015-04-22 05:40, Ben Finney wrote: Albert-Jan Roskam writes: - Original Message - > From: Ben Finney > You'll need a working implementation first. Put it on BullCodes > https://bull.codes/> for bonus Python-based free-software > repository hosting points! Is bull.codes better tha

Re: [Tutor] Pun panic

2015-04-22 Thread Ben Finney
Albert-Jan Roskam writes: > - Original Message - > > From: Ben Finney > > You'll need a working implementation first. Put it on BullCodes > > https://bull.codes/> for bonus Python-based free-software > > repository hosting points! > > Is bull.codes better than Github or Bitbucket? Yes,

Re: [Tutor] Pun panic

2015-04-22 Thread Mark Lawrence
On 22/04/2015 07:56, Peter Otten wrote: Ben Finney wrote: "Martin A. Brown" writes: Good morning underscore underscore Peter underscore underscore, The Pythonic way to pronounce that would be “dunder Pete dunder” https://wiki.python.org/moin/DunderAlias>. Hm, should I campaign for a pet

Re: [Tutor] Pun panic

2015-04-22 Thread Albert-Jan Roskam
- Original Message - > From: Ben Finney > To: tutor@python.org > Cc: > Sent: Wednesday, April 22, 2015 9:28 AM > Subject: Re: [Tutor] Pun panic > > Peter Otten <__pete...@web.de> writes: > >> Ben Finney wrote: >> >> > The P

Re: [Tutor] Pun panic

2015-04-22 Thread Ben Finney
Peter Otten <__pete...@web.de> writes: > Ben Finney wrote: > > > The Pythonic way to pronounce that would be “dunder Pete dunder” > > https://wiki.python.org/moin/DunderAlias>. > > Hm, should I campaign for a peter() builtin? You'll need a working implementation first. Put it on BullCodes https:/

Re: [Tutor] Pun panic

2015-04-21 Thread Peter Otten
Ben Finney wrote: > "Martin A. Brown" writes: > >> Good morning underscore underscore Peter underscore underscore, > > The Pythonic way to pronounce that would be “dunder Pete dunder” > https://wiki.python.org/moin/DunderAlias>. > Hm, should I campaign for a peter() builtin?

Re: [Tutor] Pun panic

2015-04-21 Thread Ben Finney
"Martin A. Brown" writes: > Good morning underscore underscore Peter underscore underscore, The Pythonic way to pronounce that would be “dunder Pete dunder” https://wiki.python.org/moin/DunderAlias>. -- \ “Geeks like to think that they can ignore politics. You can | `\leave

Re: [Tutor] Pun panic, was Re: calling a method directly

2015-04-21 Thread Marc Tompkins
On Tue, Apr 21, 2015 at 7:09 AM, Martin A. Brown wrote: > And, I dairy not chase this pun any further > No - keep milking it. It gets butter all the time. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https

Re: [Tutor] Pun panic, was Re: calling a method directly

2015-04-21 Thread Martin A. Brown
Good morning underscore underscore Peter underscore underscore, class Cow: ... def lower(self): return "moo" If you can't make sense of that: at the time of writing I thought that "lowering" was a synonym for "mooing". After a look into the dictionary it turns out to be "lowing", not

Re: [Tutor] Pun panic, was Re: calling a method directly

2015-04-21 Thread Alan Gauld
On 21/04/15 09:45, Peter Otten wrote: Peter Otten wrote: class Cow: ... def lower(self): return "moo" If you can't make sense of that: at the time of writing I thought that "lowering" was a synonym for "mooing". After a look into the dictionary it turns out to be "lowing", not "lowering"

[Tutor] Pun panic, was Re: calling a method directly

2015-04-21 Thread Peter Otten
Peter Otten wrote: class Cow: > ... def lower(self): return "moo" If you can't make sense of that: at the time of writing I thought that "lowering" was a synonym for "mooing". After a look into the dictionary it turns out to be "lowing", not "lowering". Sorry!