[python-uk] Junior Python Developer Position

2008-07-24 Thread Miles
feel free to contact me if you require any further information. Miles ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Reading a file of tab-separated values

2007-11-16 Thread Chris Miles
The built-in csv module is good for this. You can specify the delimiter (ie: tabs instead of commas) and it handles a bunch of edge cases (like quoted values containing the delimiter) that makes it a better solution than string.split('\t'). Cheers CM On 16 Nov 2007, at 19:29, Jeremy Nicoll

[python-uk] Open Space: TurboGears

2007-09-07 Thread Chris Miles
On the topic of Open Space, if anyone at the conference is interested in discussing or hacking on TurboGears or TurboGears-related projects, I'd be happy to help drive an Open Space (I assume that's what they're for). I work with (some more than others) TurboGears/SQLAlchemy/Elxir/ Genshi a

Re: [python-uk] Short notice Python meetup next week, anyone? (Otu Ekanem)

2007-04-24 Thread Chris Miles
You can usually spot them as the group of people not watching the football. And there's usually a Python book or two on the table. Cheers CM On 24 Apr 2007, at 11:52, Paul Clinch wrote: Hi Les, I don't think there is a time to start, just when you get there. I'll be there about seven. A

[python-uk] [Job] Python Developer - London - permanent

2007-02-26 Thread Chris Miles
Python Developer - Permanent * fed up with your current role ? * frustrated that your skills and abilities are not being recognised ? * want something better, more interesting ? Locayta (www.locayta.com) is a successful and expanding software company involved in providing search, information re

Re: [python-uk] Last Meetup

2007-02-23 Thread Chris Miles
Was good to see you again at the meetup Mark. We are certainly getting good turnouts for the Python Meetups these days. More than enough to hold off the football fans and keep our table safe :-) I want to offer a thanks to Simon for continuing to organise such a successful event each month

[python-uk] Python developer role - Central London

2006-06-16 Thread Chris Miles
My employer has a software developer role to fill, involving primarily Python development. Details below. If you are interested please e-mail your CV and details to me and I will forward them on. Cheers, Chris Miles [EMAIL PROTECTED] Job Spec Software Developer - fed up with your

Re: [python-uk] how to kill the server in program

2006-02-15 Thread Chris Miles
t. The children need to periodically check the Event object and perform any cleanup if they find it set. See http:// docs.python.org/lib/event-objects.html Cheers, CM -- Chris Miles http://chrismiles.info/ ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Thread Dump of a python process

2006-02-09 Thread Chris Miles
If you are using threading you can try: threading.enumerate() Cheers CM -- Chris Miles http://chrismiles.info/ On 9 Feb 2006, at 11:20, Shanon (sent by Nabble.com) wrote: > Hi, > > I would to know if there're some way to have a dump of all the threads > started by a pytho

Re: [python-uk] Python Meetup Monday 10th?

2005-10-09 Thread Chris Miles
Count me in. These things are always fun :) Cheers CM -- Chris Miles http://chrismiles.info/ On 8 Oct 2005, at 19:15, Doug Winter wrote: > John J Lee wrote: > >> On Sat, 8 Oct 2005, Michael Sparks wrote: >> >>> I hadn't heard a peep on the list since th

Re: [python-uk] London Python meetup tomorrow evening

2005-03-08 Thread Chris Miles
I might not be able to get there until 7:30 or 8pm, but still aim to make it if people are going to be sticking around for a while. Hopefully someone can explain decorators to me in more detail and convince me why I'd want to use them. Cheers, Chris On 8 Mar 2005, at 11:32, Simon Brunning wrote

[python-uk] PyCon 2005

2005-03-08 Thread Chris Miles
Anyone lucky enough to be heading over to PyCon 2005 in D.C. in a few weeks time? http://www.python.org/pycon/2005/ Know of any cheap flights to get over there? Cheers, Chris -- Chris Miles http://chrismiles.info/ ___ python-uk mailing list python-uk