[python-uk] [contract job] Django developer at the University of Oxford

2017-04-27 Thread Alexander Dutton
Hello, list, We lovely people at the University of Oxford's IT Services are looking for a Django contractor to help out on an internal project. The initial contract length would be about 3 months. There's more detail at , but in summ

[python-uk] Oxford Python Meetup tomorrow; Jericho Tavern at 7:30PM

2011-10-11 Thread Alexander Dutton
Hi all, If you're in the vicinity, there's a Python meet-up in Oxford tomorrow at the Jericho Tavern entitied "Brown Bag release for Py3K Conversion" sponsored by Incuna. I have no idea what that actually means. More details about the event at

Re: [python-uk] Tell us what you did with Python this year....

2010-12-22 Thread Alexander Dutton
On 22/12/10 11:38, Doug Winter wrote: > […] > result = yield make_maybe_blocking_call() > […] This looks similar to Dave Beazley's use of coroutines to implement concurrency without threading. In Dave's case, the yielded expression is a request for the scheduler to perform some action at its leisu

[python-uk] Python/Django job at Oxford University Computing Services

2010-08-19 Thread Alexander Dutton
Hi all, Oxford University Computing Services are looking for a new web developer to work on Mobile Oxford[0], the University's mobile information portal. Mobile Oxford has become an implementation of the open-source Molly Project[1], which is also being developed by Oxford Brookes, with int

Re: [python-uk] nested list help

2010-08-01 Thread Alexander Dutton
On 27/07/2010 14:32, Vikram K wrote: [['NM100', 3, 4, 5, 6, 7], ['NM100', 10, 11, 12, 13], ['NM200', 15, 16, 17]] Possibly a little messy, but... http://dpaste.com/222375/ All the best, Alex ___ python-uk mailing list python-uk@python.org http

Re: [python-uk] nested list help

2010-07-27 Thread Alexander Dutton
On 27/07/2010 14:32, Vikram K wrote: how do i obtain from the above the following nested list: Here's another solution, though possibly not a neat one: > http://dpaste.com/222375/ All the best, Alex ___ python-uk mailing list python-uk@python.org h