Re: Python3.0 has more duplication in source code than Python2.5

2009-02-08 Thread Henry Read
I don't think code duplication rate has strong relationship towards code
quality.

On Sun, Feb 8, 2009 at 9:12 AM, Terry  wrote:

> On 2月8日, 上午8时51分, Terry  wrote:
> > On 2月8日, 上午12时20分, Benjamin Peterson  wrote:
> >
> > > Terry  gmail.com> writes:
> >
> > > > On 2月7日, 下午7时10分, "Diez B. Roggisch"  wrote:
> > > > > Do you by any chance have a few examples of these? There is a lot
> of
> > > > > idiomatic code in python to e.g. acquire and release the GIL or
> doing
> > > > > refcount-stuff. If that happens to be done with rather generic
> names as
> > > > > arguments, I can well imagine that as being the cause.
> > > > Starting at line 5119 of D:\DOWNLOADS\Python-3.0\Python\Python-ast.c
> >
> > > This isn't really fair because Python-ast.c is auto generated. ;)
> >
> > Oops! I don't know that! Then the analysis will not be valid, since
> > too many duplications are from there.
>
> Hey!
>
> I have to say sorry because I found I made a mistake. Because Python-
> ast.c is auto-generated and shouldn't be counted here, the right
> duplication rate of Python3.0 is very small (5%).
> And I found the duplications are quite trivial, I wound not say that
> all of them are acceptable, but certainly not a strong enough evident
> for code quality.
>
> I have made the same analysis to some commercial source code, the
> dup60 rate is quite often significantly larger than 15%.
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list


Re: Learning Python in a group

2008-06-22 Thread Henry Read
I'm a beginner, too.But python wasn't my first programming language.

On Sun, Jun 22, 2008 at 6:43 PM, Jonathan Roberts <[EMAIL PROTECTED]>
wrote:

> Hi all,
>
> I'm looking to learn Python (as my first programming language) and I'm
> pretty sure I'd be more successful doing this with a group of other
> people.
>
> I've currently got one other person to learn with me, and we plan to
> work remotely over the net using tools such as IM/VoiP/Gobby/WIkis
> etc. We'd still like a few others to work with us, with a group of
> about 5 or 6 being seen as ideal. We'd also like to find somebody to
> act as a mentor/guide who might be happy to meet with us once every
> couple of weeks to help keep us moving in the right direction and find
> solutions to problems when we get really stuck!
>
> Wondered if there was anybody here who might be interested in working
> with us in either of these roles? We both have differing goals, but
> ultimately we'd just like to get more familiar so that we can provide
> some simple fixes to packages we maintain/scratch a few itches of our
> own. Any one is welcome, no matter what your own aim :)
>
> Would love to hear feedback, especially from anyone who's interested
> in working with us...
>
> Best,
>
> Jon
> --
> http://mail.python.org/mailman/listinfo/python-list
>
--
http://mail.python.org/mailman/listinfo/python-list

Editra

2008-07-11 Thread Henry Read
Editra is a multi-platform text editor with an implementation that focuses
on creating an easy to use interface and features that aid in code
development. Currently it supports syntax highlighting and variety of other
useful features for over 60 programming languages.

Editra is freely available under the terms of the wxWindows
Licence.


Currently the project is in the alpha development phase but test builds of
"stable" points are available for download and trial as Windows and Mac
OSX(Universal) binaries, currently other Unix and Linux based systems will
have to install from source using the included setup script. Please feel
free give it a try and to report bugs and request features.

*Editra*.org | News 
It is a good editor for Python, also it is small.It can also support auto
completion with Python modules.
It is suitable for Python beginners.
--
http://mail.python.org/mailman/listinfo/python-list

Re: Editra

2008-07-11 Thread Henry Read
It has been already in wxpython-doc-demos package.

On Fri, Jul 11, 2008 at 11:38 PM, Henry Read <[EMAIL PROTECTED]> wrote:

> Editra is a multi-platform text editor with an implementation that focuses
> on creating an easy to use interface and features that aid in code
> development. Currently it supports syntax highlighting and variety of other
> useful features for over 60 programming languages.
>
> Editra is freely available under the terms of the wxWindows 
> Licence<http://www.wxwidgets.org/about/licence3.txt>.
>
>
> Currently the project is in the alpha development phase but test builds of
> "stable" points are available for download and trial as Windows and Mac
> OSX(Universal) binaries, currently other Unix and Linux based systems will
> have to install from source using the included setup script. Please feel
> free give it a try and to report bugs and request features.
>
> *Editra*.org | News <http://editra.org/>
> It is a good editor for Python, also it is small.It can also support auto
> completion with Python modules.
> It is suitable for Python beginners.
>
--
http://mail.python.org/mailman/listinfo/python-list