On Mar 4, 2:26 am, "Diez B. Roggisch" wrote:
> Amir Michail schrieb:
>
> > On Mar 3, 10:05 pm, Chris Rebert wrote:
> >> On Tue, Mar 3, 2009 at 6:59 PM, Amir Michail wrote:
> >>> Hi,
> >>> Is it the case that the random module will always gi
On Mar 3, 10:05 pm, Chris Rebert wrote:
> On Tue, Mar 3, 2009 at 6:59 PM, Amir Michail wrote:
> > Hi,
>
> > Is it the case that the random module will always give the same
> > results if given the same seed across all configurations (e.g.,
> > architectures, compi
Hi,
Is it the case that the random module will always give the same
results if given the same seed across all configurations (e.g.,
architectures, compilers, etc.)?
Amir
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Here's a blog post that is relevant to this discussion:
http://sixthandredriver.typepad.com/river_of_code/2006/01/automated_refac.html
Amir
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> ...
>
> Is there anything _useful_ that it'll bring that a good editor doesn't?
> e.g. in vim I do get
> * automatic syntax checking (if I type "if a=1:" and hit enter, it'll
> immediately highlight the syntax error)
> * omni-completion (because Intellisense is trademark
krishnakant Mane wrote:
> just used the py dev plugin for eclipse.
> it is great.
But isn't support for java better because the eclipse ide can take
advantage of explicit type declarations (e.g., for intellisense,
refactoring, etc.)?
Amir
> auto indentation and intellisence.
> and all other th
Hi,
It seems to me that measuring productivity in a programming language
must take into account available tools and libraries.
Eclipse for example provides such an amazing IDE for java that it is no
longer obvious to me that one would be much more productive in python
for medium sized projects.
Hi,
Is there an easy way to unpickle the older Set as the newer set behind
the scenes when using shelve?
Amir
--
http://mail.python.org/mailman/listinfo/python-list
Grant Edwards wrote:
> On 2006-08-27, Amir Michail <[EMAIL PROTECTED]> wrote:
>
> > Trying to open a file for writing that is already open for writing
> > should result in an exception.
>
> MS Windows seems to do something similar, and it pisses me off
> no end.
Diez B. Roggisch wrote:
> Amir Michail schrieb:
> > Paolo Pantaleo wrote:
> >> 27 Aug 2006 00:44:33 -0700, Amir Michail <[EMAIL PROTECTED]>:
> >>> Hi,
> >>>
> >>> Trying to open a file for writing that is already open for writing
> &
Paolo Pantaleo wrote:
> 27 Aug 2006 00:44:33 -0700, Amir Michail <[EMAIL PROTECTED]>:
> > Hi,
> >
> > Trying to open a file for writing that is already open for writing
> > should result in an exception.
> >
> > It's all too easy to accidentall
Hi,
Trying to open a file for writing that is already open for writing
should result in an exception.
It's all too easy to accidentally open a shelve for writing twice and
this can lead to hard to track down database corruption errors.
Amir
--
http://mail.python.org/mailman/listinfo/python-lis
Gregory Petrosyan wrote:
> reddit is written with webpy (webpy.org), maybe you should give it a
> try?
I'm looking for a library that provides commenting on items in a
similar way to reddit/digg/slashdot. I would rather not write all that
code from scratch.
I don't think web.py comes with that f
Hi,
I'm building something like digg/reddit and would like to allow people
to have discussions on various items.
Is there a simple lightweight python library that I can use (as opposed
to a heavyweight web framework)? Although not necessary, some sort of
scoring/moderation mechanism would be goo
Paul Rubin wrote:
> "Amir Michail" <[EMAIL PROTECTED]> writes:
> > The idea is to garbage collect the object as soon as possible, and this
> > may be sooner than when dosomestuff returns.
>
> If it's a parameter to dosomestuff, then there's still a
Hi,
I think it would be useful to delete a name of a parameter object as
the object is passed to a function:
dosomestuff(del a)
instead of
dosomestuff(a)
del a
The idea is to garbage collect the object as soon as possible, and this
may be sooner than when dosomestuff returns.
Amir
--
http:/
Fredrik Lundh wrote:
> Amir Michail wrote:
>
> > Is there an easy way to do this without modifying the configuration of
> > the cgi server and without running a cgi server on the other machine
> > where the script will actually run?
> >
> > Perhaps someone wro
Fredrik Lundh wrote:
> Amir Michail wrote:
>
> > Is there an easy way to execute a python cgi script on a different
> > machine from the cgi server?
>
> http://www.google.com/search?q=reverse+proxy
>
>
Is there an easy way to do this without modifying the confi
Hi,
Is there an easy way to execute a python cgi script on a different
machine from the cgi server?
I could write my own server, but I was wondering if something is
available that would allow me to use a cgi script as is without
modification.
Amir
--
http://mail.python.org/mailman/listinfo/pyt
David M. Cooke wrote:
> "Amir Michail" <[EMAIL PROTECTED]> writes:
>
> > Hi,
> >
> > Is there a program for editing shelve databases?
> >
> > Amir
>
> I doubt it. A shelf is basically just a file-based dictionary, where
> the keys mus
Hi,
Is there a program for editing shelve databases?
Amir
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Google is good, but not perfect.
CollaborativeRank takes Google rankings as a starting point but allows
users to tweak them in a collaborative way to achieve something even
better.
Perhaps some people in this group might be interested in producing even
better rankings for python related quer
Hi,
I will be teaching a course on software system design and
implementation.
Like last year, the course will be open meaning that anyone can
participate in online discussions -- not only UNSW students.
You can find a mind map of topics covered last year here:
http://cs3141.web.cse.unsw.edu.au/
Hi,
I have added over 50 Python related (Query, URL) pairs into the
Speculative Search Game -- a new Google game.
Just search for "python" to find them when making predictions:
http://www.cse.unsw.edu.au/~amichail/spec/
The Speculative Search Game allows you to predict which web pages will
rank
24 matches
Mail list logo