[python-uk] Work for your own company?

2017-09-04 Thread David Hughes
ply just to me and not to the whole list. To be absolutely sure, you can also contact me directly using dfhmeibion.com -- Regards David Hughes Forestfield Software Ltd. ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] 2 Principle Engineer roles in London up to £95k

2016-12-06 Thread David Hughes
to the CTO at a highly successful SAAS start-up. _* ... Get in touch if you are interested. Yes, in principal, I would be interested ;-) -- Regards David Hughes Forestfield Software ___ python-uk mailing list python-uk@python.org https

Re: [python-uk] Python jobs - UK wide

2011-07-27 Thread David Hughes
On 27/07/2011 14:49, Sally Hall wrote: Python Developer -- Experienced - £35 -- 40k -- West Sussex Could you supply details of this one please, Sally? -- Regards David Hughes ___ python-uk mailing list python-uk@python.org http

Re: [python-uk] Python jobs - UK wide

2011-07-27 Thread David Hughes
Oops, sorry for the noise. Forgot it was a mailing list. Must pay more attention! -- Regards David Hughes ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

[python-uk] File information from Netware share on Windows

2006-11-27 Thread David Hughes
> os.path.exists(fi) True >>> time.ctime(os.stat(fi).st_ctime) # is the create time returned? 'Mon Nov 20 14:34:24 2006' >>> time.ctime(os.stat(fi).st_mtime)# is the last modified time returned? 'Mon Nov 27 08:46:34 2006' >>> Th