The former Provo-Orem Python Meetup Group is now the Utah Python User Group.  I've set up a rudimentary website and discussion list; anyone interested in Python is welcome to join the list and/or attend the monthly meetings (next one on June 9th).  (We're already on the user group wiki in case utahpython.org is hard to remember. :)
 I presented an IDE review at PyCon last Friday.  It was basically a re-review of what I thought were the 3 most promising IDEs from the   Utah Python User Group IDE review , to which I added SPE, which was by far the most popular of the ones we left out that time.  The versions reviewed are:   PyDev  1.0.2 SPE  0.8.2.a Komodo  3.5.2 Wing IDE  2.1 beta 1   I'd intended to base my presentation around a comparison of writing a smallish program in each of the IDEs, but the more I tried to make this not suck, the more I realized it was a losing proposition.  Instead, I decided to try to focus on the features in each that most set them apart from the others (both positive and negative); this seemed more likely be useful.  (I did a new feature matrix for this review, which is included after my comments. The slides I used are also up, at  http://utahpython.org/jellis/pycon-ides.pdf , but aren't very useful absent video of the presentation itself.  Hence this post.)  PyDev  PyDev has g...
Comments