no deadline. If you would like to join please email me
off list or just sign up at the wiki;
http://asterisklinks.com/wiki/doku.php?id=core:start#members
thanks,
david
--
David Abbott
___
Tutor maillist - Tutor@python.org
To unsubscribe or change
On Fri, 2010-01-29 at 15:26 -0500, Serdar Tumgoren wrote:
> Sounds like a cool idea David. Is this an online study group or do the
> folks who signed up live near each other geographically as well?
Its all online, we have people from India to Germany as an example.
--
David
ork
> through these problems just to build skills. I know it would
> be easy for you to provide a built solution, but this
> exercises the brain in a much better way. Kudos, Alan.
>
>
>
>
> I'll second
t between 0 and %d inclusive" %
MAX_IP
return '%d.%d.%d.%d' % (l>>24 & 255, l>>16 & 255, l>>8 & 255, l &
255)
result = int2ip(ip)
print result
I don't understand the l>>24 & 255.
from the docs;
Right Shift
On Sat, 2010-02-13 at 11:32 -0800, Steve Willoughby wrote:
On Sat, 2010-02-13 at 13:45 -0600, Wayne Werner wrote:
Thanks Steve and Wayne your explanations;
HAL (helps a lot)
--
David Abbott
___
Tutor maillist - Tutor@python.org
To unsubscribe or
On Sat, 2010-03-27 at 16:55 +0900, kevin parks wrote:
> I tried readings some toots and tried reading alan's thing. I just still
> can't grok how to use subprocess.
>
> I am trying to call sox (fun fact: an early contributer to sox was none other
> than Guido van Rossum)
>
> In the old days you
- Kirk Bailey,
> Largo Florida
>
>
Here are a few;
Learning to Program by none other than Alan Gauld
http://www.freenetpages.co.uk/hp/alan.gauld/
Essential Python Reading list
http://wordaligned.org/articles/essential-python-reading-list
Daves Page
http://www.rexx
_icon('document-open-recent'),
"name": _("Recent Documents"),
"description": _("Retrieve your recently accessed files
and locations"),
"version": VERSION}
[1]
http://download.gnome.org/sour
tion, but did get this as you I hope can see :)
David
--
David Abbott (dabbott)
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
On Sat, 2009-12-26 at 16:46 +0100, Norman Khine wrote:
> Hello,
>
> I am trying to authenticate on http://commerce.sage.com/Solidarmonde/
> using urllib but have a problem in that there are some hidden fields
> that use javascript to create a security token which then is passed to
> the submit but
On Wed, Jan 12, 2011 at 9:29 PM, David Hutto wrote:
> On Sun, Jan 9, 2011 at 9:03 AM, ALAN GAULD wrote:
>>
>>
>>> The following line is what I mean by calling a command line from within the
>>>app
>>> using subprocess.
>>>
>>> self.espeak = subprocess.Popen(['espeak', word],stdout =
>>> subpro
-- Forwarded message --
From: David Abbott
Date: Mon, Jan 31, 2011 at 9:55 AM
Subject: Re: [Tutor] open linux file browser from nuke python script
To: Pete O'Connell
On Mon, Jan 31, 2011 at 6:42 AM, Pete O'Connell wrote:
> Hi, I am trying to get a python script
On Sat, Mar 26, 2011 at 4:14 PM, Dave Angel wrote:
> On 01/-10/-28163 02:59 PM, Matthew Speltz wrote:
>>
>> I'm trying to teach myself python and have run across a rather
>> annoying error. I'm not sure exactly where the fault lies, so please
>> pardon me for posting too much information, I'm not
On Thu, Jun 2, 2011 at 10:12 AM, Jamie Griffin wrote:
> Hello everyone
>
> I'm not sure if introductions are customary on this list but I thought
> I would anyway as I'm going to be using it quite a bit from now.
>
> I am just starting out with python and I will no doubt get stuck and
> need some
On Tue, May 8, 2012 at 1:41 PM, Alan Gauld wrote:
> On 08/05/12 15:18, Rogelio wrote:
>>
>> While reading the subprocess documentation, I found a great example on
>> how to call commands with a PIPE
>>
>> http://docs.python.org/library/subprocess.html
>>
>> **
>> output=`dm
On Sun, May 20, 2012 at 6:28 PM, Mark Lybrand wrote:
> Have you considered this book:
>
> http://www.amazon.com/Hello-World-Computer-Programming-Beginners/dp/1933988495
>
> Mark
[snip]
Another great book I really enjoyed it;
http://www.amazon.com/Python-Programming-Absolute-Beginner-Edition/dp/143
On Tue, Aug 21, 2012 at 9:39 PM, Ray Jones wrote:
>
> Does anyone know of a link to a really good tutorial that would help me
> with subprocess.Popen? a tutorial that uses really small words and more
> examples than explanation? After 15 years of scripting, I'm ashamed to
> say that I'm still not
On Sun, Dec 22, 2013 at 5:21 AM, Oscar Benjamin
wrote:
>
> On Dec 22, 2013 1:20 AM, "Keith Winston" wrote:
>
>
>>
>> On Sat, Dec 21, 2013 at 6:00 AM, wrote:
>>>
>>> I'm unsure as to what the subject line has in common with class and
>>> instance variables, would you care to explain it please.
>>
the box. Make sure you won't hate it.
Linux runs great on older Laptops that were the top of the line in
their day, two nice examples with great keyboards are dell e6400 and
ibm T61's. Linux is easy to install and set up now a days :)
--
David Abbott
__
hon_practice $ ./subprocess_pipe.py
Parrot said: Squawk: Pushing up daisies.
david@heater ~/python_practice $ python
Python 3.3.5 (default, Oct 2 2014, 07:55:01)
[GCC 4.7.3] on linux
Type "help", "copyright", "credits" or "license"
I did do this also;
david@heater ~/python_practice $ chmod a+x parrot.sh
david@heater ~/python_practice $ chmod a+x subprocess_pipe.py
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/l
21 matches
Mail list logo