Please read the text of what you just posted:
See that part down there that says 'to unsubscribe'?
I bet that's a good starting point.
[EMAIL PROTECTED] wrote:
> On Thu, 08 Mar 2007 03:00:15 -0800 [EMAIL PROTECTED] wrote:
>
>> Send Tutor mailing list submissions to
>> tutor@python.org
>>
>
Hello,
I want to do a simple svn checkout using the python svn module. I
haven't been able to find any/much/basic documentation that discusses
such client operations.
This should be very easy, I imagine!
What do I need to do?
S.
___
Tutor maillist -
Stephen Nelson-Smith wrote:
> Hello,
>
> I want to do a simple svn checkout using the python svn module. I
> haven't been able to find any/much/basic documentation that discusses
> such client operations.
Did you find the pysvn Programmer's Guide that comes with pysvn? It has
this example:
imp
On 3/9/07, Kent Johnson <[EMAIL PROTECTED]> wrote:
> Did you find the pysvn Programmer's Guide that comes with pysvn? It has
> this example:
Ah.. no I haven't got pysvn installed... but will take a look.
What I do have is:
>>> import sys
>>> import svn.core
>>> import svn.client
>>> import
On 3/8/07, Tim Golden <[EMAIL PROTECTED]> wrote:
> Simplest thing's probably antiword (http://www.winfield.demon.nl/)
> and then whatever text-scanning approach you want.
I've gone for:
#!/usr/bin/env python
import glob, os
url = "/home/cherp/prddoc"
searchstring = "dxpolbl.p"
worddocs = []
f
Stephen Nelson-Smith wrote:
> On 3/9/07, Kent Johnson <[EMAIL PROTECTED]> wrote:
>
>> Did you find the pysvn Programmer's Guide that comes with pysvn? It has
>> this example:
>
> Ah.. no I haven't got pysvn installed... but will take a look.
Seems like a good idea. What package are you using
"Jeff Peery" <[EMAIL PROTECTED]> wrote
> I really don't utilize this object oriented stuff in a good way.
> Does anyone have a favorite book regarding the basics/intro
> to object oriented programming, how to write good OO code??
There are lots of books tackle this and it depends on your preferre
"Dick Moores" <[EMAIL PROTECTED]> wrote
>>Which IDE to use is no more than a matter of taste and laziness.
>
> Wow! Care to support that statement?
I'd have thought it was pretty self evident.
The lazier you are the more automation and assistance you
want the IDE to provide. But if you are a tra
"Stephen Nelson-Smith" <[EMAIL PROTECTED]> wrote
> Now... I want to convert this to a cgi-script... how do I grab
> $QUERY_STRING in python?
Have you looked at the cgi module and the web topic guides?
The examples are fairly complete.
http://wiki.python.org/moin/CgiScripts
--
Alan Gauld
Aut
"Thanos Panousis" <[EMAIL PROTECTED]> wrote
> How can I make a daemon that does not need to be restarted
> every time a configuration is changed?
There are several ways to do this.
Simplest if you are sleeping for periods is simply to re-read
the config after every wake-up.
Other options incliu
At 02:02 PM 3/9/2007, you wrote:
>"Dick Moores" <[EMAIL PROTECTED]> wrote
>
> >>Which IDE to use is no more than a matter of taste and laziness.
> >
> > Wow! Care to support that statement?
>
>I'd have thought it was pretty self evident.
>The lazier you are the more automation and assistance you
>
It may be worthwhile to note that "laziness" isn't necessarily a
derogatory term in programming circles. To quote Eric S. Raymond, who
turned me on to Python as much as any other (in _The Art of Unix
Programming_), "Constructive laziness is one of the cardinal virtues
of the master programmer."
-R
> >I'd have thought it was pretty self evident.
>> The lazier you are the more automation and assistance you
>> want the IDE to provide.
>
> Maybe, but watch your logic. Wanting more automation and assistance
> does not imply laziness. Wanting a washing machine for washing
Ah, but remember that
At 04:22 PM 3/9/2007, ALAN GAULD wrote:
>http://www.netropolis.org/hash/perl/virtue.html
An Alice in Wonderland world of weirdness!
Dick
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
At 05:04 PM 3/9/2007, Dick Moores wrote:
>At 04:22 PM 3/9/2007, ALAN GAULD wrote:
> >http://www.netropolis.org/hash/perl/virtue.html
>
>An Alice in Wonderland world of weirdness!
Now here's a world I like:
>>> import this
The Zen of Python, by Tim Peters
Beautiful is better than ugly.
Explicit
15 matches
Mail list logo