Éric Daigneault wrote:
> This being said after a bit of experience in programming, design
> patterns and other marvels of the modern brains, doing bad code in
> python requires a conscious effort to do. The bright side is that it
> gives all the justification to reviewers to smack the offend
"Chris Brat" <[EMAIL PROTECTED]> writes:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
Wel
Just a little something I realized after writing the same program in
C++ and python (a simple chat client and server, with one on one and
chat room capabilities). I used wxwidgets and wxpython respectively
for the GUIs, and they weren't extremely elaborate, just some basic
functionality, a few fra
"Chris Brat" <[EMAIL PROTECTED]> wrote:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
> How
One thing I really like, is making "prototypes" on python.
Just to test some algorithm or procedure.
It is very fast and easy to debug.
So after, I make it in c++ (but not too much often, I leave it in
python today.)
Chris Brat wrote:
> I've seen a few posts, columns and articles which state that
Chris Brat schrieb:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
> How is this comparison mea
> Oh, the memories... I went down the same road about two years ago,
> though I didn't know about PyLucene at the time and wrapped in jython
> the parts of Lucene I used... never bothered to deal with java's
> verbosity after that. It's a pity that jython resembles abandon-ware
> these days, when j
Steven Bethard wrote:
> A simple example from document indexing. Using Java Lucene to index
> some documents, you'd write code something like::
>
> Analyzer analyzer = new StandardAnalyzer()
> IndexWriter writer = new IndexWriter(store_dir, analyzer, true)
> for (Value value: value
Chris Brat wrote:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
I had to work at a laborator
"Chris Brat" <[EMAIL PROTECTED]> writes:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
> How
I work full time with Java, but downloaded python about a year ago and
started playing.
I've used it quite a few times in my working environment.
--
http://mail.python.org/mailman/listinfo/python-list
Chris Brat wrote:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
> How is this comparison mea
Chris Brat wrote:
> I've seen a few posts, columns and articles which state that one of the
> advantages of Python is that code can be developed x times faster than
> languages such as <>.
>
> Does anyone have any comments on that statement from personal
> experience?
have you tried writing somet
13 matches
Mail list logo