Re: [python-uk] python-uk Digest, Vol 69, Issue 1

2009-05-07 Thread René Dudfield
On Thu, May 7, 2009 at 8:13 PM, john maclean wrote: > > > Are many people actually using python 3? > > Not really... from what I can see. There's about 47 python3 packages listed at pypi, and over 6400+ in total. http://pypi.python.org/pypi?:action=browse&show=all&c=533 The growth rate of 2.x p

Re: [python-uk] [pyconuk] Proposed PyCon UK UnConference, 5th September

2009-08-07 Thread René Dudfield
On Thu, Aug 6, 2009 at 6:43 PM, Michael Foord wrote: > In case anyone didn't spot it, the URL to book at is: > > http://pyconuk.org/booking.html > > Michael > > John Pinner wrote: > >> Hi, >> >> We confirmed the Unconference - http:///pyconuk.org >> - a couple of weeks ago a

Re: [python-uk] [pyconuk] Proposed PyCon UK UnConference, 5th September

2009-08-08 Thread René Dudfield
On Fri, Aug 7, 2009 at 4:42 PM, Tim Head wrote: > Hello again, > > 2009/8/7 Tim Head : > > interested in talking about (Django is interesting but these days I > > care more about scipy and such scientific software, also ctypes) > > before committing. > > > > I guess what I should have said is: an

Re: [python-uk] Announcing the 4th London Code Dojo: Thursday 3rd December

2009-11-21 Thread René Dudfield
On Fri, Nov 20, 2009 at 12:33 PM, Nicholas Tollervey wrote: > Hi Folks, > > The subject says it all... > > First of all, apologies for those who can't make Thursdays. Unfortunately, > Thursday 3rd December is the only evening all the current speakers can make. > I'll endeavour to try and organis

Re: [python-uk] Announcing the 4th London Code Dojo: Thursday 3rd December

2009-11-22 Thread René Dudfield
On Sat, Nov 21, 2009 at 11:42 PM, Nicholas Tollervey wrote: > Hi René, > > Yup, there is time *and* interest - I've just updated the signup page and > you're booked! :-) > > Looking forward to meeting you and hearing your talk! > > Nicholas. > great, thanks. see you all there. cheers,

[python-uk] pyweek. london python code dojo pyweek team?

2010-03-08 Thread René Dudfield
Hellos, Tom Viner and I started chatting about pyweek at the last code dojo, and then decided to start a pyweek team. We're wondering if anyone else from the london python code dojo would like to join our team? Here's our pyweek entry page: http://www.pyweek.org/e/ldnpydojo/ Here's the pywe

Re: [python-uk] Gaming at EuroPython

2010-03-12 Thread René Dudfield
On Tue, Mar 9, 2010 at 8:21 PM, John Pinner wrote: > Hi All Python Gamers! > > Seeing the activity on gaming - dojo, pygame week, etc, I thought that i > should say that: > > Richard Jones, http://www.mechanicalcat.net, will be giving a tutorial > Introduction to Python Gaming at EuroPython. As w

Re: [python-uk] London Python Roles

2010-12-14 Thread René Dudfield
Hi, Not really. Posting jobs is in the description of the list - so it's not unsolicited. "This list is to help UK Python users to form a community, arrange events, advertise help or jobs wanted or sought and generally chat." Recruiters have been posting since 2001, and only a maximum of a few

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

2010-12-21 Thread René Dudfield
Hey ya, Enjoyed many London python dojos... and learnt a number of little tips from there, and met a bunch of london python people. That was probably the highlight of 2010 python involvement for me. Started writing a shit JavaScript interpreter (very early stages). ** Wrote a minimal new content

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

2011-01-25 Thread René Dudfield
Hi, Speaking of pygame dots, and py3k... there's an interactive dot viewer for pygame around (from the pypy project), and pygame works for python 3000. It's in the pypy/dotviewer/ directory, or on bitbucket: https://bitbucket.org/pypy/pypy/src/f532d93c171e/dotviewer/ cya. On Tue, Jan 25, 2011 a

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

2011-01-25 Thread René Dudfield
Like on everything Jonathan said... and as moloko said 'the time is now'... for python 3000. Very nice list. cu On Tue, Jan 25, 2011 at 11:25 AM, Jonathan Hartley wrote: > On 25/01/2011 02:08, Alec Battles wrote: > >> Now, maybe the solution is to use Python 2.6 instead. Before starting >>> wor

Re: [python-uk] Want to join a PyWeek team?

2011-03-07 Thread René Dudfield
Hi, someone registers a team, and then they can add other members usernames to it. On Mon, Mar 7, 2011 at 9:09 AM, Ciarán Mooney wrote: > Hi, > > > Me! Me! Me! Pick me! I'm the one! > > Hi Jonathan! I wondered when you would crawl from the wood work. > > How does the process actually work for

Re: [python-uk] Python role

2011-05-17 Thread René Dudfield
On Tue, May 17, 2011 at 5:58 PM, Giles Thomas < giles.tho...@resolversystems.com> wrote: > That reminds me, I remember there was discussion on the list a while back > about whether it was OK to post job ads on this list. What was the > outcome? IIRC no consensus was ever reached, but I could we

Re: [python-uk] Dojo at PyconUK

2011-09-09 Thread René Dudfield
Ancient number systems? There's some good write ups of other old number systems here...http://www.math.wichita.edu/history/topics/num-sys.html ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] memoize & ordering of kwargs.items()

2011-11-11 Thread René Dudfield
Good morning, 1. Run it on different versions of python, or on different machines/OSes. That usually results in different dictionary ordering. 2. create a dict subclass that returns items always randomised. class my_fun_randomising_item_dict_subclass(dict): def items(self):

Re: [python-uk] memoize & ordering of kwargs.items()

2011-11-11 Thread René Dudfield
On Fri, Nov 11, 2011 at 10:23 AM, Jonathan wrote: > That's good to know René, but I *think* it's orthogonal to the question. > Please correct me if I'm wrong. > > If PyPy returns items in a different order than CPython, that doesn't > matter to me, so long as every invocation of my function in a

Re: [python-uk] saturday london python dojos?

2012-02-02 Thread René Dudfield
Hi, people can apply to PSF for sprint funding. http://pythonsprints.com/ cheers, On Thu, Feb 2, 2012 at 1:24 PM, Paul Nasrat wrote: > I'd be interested in a PSF style sprint in London - my main > contributions atm are to pip, virtualenv but I don't always have the > time I'd like for them.

Re: [python-uk] Game of Life / TDD ideas

2012-02-07 Thread René Dudfield
Tell one group the night before the problem, so they can practice 'sleep on it' development? ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

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

2013-01-03 Thread René Dudfield
>>> my['2p'] == 'reply-to-list' True ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Packaging advice for ujson / rpm / RHEL5

2013-01-28 Thread René Dudfield
Try exporting compilation environment variables. Like CC LD_LIBRARY_FLAGS etc. Google them :) On Jan 28, 2013 10:04 AM, "Nicholas H.Tollervey" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I need to build an RPM of ujson for RHEL5 targeting Python2.6. This > will be deploye

Re: [python-uk] Suggestions / best practices for deployment

2013-05-15 Thread René Dudfield
Every other reply completely failed at TDD! Write the test first to see if the URL is responding(oh, maybe test if the domain name is registered and trademarked first?)? Also, there's no best practices for python deployment... just a bunch of random hacks. You'll learn that moving to different pr

Re: [python-uk] Opportunties for community engagement

2013-06-11 Thread René Dudfield
Hello, pygame could use some sponsorship... ;) All we ask is you jiggle the Libor rate around a bit when we ask. That should keep us funded for the next 10,000 years. In exchange we will do anything... and I mean ANY... THING*1! Just kidding. *1 anything! _

Re: [python-uk] Reading list

2013-06-26 Thread René Dudfield
all good book suggestions... However, is fancy book learning the best method to learn? I always suggest people "Work on Projects" if their plan is to: 1. get out of the bedroom and work on projects. 2. work with other people on projects. 3. build connections to get paid work with python

Re: [python-uk] The London Python Dojo is this Thursday

2013-07-15 Thread René Dudfield
That could work with a theme... the goal doesn't have to be a game? It's more inventing the problem as you go? Unrelated thought for a good exercise... new requirements are introduced at half time... and then 5 minutes before the end... like real life. On Jul 15, 2013 2:05 PM, "Jonathan Hartley"

Re: [python-uk] internship suggestions for a gap-year maths student?

2013-08-19 Thread René Dudfield
Hi, after minutes of consideration I have come up with this brilliant plan!!! Wander the earth like Erdős collaborating on maths papers. http://en.wikipedia.org/wiki/Paul_Erd%C5%91s http://en.wikipedia.org/wiki/Erd%C5%91s_number all the best, On Mon, Aug 19, 2013 at 10:47 AM, Harry Perciva

[python-uk] interested in being interviewed?

2014-02-03 Thread René Dudfield
Hello, I'm looking to interview python programmers for a new online magazine about tech in the UK and EU. We'd especially like to chat if you're based outside of London! Also, if you know of anyone doing something interesting that they want to tell the world about... please let them know we're t

Re: [python-uk] interested in being interviewed?

2014-02-03 Thread René Dudfield
I can put you in touch if you like. > > ;-) > > N. > > On 03/02/14 14:56, René Dudfield wrote: > > Hello, > > > > I'm looking to interview python programmers for a new online > > magazine about tech in the UK and EU. > > > > We'd espec

Re: [python-uk] RaspberryPi related request for help

2015-03-27 Thread René Dudfield
Ok, here's a start... I gathered more information, and found an alternative[0]. Seems i2c-tools needs to make a new release first? That would be the place to ask first. http://www.lm-sensors.org/browser/i2c-tools/trunk Then the Debian package can be updated: https://packages.debian.org/wheez

Re: [python-uk] Issue with unit tests in IntelliJ IDEA

2015-07-14 Thread René Dudfield
There's also a testing in python list. http://lists.idyll.org/listinfo/testing-in-python On Tue, Jul 14, 2015 at 1:57 PM, Tim Golden wrote: > On 14/07/2015 11:33, David Szervanszky wrote: > > Hi, > > > > I’ve been working on contributing to an open source project and have > > gotten to the stag