[python-uk] Python jobs at Rangespan

2011-06-21 Thread Jonathan
judged to be really attractive. I'm happy to answer casual questions personally, or take receipt of applications. Our formal job postings information is here: http://rangespan.com/jobs/ but in practice I think we'd be a little flexible about roles for the right applicant. Best rega

Re: [python-uk] Python Dojo in Reading?

2011-10-05 Thread Jonathan
ll be announced here on python-uk every month: https://ldnpydojo.eventwax.com/london-python-code-dojo-season-4-episode-1 Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: ta

Re: [python-uk] Dojo / workshop on "TDD Django with Selenium" - any interest?

2011-10-13 Thread Jonathan
Here at Rangespan we're all very interested. You'd have two or more attendees from here. Jonathan On 13/10/2011 17:26, Harry Percival wrote: Hi-ho python peeps, Would anyone be interested in a dojo / worksop on the topic of test-driven Django development, with Selenium?

[python-uk] Announcing the London Python Coding Dojo - Thu 3rd November

2011-10-30 Thread Jonathan
models, and how to solve them using optimistic locking. If YOU have a topic you'd like to present to the group for a few minutes, let us know, either on the python-uk list, or using the contact details on the event page linked above. Looking forward, see you all there! Jonathan -- Jona

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

2011-11-11 Thread Jonathan
er these dictionaries directly into the 'kwargs' of wrapper, then I think I'd be done. However, I have to pass these dictionaries in to wrapper via the '**' mechanism. Printing 'kwargs.items()' within 'wrapper' shows that equal dictionaries always retur

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

2011-11-11 Thread Jonathan
oops. wrong list. sorry all. The question still stands though, if anyone's interested. On 11/11/2011 08:42, Jonathan wrote: Hey, I've been writing my own 'memoize' function a lot recently - I'm using it as an interview question. Here's what I've got (w

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

2011-11-11 Thread Jonathan
n real life, so the need for this whole test disappears. See also my imminent reply to Ross. Jonathan On 11/11/2011 08:49, René Dudfield wrote: Good morning, 1. Run it on different versions of python, or on different machines/OSes. That usually results in different dictionary ordering.

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

2011-11-11 Thread Jonathan
ding-order-of-items()) I agree that 'to be sure' is enough of a justification for including the 'sorted' call anyway. But it irks me that I can't write a test to show it. Jonathan On 11/11/2011 08:50, Ross Lawley wrote: Hi, From the docs: http://docs.python

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

2011-11-11 Thread Jonathan
being 'lucky' in my choices of dict keys. I believe this is the answer I am looking for. René & Ross's point about being mindful of different implementations is still very pertinent in my mind, but I'm happy for now. Thanks everyone! Jonathan -- Jonathan Hartle

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

2011-11-11 Thread Jonathan
On 11/11/2011 09:34, René Dudfield wrote: On Fri, Nov 11, 2011 at 10:23 AM, Jonathan <mailto:tart...@tartley.com>> 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 diff

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

2011-11-11 Thread Jonathan
On 11/11/2011 09:35, Jonathan wrote: On 11/11/2011 09:24, Duncan Booth wrote: pick keys that that hash to the same value modulo the size of the dictionary. Since the dictionary copy copies the keys in the order they are stored you will get the same hash conflict in the copy as the original

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

2011-11-11 Thread Jonathan
On 11/11/2011 11:14, Jonathan wrote: On 11/11/2011 09:35, Jonathan wrote: On 11/11/2011 09:24, Duncan Booth wrote: pick keys that that hash to the same value modulo the size of the dictionary. Since the dictionary copy copies the keys in the order they are stored you will get the same hash

Re: [python-uk] Fwd: [PSF-Community] Python Software Foundation Survey

2018-07-05 Thread Jonathan Fine
Hi I've just completed the survey. It took a couple of minutes. I hope my answers are useful. I think Jon Ribbens has been a bit hard on the survey (which however does have faults). Creating and running surveys is hard, so credit to the PSF for giving it a go. Jonathan On Tue, Jul 3, 2018

Re: [python-uk] Benevolent Dictator On Permanent Vacation

2018-07-12 Thread Jonathan Fine
hose of us who are not core developers might like, at PyconUK, to think about how we can help support the process. Over the next few days I'll look over the python-committers thread again. with best wishes Jonathan On Thu, Jul 12, 2018 at 6:44 PM, S Walker wrote: > While it's

Re: [python-uk] Welcome to the "python-uk" mailing list

2018-07-28 Thread Jonathan Fine
www.pythontutor.com/visualize.html#mode=edit They might help you a lot. Good luck. -- Jonathan ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Python certification

2018-08-09 Thread Jonathan Fine
ttps://mail.python.org/mailman/listinfo/python-ideas I'm happy to post your query there, if you wish. -- Jonathan ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Python 2.7 code: a spring-clean

2019-12-04 Thread Jonathan Lange
We've had good luck using https://github.com/asottile/pyupgrade as a pre-commit hook (see https://pre-commit.com/ – highly recommended). We were already using Python 3, but it's helped us deal with some of the 3.n -> 3.n+1 upgrades. On Tue, 3 Dec 2019 at 21:23, Richard Barran wrote: > Hi all, >

Re: [python-uk] Austin -- CPython frame stack sampler v2.0.0 is now available

2020-10-17 Thread Jonathan Hartley
On Sat, Oct 17, 2020, at 05:24, Gabriele wrote: > I am delighted to announce the release 2.0.0 of Austin. 👏 Applause! -- Jonathan Hartley USA, Central(UTC-5) @tartley http://tartley.com ___ python-uk mailing list python-uk@python.org ht

[python-uk] Off-topic: TeX Office Hours (and Python)

2020-12-10 Thread Jonathan Fine
sted in such tools (yours, mine, someone else's or yet to be developed), please do get in touch either on this list or by email. with best wishes Jonathan ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Off-topic: TeX Office Hours (and Python)

2020-12-10 Thread Jonathan Fine
list didn't respond to sam's announcement of lambdatex. I've some unpublished ideas related to that problem. https://tug.org/pipermail/tex-live/2018-March/041304.html Also relevant is https://tug.org/tug2020/program.html # Talk by Yoan Tournade b

[python-uk] Off-topic: Happy Birthday, Don Knuth (and Python coroutines)

2021-01-10 Thread Jonathan Fine
x27;s async and wait. with best wishes Jonathan ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] PermissionError: [Errno 13] Permission denied: 'Abc.xlsx'

2022-02-09 Thread Jonathan Hartley
; What to do to correct this error? I have already searched on google search >> many times but no solution was found. >> >> ___ >> python-uk mailing list >> python-uk@python.org >> https://mail.python.org/mailman/

[python-uk] TeX Hour tonight: Better Technical Documentation: 18:30 UTC time

2022-02-24 Thread Jonathan Fine
python.org/pipermail/python-uk/2022-February/004828.html Tonight's TeX hour is from 6:30 to 7:30pm UK (and UTC) time. The UK time now: https://time.is/UK. The zoom URL is https://us02web.zoom.us/j/78551255396?pwd=cHdJN0pTTXRlRCtSd1lCTHpuWmNIUT09 wishing you bea

[python-uk] Fwd: TeX Hour tomorrow: Command Line and Text User interfaces, Python syntax errors

2022-03-09 Thread Jonathan Fine
/the-international-congress-of-mathematicians-icm-2022 with best regards Jonathan ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] [EuroPython] London Python Pub Night

2009-07-11 Thread Jonathan Hartley
as to write a blog post about it after they read it. (Yes Michael, my own review will be posted within hours!) :-) Jonathan Stephen Emslie wrote: Those at EuroPython in Birmingham showed quite a bit of interest in regular London Python meetups. So while it's is still fresh in all of o

Re: [python-uk] [EuroPython] London Python Pub Night

2009-08-03 Thread jonathan hartley
st-driven development + egoless programming + evidence-driven debugging + no doubt many more The best one-page description of a coding dojo I have found to date is here: http://web.cs.wpi.edu/~gpollice/Dojo.html Your thoughts, objections, and expressions of curiosity are all much a

Re: [python-uk] [EuroPython] London Python Pub Night

2009-08-03 Thread jonathan hartley
To clarify: The proposal for Aug 20th is for other events as well as the dojo, lightning talks and the like, followed by the pub. So even if the dojo doesn't happen this time, the event itself is on like Donkey Kong regardless, is my guess. jonathan hartley wrote: Hi folks, The idea

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

2009-08-08 Thread jonathan hartley
er, but forgot about it. I imagine others also need reminding :) cu, ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jo

Re: [python-uk] Code dojos

2009-08-31 Thread jonathan hartley
ndon area, if there are none does anyone want to help me set one up? Greg ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] 2nd London Python Dojo - 18:30 15 October 2009 at Fry-IT

2009-09-28 Thread Jonathan Hartley
If you can figure out a way, I'd be open to the discussion, but I'd be wary that we might simply be retreading the discussion that was already had. -- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 06

Re: [python-uk] 2nd London Python Dojo - 18:30 15 October 2009 at Fry-IT

2009-09-28 Thread Jonathan Hartley
again! Jonathan Hartley wrote: inline Jon Ribbens wrote: Also I'd like to put in a strong vote for part of the spec being that the game will allow human v human, human v computer, or computer v computer games (by entering "number of players: zero" ;-) ) We talked about this

Re: [python-uk] London Meetup

2009-10-10 Thread jonathan hartley
thon.org/mailman/listinfo/python-uk -- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] London Meetup

2009-10-13 Thread Jonathan Hartley
Anyone in favour of lunch in or around Clerkenwell (I have a bicycle) email me off-list. I'd be dead keen. Jonathan Carles Pina i Estany wrote: Hi, On Oct/10/2009, jonathan hartley wrote: Welcome to London Ciarán! Which end of town are you in? I'm in Camden, working in C

Re: [python-uk] Reminder: London Python Code Dojo Tomorrow

2009-10-16 Thread Jonathan Hartley
______ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] Reminder: 3rd London Python Code Dojo Thursday 5th November

2009-10-30 Thread Jonathan Hartley
I'm afraid I won't be there on the 5th, I have tickets for /Röyksopp/. :-) Have fun without me! Jonathan <http://royksopp.com/> Nicholas Tollervey wrote: Hi Folks, Just a quick reminder that the next dojo will be at 6:30pm, on Thursday November 5th at the Fry-IT off

Re: [python-uk] Sudoku links & dojo ideas

2009-12-11 Thread Jonathan Hartley
hough our progress is not terrifically speedy, it seems to be working out. Jonathan On 11/12/2009 10:20, Ben Moran wrote: If anyone is interested in the Sudoku solver from last night's dojo, the code & links to the original paper can be found at http://transfinite.wordpress.

Re: [python-uk] Sudoku links & dojo ideas

2009-12-14 Thread Jonathan Hartley
Hey Toby, Which bit were you referring to? If it was the 'math lectures' bit, then I didn't want to miss you off the list. Was it that, or something else? Jonathan Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter

Re: [python-uk] easy_install pip won't work, am concerned Ministry of Packaging may chase after me.

2010-04-01 Thread Jonathan Hartley
sons why 'easy_install pip' is harmful in this context? By definition this install isn't into a virtualenv. Thanks, Jonathan Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter/skype: tartley __

Re: [python-uk] Python comparison matrix

2010-08-09 Thread Jonathan Hartley
ess work to get stuck in manually? Jonathan On 09/08/2010 17:25, Alex Willmer wrote: I've finally updated and expanded a Python matrix I started just after PyCon UK 2008. It compares Python versions 1.5 - 3.1 with the built-ins, modules, keywords and features each implements. You

[python-uk] pyweek is GO

2010-08-22 Thread Jonathan Hartley
wo of work to a team effort in the past, so you don't have to make a huge time commitment. Also, if you're in London, maybe we could get together and code in the same room & bounce ideas, even if we work on different entries. Best, Jonathan -- Jonathan Hartley Made of

[python-uk] PyCon co-presenter sought for OpenGL talk

2010-10-29 Thread Jonathan Hartley
eople I asked to date are either too busy or shy or can't attend, so I thought I'd try this more scattershot approach. If you have any interest (even if you have reservations, e.g. would like to work on it, but are too shy to present, or would like to present, but don't have mu

[python-uk] A nascent London Python meetup group needs your input...

2010-11-23 Thread Jonathan Hartley
http://www.meetup.com/The-London-Python-Group-TLPG/ideas/541336/ That is all. -- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk

Re: [python-uk] London Python Roles

2010-12-13 Thread Jonathan Hartley
he idea to create a separate UK jobs list. Jonathan Hartley http://tartley.com richard barran wrote: >On 13 Dec 2010, at 19:36, Tim Golden wrote: >> I'm genuinely surprised by this reaction which comes up >> even more forcefully on the main Python lists. It seems

Re: [python-uk] London Python Roles

2010-12-15 Thread Jonathan Hartley
hanks for sharing the benefit of your experience. Jonathan On 15/12/2010 12:45, Michael Grazebrook wrote: I work in the financial sector. Python is definately increasing. Some systems are being written in Python, but that's not its main use. Certainly not for calculations and financ

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

2010-12-20 Thread Jonathan Hartley
't the right solution for everyone), and that code-sharing between the projects will mean that improvements in one (e.g. in providing robust statistical functions, or more Excel-compatible functions) will also improve the other. Interested to hear anyone else's stories. Jonathan

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

2010-12-21 Thread Jonathan Hartley
On 20/12/2010 16:51, Matt Hamilton wrote: On 20 Dec 2010, at 15:41, Jonathan Hartley wrote: clients with extremely large spreadsheets (which take hours to recalculate on Excel) *shudder* But that is what makes what you have done even more amazing :) I'm pretty sure spreadsheets of

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

2010-12-21 Thread Jonathan Hartley
On 21/12/2010 14:45, Michael Foord wrote: my favourites being contextlib.ContextDecorator I didn't know that had your fingerprints on it! Nice one - I love this and use it all the time. Jonathan -- Jonathan Hartley Made of meat. http://tartley.com tart...@tartley.com

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

2010-12-21 Thread Jonathan Hartley
xt year, including one at PyCon AU 2011 if I can pluck up enough courage. John ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartley Made of meat. http://tartley.com tart.

Re: [python-uk] Announcing the next London Python Code Dojo

2011-01-04 Thread Jonathan Hartley
Hooray! Once again, it looks like I can make it. Here's hoping it stays that way this time. Thanks! Looking fwd. Jonathan On 04/01/2011 10:29, Nicholas Tollervey wrote: Folks, Happy new year! Here's to a great 2011 for Pythonistas in the UK. The next London Python code do

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

2011-01-24 Thread Jonathan Hartley
diagrams like this: http://www.graphviz.org/Gallery.php There are several Python bindings or wrappers for GraphViz, four are listed here: http://www.graphviz.org/Resources.php Best of luck, Jonathan On 24/01/2011 21:04, Russell Cumins wrote: Hi Sebastian, As far as I am aware the Python 3.x

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

2011-01-25 Thread Jonathan Hartley
o float) * Dict comprehensions: Mirroring list comprehensions, create dicts using "{k: v for k, v in stuff}" * no more confusion between int and long - everything is now an int (which behaves much like the old 'long' did) * no more confusion between old- and new-style classes, everyt

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

2011-03-04 Thread Jonathan Hartley
__ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mai

Re: [python-uk] Next week in London: Informal python pub meetup with YouGov

2011-05-10 Thread Jonathan Hartley
-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

[python-uk] Python jobs at Rangespan

2011-06-22 Thread Jonathan Hartley
e don't use recruiters, because they don't match up to the quality of candidates we insist upon. If you want to work alongside the best of the best, drop us a line. I'm happy to answer casual questions personally, and if you want to make a formal application, see http://ranges

Re: [python-uk] Python jobs at Rangespan

2011-06-22 Thread Jonathan Hartley
@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http

Re: [python-uk] The BBC and Python

2011-10-07 Thread Jonathan Fine
Ln47lM8 I hope this helps. Jonathan On Fri, Oct 7, 2011 at 11:11 AM, Nicholas Tollervey wrote: > Hey Folks, > > It has been brought to my attention that the BBC *are* actually making > moves in the area of programming in schools (viz. what happened at > PyconUK). > > I&#

Re: [python-uk] QTableWidget - add from my files to table

2012-01-20 Thread Jonathan Hartley
to add those lines to it, instead of printing them. Best regards, Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list

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

2012-01-31 Thread Jonathan Hartley
ython Dojo's that would happen on weekends. Personally, I could probably only make it 10% of the time at weekends. I much prefer a weeknight slot. Good luck to those of you who prefer it though, that shouldn't stop you. -- Jonathan Hartleytart...@tartley.comhttp://tartley.c

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

2012-02-07 Thread Jonathan Hartley
art of what a Dojo could be?) This gives me an idea for a future Dojo night. Separate post... Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___

[python-uk] Future Dojo idea ... randomised trials

2012-02-07 Thread Jonathan Hartley
ve members who were not practiced in it. But I can't help but wonder what results it would produce. Is anyone else curious? Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 tw

Re: [python-uk] Announcing the next London Python Code Dojo

2012-02-23 Thread Jonathan Hartley
Not formally, but I'll keep one. You're the first entry on it. There's usually one or two dropouts in the last 48 hours, I'll let you know. Jonathan On 23/02/2012 13:16, Colin Hill wrote: Hi All, Sugar, just missed last one, is there a waiting list? Regards, Colin F

Re: [python-uk] Announcing the next London Python Code Dojo

2012-02-24 Thread Jonathan Hartley
thon-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartl

Re: [python-uk] PyCon By Video?

2012-03-19 Thread Jonathan Hartley
brainstorm venues? Jonathan On 19/03/2012 12:13, Rami Chowdhury wrote: Hey everyone, A couple of years ago my then-local Python user group had an afternoon-long mini-PyCon -- we watched a few of the talk videos, argued about them, and generally had a good time and learned a lot. It was

Re: [python-uk] London Dojo Idea: Module of the Month / Lightning Talks

2012-03-19 Thread Jonathan Hartley
videos from other events in that time slot(or from other Dojos etc.). ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat.

Re: [python-uk] London Dojo Idea: Module of the Month / Lightning Talks

2012-03-19 Thread Jonathan Hartley
On 19/03/2012 22:15, David Neil wrote: On 20/03/12 03:16, James Broadhead wrote: On 19 March 2012 14:08, Jonathan Hartley wrote: On 19/03/2012 13:17, James Broadhead wrote: Perhaps a "no interactive demos" rule would be good, as these always take more time than you'd imagine

[python-uk] Python job vacancy: Support engineer at Rangespan

2012-08-10 Thread Jonathan Hartley
ct selection. We have a small, ambitious team, based in Paddington, London. **Contact Info:** * **E-mail contact**: j...@rangespan.com * **Web**: https://www.rangespan.com/jobs/ * **No telecommuting** (but occasional days working from home OK when practical) -- Jonathan Hartleytart...@tart

Re: [python-uk] Ho ho ho, the Christmas London Python Code Dojo

2012-11-29 Thread Jonathan Hartley
x it for me, or am I very confused? Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

[python-uk] hexagonal Django

2012-12-04 Thread Jonathan Hartley
tml). I'm curious if many people are applying it in the Django world? I haven't, yet, but I'm thinking of refactoring a vertical slice of our monster Django app into this style, and I'd love to hear if you think it's crazy / brilliant / obvious / old-hat, etc. Jonath

Re: [python-uk] hexagonal Django

2012-12-05 Thread Jonathan Hartley
On 05/12/2012 13:08, Michael Foord wrote: On 5 Dec 2012, at 07:33, Chris Withers wrote: On 04/12/2012 17:46, Menno Smits wrote: On 2012-12-04 14:46, Jonathan Hartley wrote: I haven't, yet, but I'm thinking of refactoring a vertical slice of our monster Django app into this styl

[python-uk] Python-UK Google Plus Community

2012-12-10 Thread Jonathan Hartley
ion of the new python-uk Google+ "community" page, and whether it is a good thing, or might fragment the python-uk mailing list community. My actual comment is inline below. Jonathan On 10/12/2012 17:15, Nicholas H.Tollervey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi

Re: [python-uk] [pyconuk] Python-UK Google Plus Community

2012-12-11 Thread Jonathan Hartley
Hugs, Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

Re: [python-uk] hexagonal Django

2012-12-13 Thread Jonathan Hartley
se/network code from my business logic. I'm starting my week-long exercise on trying it out on a slice of our existing Django monster. I'll report back. Jonathan On 10/12/2012 19:02, Chris Withers wrote: Yeah, what he said :-) (joking aside, John has summed this all up very ni

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

2013-01-03 Thread Jonathan Lange
On Thu, Jan 3, 2013 at 11:40 AM, Andy Robinson wrote: > As a list admin I supposed I ought to ask this again. > > Currently the emails are set to 'reply to the list' by default. It > used to be 'reply to sender' but too many people found they were doing > just that and cutting off conversations,

[python-uk] gosh this is exciting

2013-01-08 Thread Jonathan Hartley
now Is Mr Foord READING ALL OUR EMAILS!?!?!?! Thank you all for providing a stream of giggles to brighten my day. -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley

Re: [python-uk] Londoners - interested by a pyramid meetup?

2013-04-03 Thread Jonathan Hartley
hon-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.pytho

Re: [python-uk] Reading list

2013-06-26 Thread Jonathan Hartley
k mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk

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

2013-07-15 Thread Jonathan Hartley
* projects which are popular are allocated correspondingly generous personpower. The disadvantages are: * It isn't remotely relevant to our current dojo format * It doesn't give even distribution of team sizes Jonathan On 12/07/13 20:53, xtian wrote: I like the sound of this - Scraph

Re: [python-uk] Pycon schedule question

2013-07-15 Thread Jonathan Hartley
and Sunday. Is this correct? What about Friday? regards, Luis ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +

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

2013-07-15 Thread Jonathan Hartley
I guess that makes sense: With the dojo we want to encourage participation, whereas with the game challenges I was thinking of, they are optimised to producing finished, working projects (where a proven track record is a good positive indicator.) Jonathan On 15/07/13 13:33, Stestagg

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

2013-07-15 Thread Jonathan Hartley
Whereas my buffoon status is very much still active. On 15/07/13 14:41, E Hartley wrote: Speaking as a recovering PM excluding blustering buffoons as team leaders takes it so far out of the realm of real life as to be almost like coding Nirvana. E On 15 Jul 2013, at 12:59, Jonathan Hartley

Re: [python-uk] Python/Django opportunities - all levels - @ Hogarth Worldwide

2013-07-16 Thread Jonathan Hartley
> exponentially Really? With respect to time? So they only want a small number of new people to begin with, but will want a rapidly number towards the end of the project? How curious. Jonathan Pedant / Smartarse On 16/07/13 11:03, Ben Curwood wrote: Morning All, Hogarth Worldw

Re: [python-uk] Python/Django opportunities - all levels - @ Hogarth Worldwide

2013-07-16 Thread Jonathan Hartley
<mailto:ben.curw...@hogarthww.com>> Subject: Re: [python-uk] Python/Django opportunities - all levels - @ Hogarth Worldwide Excellent nitpick Jonathan! Shame you accidentally a word, which weakened your monocle-adjusting second sentence somewhat. .. I wonder if we can estimate how soo

Re: [python-uk] Tangent Labs is hiring too

2013-08-07 Thread Jonathan Hartley
FWIW, I went to interview at Tangent Labs a few months ago and they seemed to me to be the most technically astute and engaging team out of all the places I looked at. Highly recommended. Jonathan On 07/08/13 14:32, David Winterbottom wrote: Another recruitment email sorry. Tangent

Re: [python-uk] Share a hotel room for PyCon UK?

2013-08-31 Thread Jonathan Hartley
Incidentally, the airbnb idea I tweeted about didnt pan out. They lied about location, it was way acros town. I wnded up in the Ramada, I think. On "The Butts" street. Sorry for typing, sleeping baby on lap and backspace is just out of reach. Jonathan Hartley http://tartley.com S

[python-uk] copyright info in source

2013-09-09 Thread Jonathan Hartley
_.py files). I've responded that I don't want to be unhelpful, but I don't believe in putting duplicate license and copyright info in every source code file. To my mind, it belongs in a single central place, i.e. the project LICENSE file. Am I being unreasonable and/or daft?

Re: [python-uk] copyright info in source

2013-09-09 Thread Jonathan Hartley
Why would a file ever be seen out of context? Surely to make my source available without the LICENSE file is breaking the terms of my license, so I'm not sure why I ought to jump through hoops just to cater for such people. Am I wrong? Jonathan On 09/09/13 14:30, Martin P. He

Re: [python-uk] copyright info in source

2013-09-09 Thread Jonathan Hartley
ointers on that. Jonathan Hartley http://tartley.com Russel Winder wrote: >On Mon, 2013-09-09 at 16:13 +0100, Jonathan Hartley wrote: >> Why would a file ever be seen out of context? Surely to make my source >> available without the LICENSE file is breaking the terms of my license,

Re: [python-uk] copyright info in source

2013-09-09 Thread Jonathan Hartley
You are cunning. Or maybe configure my editor to auto hide (fold?) such gubbins? But sadly I don't think I can justify the time to ingulge in such appealing trickery. A ten second Awk invocation it will be, followed by 'make release'. Jonathan Hartley http://tartley.com Dan

Re: [python-uk] copyright info in source

2013-09-10 Thread Jonathan Hartley
to answer. Presumably the ':::text' boilerplate prefix just an erroneous markup snafu? Jonathan On 10/09/13 10:02, Doug Winter wrote: On 09/09/13 19:53, Russel Winder wrote: Sadly, although it would be nice to have a file that says it applies to all files and so be very DRY, this

Re: [python-uk] copyright info in source

2013-09-11 Thread Jonathan Hartley
ilman/listinfo/python-uk I don't think it should be a test runner plugin, so much as just a test. Maybe a big common utility function (in a pypi package) which a tiny custom test function can then call to parametrize it for your project. -- Jonathan Hartleytart...@tartley.comhttp://

Re: [python-uk] Trip to Bletchley Park

2013-09-26 Thread Jonathan Fine
and to GPO communication lines. Jonathan On Thu, Sep 26, 2013 at 1:24 PM, David Nicholas Snowdon < dave.snow...@gmail.com> wrote: > Count me in too. > Dave > > Sent from my iPhone > > On 26 Sep 2013, at 11:01, Luis Visintini wrote: > > I can make it no problem.

Re: [python-uk] copyright info in source

2013-10-07 Thread Jonathan Hartley
06/10/13 22:45, Harry Percival wrote: apologies for resurrecting a dead thread, but i came across this license and was impressed: http://unlicense.org/ On 12 September 2013 20:08, John Lee <mailto:j...@pobox.com>> wrote: On Wed, 11 Sep 2013, Jonathan Hartley wrote: [...]

Re: [python-uk] Potato is hiring

2014-03-03 Thread Jonathan Hartley
Potato's jobs web page says " Please let us know whether a freelance or fulltime position is preferable, too." https://p.ota.to/jobs/senior-django-developer-london/ Cheers, Jonathan On 28/02/14 12:51, lsmit...@hare.demon.co.uk wrote: Hi: My cv is at http://www.hare.demo

Re: [python-uk] PyCon UK 2014

2014-04-14 Thread Jonathan Hartley
What's the advice for accommodation? The Ibis currently has rooms for £47.78/night, without breakfast. Are there plans for a conference rate in the works? Or ought we jump on this now? Thanks for any info, Jonathan On 14/04/14 19:08, John Pinner wrote: Hello All, Hoping tha

Re: [python-uk] PyCon UK 2014

2014-04-14 Thread Jonathan Hartley
Thanks for the breakfast reminder Nicolas. The rate I quoted is the average per night with the 3 for 2 deal. I think I might research the B&B's a few hundred yards away. I'll let the list and the wiki know what I find out. Jonathan On 14/04/14 22:41, Nicholas H.T

Re: [python-uk] PyCon UK 2014

2014-04-15 Thread Jonathan Hartley
.net/Accommodation I tried to do it myself, but have lost my password somehow, and the 'reset your password' form is giving me an error. Ah, and now I can't get the error message due to surge protection... Let me know if you're interested in it. Jonathan On 14/04/14 22:46

[python-uk] Python devs wanted at "Made", Notting Hill

2014-05-19 Thread Jonathan Hartley
's all leggy folks draped over sofas (showroom is onsite) and "flowers for the model" on expenses, which brightens up both office life and company pub trips. Hit me up if you're interested. Best regards, Jonathan Hartley -- Jonathan Hartleytart...@tart

Re: [python-uk] TDD stuff in London, next two weeks (and list comprehension scoping)

2014-05-31 Thread Jonathan Hartley
ss bodies. They are the only enclosing scopes that are skipped in name lookups. You can still access class attributes of the class by using ClassName.attribute inside the list comprehension, like you would have to do to access class attributes from inside methods. Cheers, Sven _

[python-uk] OpenERP users (in London?)

2014-07-15 Thread Jonathan Hartley
re would be any interest in an OpenERP talk at skillsmatter or similar. Cheers, Jonathan -- Jonathan Hartleytart...@tartley.comhttp://tartley.com Made of meat. +44 7737 062 225 twitter/skype: tartley ___ python-uk mailing

[python-uk] Fwd: PyconUK 2014: IBIS hotel rooms now available

2014-07-17 Thread Jonathan Hartley
Forwarding as requested. Original Message Subject:[PyConUK-adm] Pycon UK 2014: Rooms at the IBIS Hotel Date: Tue, 15 Jul 2014 21:49:59 +0100 From: Mary Mooney To: pyconuk-...@python.org CC: h2793...@accor.com The IBIS hotel now has 35 rooms available for

  1   2   >