This is to allow the alternate implementations to catch up, and not
really about the users of the python language. Adding breaking changes
between versions of python 3 would just be bad language design, so
users should be fine either way.
I've found myself quite happy using many of the new feature
On Fri, Nov 13, 2009 at 11:57 AM, Kenneth Gonsalves wrote:
[..]
> I am a fairly typical enduser of python, and basically I am still slowly
> migrating to 2.5 (which is now getting available on production servers). So we
> are happy that there is a pause.[..]
The moratorium is only on the language
I was doing a problem KAMIL : https://www.spoj.pl/problems/KAMIL/ and the
shortest version i came up with was :
>>> for i in range(10):t=raw_input();print 2**sum(t.count(i)for i in'DFLT')
This is 71 character long.
>>> s = "for i in range(10):t=raw_input();print 2**sum(t.count(i)for i
in'DFLT')"
>
Python widespread adoption is better idea. It's good to have a newer version
arrive after a gap, so we can play catchup game. I hadn't still migrated to
3 though, still stuck with 2.6.2. The reason is same as everyone else.
On Fri, Nov 13, 2009 at 12:00 PM, Noufal Ibrahim wrote:
> On Fri, Nov 13
On Fri, Nov 13, 2009 at 8:19 PM, Abhishek Mishra wrote:
[..]
> I haven't come across something which points out syntax errors while
> typing. vim does it for html, but has anyone come across this feature?
> do let me know too.[..]
Emacs with flymake and pyflakes does this
http://twitpic.com/pdcy6
> http://stackoverflow.com/questions/81584/what-ide-to-use-for-python
>
> The code 'EM' stands for "syntax errors while typing".
>
>
> -srid
>
Oh, that's a pretty useful list, will try out EM ones.
Thanks
___
BangPypers mailing list
BangPypers@python
I used to use gedit (http://twitpic.com/e80j6) before, it has some
nice plugins to make it python friendly, like auto completion,
indentation, run at a hit of f5, better python console, etc.
Then you got eclipse pydev plugin which gives you everything you could
think of.
bpython, not an ide, but
On Fri, Nov 13, 2009 at 12:21 PM, Mahadevan R wrote:
> On Thu, Nov 12, 2009 at 8:54 PM, Sriram Narayanan
> wrote:
> > On Thu, Nov 12, 2009 at 3:56 PM, Noufal Ibrahim
> wrote:
> >> Shall we fix this for 22nd then? Is TW the venue? What time?
> >>
> >
> > Seems OK to me. Let's have Mahadevan decid