Re: [python-uk] London Python Project Nights S00 E02

2015-07-15 Thread Simon Watson
Good fun night, interesting and great to meet some like minded folks. Thank you for hosting. Cheers, Simon On Tue, 14 Jul 2015 at 19:47, Alistair Broomhead < alistair.broomh...@gmail.com> wrote: > Hi Simon, > > That should be plenty, other things that are likely to be useful include: > > - a gi

[python-uk] Follow-up on posters

2015-07-15 Thread Naomi Ceder
Er, I'm reminded that I foolishly forgot to point people to the PyCon UK poster session page at http://www.pyconuk.org/posters/ for a bit more information. Also, to give you the flavour of how posters can work at a PyCon, visit PyVideo to see the posters at PyCon US in 2012 and 2013... http://pyvi

Re: [python-uk] PyCon Ireland 2015 Call for Proposals

2015-07-15 Thread Daniele Procida
On Sat, Jul 4, 2015, Vicky Twomey-Lee - Python Ireland wrote: >I am happy to announce that PyCon Ireland will be back in Dublin on* Sat >Oct 24 to Sun Oct 25* this year. > >If you are interested in speaking at the 2-day conference, please submit >your proposal via http://python.ie/pycon-2015/call

[python-uk] Posters wanted!

2015-07-15 Thread Naomi Ceder
Hi all, In case you've forgotten, this year we are launching a poster session at PyCon UK. Poster sessions are great in a number of ways - they are a good opportunity to contribute for people who aren't up for giving a talk, they are a much more interactive way to communicate on a topic, and they

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

2015-07-15 Thread Jonathan Hartley
I found this code, which looks relevant. Something to do with intelliJ (is that an IDE?) and PyCharm (which even I know is an IDE) and running tests, which expects a "true" parameter in the 'utrunner.py' invocation: https://github.com/JetBrains/intellij-community/blob/master/python/helpers/pych