Re: [python-uk] What trends should we watch Python during 2017..?

2016-12-07 Thread Thomas Hunger
I'm cautiously optimistic about http://mypy-lang.org/ though I'd prefer not to have values as type annotations. I think the JS community demonstrated that retrofitting types can be done in a principled and nice way with TypeScript and flow so maybe we can do that, too. On 7 December 2016 at 11

Re: [python-uk] Job Ad: Senior Python Engineers -Skimlinks - London

2015-02-04 Thread Thomas Hunger
Well now, that's a slightly larger audience than I had in mind. How embarrassing .. I apologise for the spam! On 4 February 2015 at 13:11, Thomas Hunger wrote: > Hi Niamh, > > I saw a Skimlinks talk a while back at a London data meetup which was > super interesting! > >

Re: [python-uk] Job Ad: Senior Python Engineers -Skimlinks - London

2015-02-04 Thread Thomas Hunger
Hi Niamh, I saw a Skimlinks talk a while back at a London data meetup which was super interesting! In any case: if you are ever looking for an agency to do coding, we just started one [1]. I worked for Google as an SWE/SRE for several years and the others have a great technical background as well

Re: [python-uk] Trip to Bletchley Park

2013-09-27 Thread Thomas Hunger
That's a great idea, Tom. I'm in. On 26 September 2013 14:41, Tim Golden wrote: > ... which was of course at the time part of the Oxford-Cambridge line, > considered important for the work of BP: > > http://www.disused-stations.org.uk/v/verney_junction/ > > (There are probably better links; I

Re: [python-uk] more maze

2013-05-12 Thread Thomas Hunger
ld let Mike's Physical Turtle loose on this... > > > Tom > > -- Forwarded message -- > From: Tim Golden > Date: 6 May 2013 19:33 > Subject: Re: [python-uk] more maze > To: python-uk@python.org > > > On 06/05/2013 19:26, Thomas Hunger wr

[python-uk] more maze

2013-05-06 Thread Thomas Hunger
Here's an implementation of a random spanning tree where the nodes are coordinates on a plane so one can render them later: https://gist.github.com/teh/5526976 ~ ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/pyt