Re: [python-uk] Python 3 environment for Android 5 Lollipop

2019-01-08 Thread Dave Kirby
I have been very impressed with pydroid3 ( https://play.google.com/store/apps/details?id=ru.iiec.pydroid3). You can pip install libraries, including binary ones specifically built for pydroid including numpy, pandas, cython etc. I have even managed to run jupyterlab with it on my Samsung tablet,

[python-uk] Looking to hire experienced Python developers

2007-05-15 Thread Dave Kirby
pass it on. -- Dave Kirby Senior Software Engineer T: +44 20 7368 7330 | F: +44 20 7352 4922 E: [EMAIL PROTECTED] | W: www.tideway.com This email and any attachment may contain confidential, privileged information for the sole use of the intended recipient. If you are not the intended

Re: [python-uk] London Python meetup, Tuesday the 31st. (Menno Smits)

2007-07-24 Thread Dave Kirby
Menno Smits said: > > Look for: >- a table with a couple of Python books and/or a can of spam on it >- the only people not watching sport on the TV (if any) >- the only people with a laptop out in the pub > The OBOE does not have a sports TV, and the Extreme Tuesday Club will be meet

Re: [python-uk] London Pub Night

2009-07-21 Thread Dave Kirby
was struggling to recall, which enabled people to post up programming challenges - http://www.challenge-you.com. There are lot of challenges there, ranging from the trivial to the fiendish. I am sure we can find something suitable. There is also http://c

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

2009-10-06 Thread Dave Kirby
2009/10/6 Paul Nasrat : > We discussed at the end of the dojo ensuring > > 1) a windows keyboard/mouse available if on a mac > 2) a linux image with gedit, vim, emacs > I would like to put in a request for ipython to be included in the image, for interactive experimentati

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

2009-10-07 Thread Dave Kirby
As Tim says, ipython is a superset of the regular python shell, so you can ignore all the features and get along with it just fine. The features I find most useful (and which I think will be of benefit to the dojo) are context-sensitive tab completion and the help system. Using these is an order

Re: [python-uk] Eclipse + Pydev?

2010-03-24 Thread Dave Kirby
Does anyone have experience of using Eclipse + Pydev with the Eclim [1] plug that runs Vim inside Eclipse? I have occasionally been tempted to try Eclipse for the benefits that Pydev allegedly offer, but Eclipse's lack of a decent (i.e. Vim) editor has put me off [2]. Can you combine Eclim and P

Re: [python-uk] Architect / Team leader / Partner sought for exciting start-up

2011-12-08 Thread Dave Kirby
What is your location? There is nothing in your post or on the starfishfilms website that gives any indication where you are. On 8 December 2011 15:33, Paul Wilkins wrote: > Hi, > > We are looking for an intelligent and inspired Technical lead / Architect > with  Python programming expertise

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

2015-07-14 Thread Dave Kirby
It looks like you have a command line argument "true" when you invoke the test - is that supposed to be there? It is not an argument that unittest.main would expect. On 14 July 2015 at 11:33, David Szervanszky wrote: > Hi, > > I’ve been working on contributing to an open source project and have