Re: [python-uk] invalid syntax

2008-07-21 Thread Robin Shields
I'm not sure this is the right place for your question, but check how you capitalised "filename" - in one case you used "fileName" and then called "print filename" - because it is all lowercase this variable is undefined, can't be printed, and you get an error. You would probably have better luck

Re: [python-uk]

2009-03-02 Thread Robin Shields
I would think the indentation in python would make this pretty difficult, indentation doesn't matter much with php because it uses curly braces, so it can be mixed in with html quite easily (although this is becoming less common). For this reason, most python web frameworks, (e.g. Django and Cherr

Re: [python-uk] London Python Roles

2010-12-16 Thread Robin Shields
This is all fascinating stuff, I've learned a lot. If this is the outcome of recruiters posting on the list, I'm all for it! On Wed, Dec 15, 2010 at 11:02 PM, Andy Robinson wrote: > > Report Lab does a fair bit of work in the financial sector in a rather > different field. > Sorry, the light too

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

2011-01-24 Thread Robin Shields
Hi Sebastian So you're doing some kind of network analysis? Tell us more (just out of interest, or tell me more off-list). All I can suggest is http://gitorious.org/projects/graphine/pages/Home, that is just from searching, haven't tried it myself. I've often found with graphing that it is quicke