Re: [python-uk] Eclipse + Pydev?
> Date: Wed, 17 Mar 2010 19:32:11 + > From: theol...@gmail.com > To: python-uk@python.org > Subject: Re: [python-uk] Eclipse + Pydev? > > On 17 March 2010 18:16, David Craddock > wrote: > > Without wanting to start an editor discussion or, more often as they are > > called, arguments - I would like to find out what people think of the > > Eclipse + Pydev combination for python development. > > I'm keen to try this, but how does it work for you? If you use it, does it > > work well for you? Any complaints? Best features of this setup? > > I tried it a few times, but found it a bit overkill so went back to > emacs. That however was some years ago now, so I would be interested > to hear how you get on. I use this combination on a daily basis. I find the syntax highlighting is good, including the spellcheck inside string literals (I'm a clumsy typer with sausage fingers. Spell checking is good) The "undefined identifier" and "unused identifier" highlights in the newer version are good, as well. And the code completion is, so far, the best I've seen for Python. And I find the pylint integration a bonus for unit testing/test driven development as I can run a suite of unit tests from a single keystroke. A _ Got a cool Hotmail story? Tell us now http://clk.atdmt.com/UKM/go/195013117/direct/01/___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk
Re: [python-uk] Dojo at PyconUK
> Date: Fri, 9 Sep 2011 13:23:18 +0100 > From: funth...@gmail.com > To: python-uk@python.org > Subject: Re: [python-uk] Dojo at PyconUK > > On 9 September 2011 13:02, Tim Golden wrote: > > On 09/09/2011 12:04, Nicholas Tollervey wrote: > >> > >> Here's one from me to kick things off: > >> > >> Roman Numeral Calculator - e.g. XI - III = IIX (Apparently, it's not > >> as easy as you'd think. Parsing / converting between Roman numerals / > >> numeric values apparently has some interesting "weird" rules to take > >> into account). :-) > > > > For those who haven't been involved, Nicholas has been trying to > > get us to vote for this Roman Numeral Converter pretty much every > > London Python Dojo for the last two years :) > > Maybe we should humour him, then. > What I'd like to know, is what about zero? > > > Maybe Coventry will be his lucky place? > > So we have to send him to Coventry so he can get it? > Regarding zero: http://en.wikipedia.org/wiki/Roman_numerals#Zero There was a fascinating book written (one of a few) about the arguments over zer in classical times, called "Much Ado About Nothing". The crossover of the culture vulture and the geek in me always gets a kick out of the title... ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk
Re: [python-uk] Londoners - interested by a pyramid meetup?
I've done a bunch of Pylons in the past and recently started doing a little bit of Pyramid, so I'd be interested Alex From: m...@benfields.net Date: Wed, 3 Apr 2013 11:42:49 +0100 To: python-uk@python.org Subject: Re: [python-uk] Londoners - interested by a pyramid meetup? Pyramid is my primary web framework these days and I'm London-based, so I'd certainly be interested in a meetup. /Ben On Apr 3, 2013, at 11:32 AM, Álex González wrote:I am not doing it. I've just tried it a long time ago. But I would really like to join you to learn something more about it... there is always space to learn something new. Cheers, Álex González On Wed, Apr 3, 2013 at 11:23 AM, Rachid Belaid wrote: Hi folks, In the last year, I have been doing more and more pyramid project and adding this framework to my Flask, Django toolbelt. I have no idea if there is any others pyramid fan or people doing some pyramid in London or even people interested into learning it. I m have been thinking about kicking off a Pyramid meetup but I'm curious to see if there any body interested first. R. -- Rach Belaid ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk -- @agonzalezro or my blog Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt and/or .pptx ___ python-uk mailing list python-uk@python.org http://mail.python.org/mailman/listinfo/python-uk --Benjamin Fields Wandering Scholare : m...@benfields.netm : +44 (0)796 106 1568t : @alsothingsw : http://benfields.net "Which is more musical: a truck passing by a factory or a truck passing by a music school?" --John Cage ___ python-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
Re: [python-uk] Coding "Bootcamps"
How is your day going? Is it staying quiet and productive? Date: Wed, 18 May 2016 12:47:04 +0100 From: bena...@gmail.com To: python-uk@python.org Subject: Re: [python-uk] Coding "Bootcamps" Codeschool and pluralsigh. https://www.codeschool.com/courses/try-python https://www.codeschool.com/courses/flying-through-python https://www.pluralsight.com/ On 18 May 2016 at 12:23, Nick Sarbicki wrote: On Wed, May 18, 2016 at 12:04 PM wrote: How about MOOCs? Dr Chuck (of 'the book' fame) teaches one from Georgia Tech on Coursera (https://www.coursera.org/courses?languages=en&query=python) Similarly edX offers a range of either scheduled or self-paced offerings (https://www.edx.org/course?search_query=python) +1 To MOOCs such as those on Coursera. My first venture into programming was the JavaScript course on codecademy. My second venture was with https://www.coursera.org/course/programming1 which taught me some basic python. I did both of those courses in about 2 months. After I started working on some, admittedly terribly made, home projects. Half a year later I got a job which involved programming. In the end I've found it is all about getting your own interest up and finding projects which inspire you. The more you code and enjoy coding, the more competent you will become and the more evident that will be to employers. I'd also venture to say that there are many junior roles which aren't that heavily dependent on a specific language but simply require someone who can think logically and is willing to learn, so a high amount of competence is not completely necessary. tl;dr: There is no need to waste money on bootcamps when free online courses will get your friend started just fine. Good luck to your friend! Nick. ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk -- Paulo Leonardo Benatto, patito friend, nerd, hobbit, joker, coffee maker and bug factory =) http://patito.github.io ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk
Re: [python-uk] Coding "Bootcamps"
Please ignore that - weird off by one error replying due to newly arriving email :) From: alex_inte...@hotmail.com To: python-uk@python.org Date: Wed, 18 May 2016 12:53:41 +0100 Subject: Re: [python-uk] Coding "Bootcamps" How is your day going? Is it staying quiet and productive? Date: Wed, 18 May 2016 12:47:04 +0100 From: bena...@gmail.com To: python-uk@python.org Subject: Re: [python-uk] Coding "Bootcamps" Codeschool and pluralsigh. https://www.codeschool.com/courses/try-python https://www.codeschool.com/courses/flying-through-python https://www.pluralsight.com/ On 18 May 2016 at 12:23, Nick Sarbicki wrote: On Wed, May 18, 2016 at 12:04 PM wrote: How about MOOCs? Dr Chuck (of 'the book' fame) teaches one from Georgia Tech on Coursera (https://www.coursera.org/courses?languages=en&query=python) Similarly edX offers a range of either scheduled or self-paced offerings (https://www.edx.org/course?search_query=python) +1 To MOOCs such as those on Coursera. My first venture into programming was the JavaScript course on codecademy. My second venture was with https://www.coursera.org/course/programming1 which taught me some basic python. I did both of those courses in about 2 months. After I started working on some, admittedly terribly made, home projects. Half a year later I got a job which involved programming. In the end I've found it is all about getting your own interest up and finding projects which inspire you. The more you code and enjoy coding, the more competent you will become and the more evident that will be to employers. I'd also venture to say that there are many junior roles which aren't that heavily dependent on a specific language but simply require someone who can think logically and is willing to learn, so a high amount of competence is not completely necessary. tl;dr: There is no need to waste money on bootcamps when free online courses will get your friend started just fine. Good luck to your friend! Nick. ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk -- Paulo Leonardo Benatto, patito friend, nerd, hobbit, joker, coffee maker and bug factory =) http://patito.github.io ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk ___ python-uk mailing list python-uk@python.org https://mail.python.org/mailman/listinfo/python-uk