Re: [python-uk] TDD / Django / Selenium workshop - any interest in a part 2?

2011-12-08 Thread Simon Hayward
Two of us here are interested. Very much enjoyed the first one. Simon. On Dec 7, 2011 2:58 PM, "Harry Percival" wrote: > Hi All, > > So I've finished digesting the lessons from the workshop last month, > and re-writing my tutorials appropriately. It seems I wasn't > traumatised enough by the f

Re: [python-uk] A stack with better performance than using a list

2017-06-08 Thread Simon Hayward
Rather than using a list, aren't deques more appropriate as a data structure for stack like behaviour. https://docs.python.org/3.6/library/collections.html#collections.deque Regards Simon On Wed, 7 Jun 2017, at 19:33, Jonathan Hartley wrote: > Hey. > > Thanks for engaging, but I can't help wi