Re: [python-uk] London Python Project Nights S00 E02

2015-07-14 Thread Simon Watson
Am coming along tomorrow - is there anything I should bring? (Have a laptop with Python but wondered if there is anything else in can do to get up to speed!) Cheers, Simon On Tue, 14 Jul 2015 at 16:01, Alistair Broomhead < alistair.broomh...@gmail.com> wrote: > Hi all, just to bump thi

Re: [python-uk] London Python Project Nights S00 E02

2015-07-15 Thread Simon Watson
Good fun night, interesting and great to meet some like minded folks. Thank you for hosting. Cheers, Simon On Tue, 14 Jul 2015 at 19:47, Alistair Broomhead < alistair.broomh...@gmail.com> wrote: > Hi Simon, > > That should be plenty, other things that are likely to be useful i

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, bu

Re: [python-uk] Matplotlib show() doesn't display on OS X

2016-04-26 Thread Simon Walker via python-uk
#x27;s possible it's choosing the "Agg" renderer which is non-interactive. If another backend works (e.g. I use TkAgg myself) then you can add it to the file ~/.matplotlib/matplotlibrc as: backend : TkAgg Simon > On 25 Apr 2016, at 19:55, Pepper R. wrote: > > Are y

<    1   2