Re: [python-uk] Fwd: It Will Never Work in Theory: live!

2022-03-04 Thread Alex Willmer
Each email from this list has a link to the listinfo page at the bottom, https://mail.python.org/mailman/listinfo/python-uk. This is true of all python.org mailing lists. Follow the instructions there to change your options, or unsubscribe. On Fri, 4 Mar 2022 at 20:52, BELAHCENE Abdelkader < abde

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

2017-06-07 Thread Alex Willmer
; b=bench.Bench(); s='foo'+ ' x'*1000" "b.dispatch_1(s)" 10 loops, best of 3: 14.8 usec per loop python -mtimeit -s "import bench; b=bench.Bench(); s='foo'+ ' x'*100" "b.dispatch(s)" 100 loops, best of 3: 16.9 msec per

Re: [python-uk] Xon Python shell

2016-06-05 Thread Alex Willmer
> On 5 Jun 2016, at 22:15, "a.gra...@gmail.com" wrote: > > Hi everyone, > > a friend of mine just made me discover this http://xon.sh/ > > I didn't even know it existed am I too late :P ? It was news to me too. There was a talk about it at PyCon US last week, hence the wider interest.

Re: [python-uk] In Bilbao at the moment. Anyone else here?

2015-07-17 Thread Alex Willmer
On 17 July 2015 at 20:51, Luis Visintini wrote: > Would be nice to share beers and pinchos with any other UK pythonistas in > the area already. > > Anyone else? Tom Viner is in Bilbao https://twitter.com/tomviner/status/622043352553390081 -- Alex Willmer http://twitter

Re: [python-uk] Flossie / OpenTechSchool

2013-11-06 Thread Alex Willmer
on, but there's also remote participation tickets for code sprint. Anand/Giorgia, is it the code-sprint you're looking for volunteers for? Do the volunteers need to be in London? -- Alex Willmer http://twitter.com/moreati ___ python-uk mailing l

Re: [python-uk] The perils of reply-to

2013-01-03 Thread Alex Willmer
ers of the few. Thanks, Alex -- Alex Willmer http://twitter.com/moreati ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

[python-uk] PyCon UK 2012 - Call for talks

2012-07-29 Thread Alex Willmer
need the data in the wiki if it is not already there. Best Wishes, PyCon UK Team ___ pyconuk mailing list pyco...@python.org http://mail.python.org/mailman/listinfo/pyconuk -- Alex Willmer http://twitter.com/mo

Re: [python-uk] Library for (undirected) graphs in Python?

2011-01-24 Thread Alex Willmer
ram I know for (un)directed graphs is Graphviz and associated DOT format. For which there a few hits: http://pypi.python.org/pypi?:action=search&term=graphviz -- Alex Willmer http://moreati.org.uk/blog http://twitter.com/moreati ___ python-uk mailing

Re: [python-uk] urllib latency

2010-12-20 Thread Alex Willmer
llib transferring the same number of bytes? Is one or the other (not) using compression? - Is ab somehow causing fewer, larger packets to be used in either the request or the response? I'd probably be reaching for a packet capture about now. -- Alex Willmer http://moreati.org.uk/blog http

Re: [python-uk] Python comparison matrix

2010-08-09 Thread Alex Willmer
nger. I'll be _very_ happy if someone proves me wrong though. -- Alex Willmer http://moreati.org.uk/blog ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

[python-uk] Python comparison matrix

2010-08-09 Thread Alex Willmer
elp out? Regards, Alex -- Alex Willmer http://moreati.org.uk/blog ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

[python-uk] EuroPython 2010 - Open for registration and reminder of participation

2010-03-15 Thread Alex Willmer
EuroPython 2010 - 17th to 24th July 2010 EuroPython is a conference for the Python programming language community, including the Django, Zope and Plone communities. It is aimed at everyone in the Python community, of all skill levels, both users and programm

Re: [python-uk] Python/Django issue

2010-01-25 Thread Alex Willmer
On 25 Jan 2010, at 07:39, Hassan Baig wrote: I have a flash file which calls up a url say http://test.com/createXML/ which is caught and used up by a python/django code and it creates and redirects to an XML. which is loaded by flash, to get values from the database. The setup works fi