[Chicago] Pycon Session Chairs

Brian Herman brianherman at gmail.com
Wed Feb 18 01:43:04 CET 2009


http://github.com/inky/see/tree/master

see(pencil_case)
  ?   []   for   in   +   *   +=   *=   <   <=   ==   !=   >   >=   len()
  .append()   .count()   .extend()   .index()   .insert()   .pop()   .remove()
  .reverse()   .sort()

vs

>>> dir(pencil_case)
['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__delsli
ce__', '__doc__', '__eq__', '__ge__', '__getattribute__', '__getitem__', '__gets
lice__', '__gt__', '__hash__', '__iadd__', '__imul__', '__init__', '__iter__', '
__le__', '__len__', '__lt__', '__mul__', '__ne__', '__new__', '__reduce__', '__r
educe_ex__', '__repr__', '__reversed__', '__rmul__', '__setattr__', '__setitem__
', '__setslice__', '__str__', 'append', 'count', 'extend', 'index', 'insert', 'p
op', 'remove', 'reverse', 'sort']



On Tue, Feb 17, 2009 at 2:01 PM, Ted Pollari <tcp at mac.com> wrote:

>
> On Feb 17, 2009, at 11:53 AM, Chris McAvoy wrote:
>
>  Listen to Ted.  That f'er is smmmmmmmart.
>>
>> Chris
>>
>
>
> Can I get that on a tshirt?
>
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>



-- 
Sincerely,
Brian Herman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20090217/61b39635/attachment-0001.htm>


More information about the Chicago mailing list