Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86458 > unrolled thread

Re: Python Worst Practices

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-02-26 01:44 +0000
Last post2015-02-26 08:59 +0000
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python Worst Practices Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-26 01:44 +0000
    Re: Python Worst Practices Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-26 13:57 +1100
      Re: Python Worst Practices Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-26 08:59 +0000

#86458 — Re: Python Worst Practices

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-02-26 01:44 +0000
SubjectRe: Python Worst Practices
Message-ID<mailman.19230.1424915096.18130.python-list@python.org>
On 25/02/2015 20:45, Mark Lawrence wrote:
> http://www.slideshare.net/pydanny/python-worst-practices
>
> Any that should be added to this list?  Any that be removed as not that
> bad?
>

Throwing in my own, how about built-in functions should not use "object" 
as the one and only argument, and a keyword argument at that.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [next] | [standalone]


#86461

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2015-02-26 13:57 +1100
Message-ID<54ee8b96$0$11124$c3e8da3@news.astraweb.com>
In reply to#86458
Mark Lawrence wrote:

> On 25/02/2015 20:45, Mark Lawrence wrote:
>> http://www.slideshare.net/pydanny/python-worst-practices
>>
>> Any that should be added to this list?  Any that be removed as not that
>> bad?
>>
> 
> Throwing in my own, how about built-in functions should not use "object"
> as the one and only argument, and a keyword argument at that.


Which built-in function is that?


-- 
Steve

[toc] | [prev] | [next] | [standalone]


#86488

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-02-26 08:59 +0000
Message-ID<mailman.19249.1424941208.18130.python-list@python.org>
In reply to#86461
On 26/02/2015 02:57, Steven D'Aprano wrote:
> Mark Lawrence wrote:
>
>> On 25/02/2015 20:45, Mark Lawrence wrote:
>>> http://www.slideshare.net/pydanny/python-worst-practices
>>>
>>> Any that should be added to this list?  Any that be removed as not that
>>> bad?
>>>
>>
>> Throwing in my own, how about built-in functions should not use "object"
>> as the one and only argument, and a keyword argument at that.
>
>
> Which built-in function is that?
>

memoryview see http://bugs.python.org/issue20408

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web