On 06/08/2015 05:22, Ltc Hotspot wrote:
Please don't top post here, it makes following long threads difficult.
Mark,
Replace count[address]= count.get(address,0) +1 with c =
Counter(['address'])?
Try it at the interactive prompt and see what happens.
Regards,
Hal
On W
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 06/08/2015 18:17, Ltc Hotspot wrote:
On Thu, Aug 6, 2015 at 8:28 AM, Mark Lawrence
wrote:
On 06/08/2015 05:22, Ltc Hotspot wrote:
Please don't top post here, it makes following long threads difficult.
Mark,
Replace count[address]= count.get(address,0) +1 with c =
Counter([
ad the entire write up why are you still wasting time with a
loop to find a maximum that simply doesn't work, when there is likely a
solution in the Counter class right in front of your eyes?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do f
On 07/08/2015 01:30, Ltc Hotspot wrote:
Mark,
I'm following the instructor's video exercise, available at
https://www.youtube.com/watch?v=3cwXN5_3K6Q.
View attached screen shot file, image file shows a copy of the
counter: cou[wrd] =cou.get(wrd,0) +1
Please, explain the diff
---^
the pygame im trying to use is pygame-1.9.2a0.win32-py3.2
--^^^
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist -
/Main_Page
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo
language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 11/08/2015 22:16, Alan Gauld wrote:
On 11/08/15 22:09, Mark Lawrence wrote:
On 11/08/2015 19:54, Laura Creighton wrote:
You posted incomplete code -- at any rate I cannot get it to work.
Having taken a closer look how can it work when range() and xrange() are
both used?
OK, I'll
s, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
a snippet. Can't win for losing.
http://sscce.org/
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscri
do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
hy
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
I'd have thought that
having assigned top_directory at line 10, but then trying to reassign it
at line 80, means that the function now knows nothing about it, hence
the error.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark L
suggest you spell it TOP_DIRECTORY to indicate that it is a
constant that should not be changed.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
long amount of time in agony
in The Comfy Chair :)
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscri
yone have any clues why I did?
(Using Thunderbird v31.8 and normally not having major issues.)
Scrambled using Thunderbird 38.2.0 on Windows 10.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
__
try and plain except as it'll mask any problems that you get
in the code. It also prevents CTRL-C or similar from breaking infinite
loops that you've accidentally written.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
M
nistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
tions.
The number for permutations is n! / (n - k)! = 26! / 23! = 26 * 25 * 24
= 15,600.
So what criteria are you using to give 301?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
_
.5 is scheduled for full release on
September 13, 2015, see https://www.python.org/dev/peps/pep-0478/
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@pytho
s common enough to have a name and some brain power spent
on it.
To me this is clearly an example of a Steiner Triple system
associated with Balanced Incomplete Block Design. Which means I found
this http://mathforum.org/library/drmath/view/52263.html which got me to
https://en.wikipedia.o
r language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
m not sure what you're trying to do so maybe
https://docs.python.org/3/library/collections.html#collections.deque or
https://docs.python.org/3/library/itertools.html#itertools.cycle
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you
On 10/09/2015 23:46, D Wyatt wrote:
Scrambled on gmail here too.
Please provide some context when you reply, thanks.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor
t this might be better asked on the main Python
mailing list, I don't see this as tutor material.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillis
de in a debugger.
Would you also be kind enough not to top post here, it can make things
very difficult to read in long threads, thanks.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
f2.write(s)
as well as the same script but using .join, to no avail. What am I missing?
regards, Richard
Your line has EOL on the end. Getting rid of the unneeded brackets try:-
s = '\x02' + line[:-1] + '\x03\n'
--
My fellow Pythonistas, ask not w
fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
ow or reddit.
There is some complete dross out there that gets upvoted, whereas on a
Python site it would be torn to pieces. To be fair, some answers are
good, please just be careful with what you read.
just curious..
thanks
--
My fellow Pythonistas, ask not what our language c
Value", total
Perhaps the most used piece of code that although not actually wrong, is
certainly frowned upon as you can write:-
for i, item in enumerate(poly):
totalTerm = item * (x ** i)
...
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you
l#exception-hierarchy
for the ones you would potentially need to catch for file handling under
OSError.
One must also add the obligatory never use a bare `except:`
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
_
x |
_o__) |
Ben Finney
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubs
k not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 19/10/2015 23:04, Alex Kleider wrote:
On 2015-10-19 13:08, Emile van Sebille wrote:
This looks like the list of identified issues:
https://bitbucket.org/pypa/pypi/issues
Browse through and see if anything looks interesting/doable.
On 2015-10-19 13:34, Mark Lawrence wrote:
How about
ite code like that
in the first place", as I've seen so many examples of this that I cannot
understand why people bother writing Python tutorials, as they clearly
don't get read?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for
so much
https://docs.python.org/3/library/csv.html
https://docs.python.org/3/library/csv.html#csv.DictReader
https://docs.python.org/3/library/csv.html#csv.DictWriter
https://docs.python.org/3/library/csv.html#csv.excel_tab
--
My fellow Pythonistas, ask not what our language can do f
;s":7}}
>>> es = {}
>>> for k,v in diz.items():
... es[k] = v["e"]
...
>>> es
{'B': 20, 'A': 2}
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
t our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 28/10/2015 22:32, Laura Creighton wrote:
In a message of Wed, 28 Oct 2015 17:31:35 +, Mark Lawrence writes:
On 28/10/2015 08:39, Laura Creighton wrote:
In a message of Tue, 27 Oct 2015 15:20:56 -0500, boB Stepp writes:
I have a friend at work and he is trying to develop GUI
place as any to point out that in Python 3 all of
the following also exist.
static bytes.maketrans(from, to)
bytes.translate(table[, delete])
static bytearray.maketrans(from, to)
bytearray.translate(table[, delete])
--
My fellow Pythonistas, ask not what our la
have never looked back.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.o
lease.
Thanks!
So IDLE is not good enough for you? I'll let you find it as it's part
of the standard library, i.e. you've all ready downloaded it.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our lang
print_lol
print_lol()
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
sely nothing as you discard the return
value. Either save the value or use the built-in sort which works in place.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist
've been using Python3; my platform is Ubuntu 14.4.
Thanks in advance for any guidance.
Alex
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.o
oriented apps.)
wxPython still does not support Python 3, and it doesn't look as if this
will happen any time soon. In fairness this is due to Robin Dunn being
tied up on paid work.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
he cleanest way of doing this is:-
for letter in prefixes:
if letter in ("O", "Q"):
print letter + suffixb
else:
print letter + suffix
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
_
file name.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 18/12/2015 18:38, Alex Kleider wrote:
On 2015-12-16 17:42, boB Stepp wrote:
On Mon, Dec 14, 2015 at 10:08 PM, Alex Kleider
wrote:
Thank you, gentlemen (Alan, Ben, Mark,) for your advice.
The consensus seems to be in favour of tkinter
so I'll head in that direction.
If you are into
;yes" or "YES" or "yES":
THis is not doping what you think.
^
whoops :)
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maill
ou, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
honistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
-
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
acharya
Suppose that you stop top posting? Then it would be far easier for
people to follow the thread.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor
p
I'd guess that the answer from this
http://stackoverflow.com/questions/17391289/tried-to-use-relative-imports-and-broke-my-import-paths
applies.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
__
it doesn't actually work as given.
>>> island = "Isle Of Wight"
>>> new = "Isle of Wong"
>>> print("You've visited {0} & {2}.".format(island, new))
Traceback (most recent call last):
File "", line 1, in
Index
On 04/01/2016 21:54, Bod Soutar via Tutor wrote:
On 4 January 2016 at 19:50, Mark Lawrence
Three reasons for why it's better but it doesn't actually work as given.
island = "Isle Of Wight"
new = "Isle of Wong"
print("You've visited {0} & {2}.&q
Sorry no as that would often leave out data that I consider important.
I have no interest in whether or not you agree with my opinion.
On 05/01/2016 00:53, Steven D'Aprano wrote:
On Mon, Jan 04, 2016 at 07:50:59PM +0000, Mark Lawrence wrote:
On 03/01/2016 13:12, Alan Gauld wrote:
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
on this
presumably homework question. Can these be stopped at source here please?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To
On 13/01/2016 18:13, Alan Gauld wrote:
On 13/01/16 17:53, Mark Lawrence wrote:
This is beyond a joke. The main mailing list is all ready being
moderated because of the constant messages asking for help on this
presumably homework question. Can these be stopped at source here please?
I'
guage can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
hat our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
-- (recent tutor discussion) I am with Alan and not with Mark. I
am happy as anything when people post their not-quite-working code for
homework assignments here to tutor. They aren't lazy bastards wanting
somebody to do their assignments for them, they want to learn why what
they are try
On 13/01/2016 18:08, Alan Gauld wrote:
On 13/01/16 14:51, Mark Lawrence wrote:
OK, It should be in C:\Python35\Lib\idelib
That's not the default for 3.5, see
https://docs.python.org/3/using/windows.html
Thanks for catching that. I based it on
my ActiveState 3.4 install, but...
I neve
ou, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
= WavFile()
Without any context this is completely meaningless, so what the hell are
you talking about?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist
about this
https://docs.python.org/3/library/stdtypes.html#str.strip when you read it?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsu
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https
On 24/01/2016 20:23, Albert-Jan Roskam wrote:
I appear to have confused the terms "sorted" and "ordered" (see the email I just sent to Mark
Lawrence). My OrderedDict was sorted on its keys, because I defined the dict using the result of an SQL query that
ended with ORDER
/SUM75/D780005879/S0/hmi.rdVfitsf_fd15.2171.015.355.0.-67.5.-20.0.fit.out
Start here https://docs.python.org/3/tutorial/index.html as we don't
write code for you.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Law
program code
Please show us the code that you have so far as we do not write code for
you.
It will be great help
Thanks
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
ge can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
when compared to,
presumably, 3.5.0. Can you please specify your OS and what your
perceived problem is.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist
complicated framework, which is way out of scope for this tutor list,
which deals with the core Python language and its standard library.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
or you, ask
what you can do for our language.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
helpful to follow conversations if people don't top
post, but that seems once again to have been completely lost on this
list. Is it simply too difficult?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Law
On 12/03/2016 01:03, Justin Hayes wrote:
Would you please read this
http://www.catb.org/esr/faqs/smart-questions.html and then try again,
thanks.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
linelist[2]
ValTwo=linelist[6]
ValThree=boolean(linelist[7])
D={Key:(ValOne, ValTwo, ValThree, ValCity,ValState)}
Put the line above inside the for loop :)
return D
print fieldict("DOT500.txt")
--
Cheers.
Mark Lawrence.
__
On 06/11/2012 14:16, Dave Angel wrote:
On 11/06/2012 09:01 AM, Mark Lawrence wrote:
On 31/10/2012 01:01, Brayden Zhao wrote:
def fieldict(filename):
D={}
with open(filename) as FileObject:
for lines in FileObject:
linelist=lines.split('\t')
Key=
x27;__builtins__', '__doc__', '__name__', '__package__', 'os', 'random',
'struct']
$ python2.7
Python 2.7.3 (default, Aug 1 2012, 05:16:07)
[GCC 4.6.3] on linux2
Type "help", "
On 10/11/2012 19:23, ke...@kendy.org wrote:
Thank you Mark and eryksun!
You've put me back on the road to success! I'll start saving up for your bill.
:-)
Ken
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscripti
cticality beats purity" :)
--
Cheers.
Mark Lawrence.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ython 3, yee haa :) You might consider using
matplotlib with IPython see http://ipython.org/, together they make a
very powerful working environment.
The idea is to plot the trajectories on a particular region, for my case is
Mexico.
--
Cheers.
Mark Law
On 19/11/2012 16:33, Sreenivasulu wrote:
Hi,
Am unable to install pyXML in Ubuntu usig python2.6
Could you please help me
Regards,
Sreenu
What have you tried? What went wrong? If you don't give such basic
data how can we help?
--
Cheers.
Mark Law
y :( if you
find any problems could you tell me ASAP
Stating there are some errors is as useful as a chocolate teapot. How
did you try to run the code? What Python version, your code will need
changing to run on Python 3.x, what OS? What are you expecting to
happen, what actually happened
t was missing I've already asked for in a separate reply.
--
Cheers.
Mark Lawrence.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
of what I should do to create this program, I would
greatly appreciate that. Thank you for using your time to consider my
request.
Start here http://docs.python.org/2/library/string.html
--
Cheers.
Mark Lawrence.
___
Tutor maillist - Tutor@python.o
the more I hear about Gmail, the more horrible I discover it
to be. Why does anyone use this crappy, anti-social product?
Sales and marketing? :)
--
Cheers.
Mark Lawrence.
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscriptio
7;re at it? Should we consider a
CutAndPasteError in Python? :)
c:\Users\Mark\MyPython>type mytest.py
class Example(object):
def __init__(self, value):
self.x = value
instance = Example(42)
print(instance.x) # gives 42
instance.setx(23)
c:\Users\Mark\MyPython>mytest.py
42
look away from the screen.
+1 YOTW
The downside is that the regexes easily get quite long, but one
could use the re.VERBOSE flag to make it more readable.
+1
--
Cheers.
Mark Lawrence.
___
Tutor maillist - Tutor@python.org
To unsubs
On 06/12/2012 11:54, Steven D'Aprano wrote:
On 06/12/12 15:42, Mark Lawrence wrote:
On 05/12/2012 16:58, Steven D'Aprano wrote:
And here is how it should be written in Python:
class Example(object):
def __init__(self, value):
self.x = value
instance = Example(42)
print instance.x
, please help!
Thanks
--
Mark Rourke
T: 705-728-6169
M: 705-331-0175
E: mark.rour...@gmail.com
Assignment3-1.docx
Description: Binary data
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org
The Following is my code:
#Mark Rourke, Mitch Lavalle
#Dec 04, 2012
#Global Constants
#Constant Integer MAX_QTY
MAX_QTY = 20
#Constant Real TAX_RATE
TAX_RATE = .13
#Constant Real Burger
Burger = .99
#Constant Real Fries
Fries = .79
#Constant Real Soda
Soda = 1.09
import sys
def getOrderNumber
On Jan 6, 2013, at 22:48, Ed Owens wrote:
> I have been working my way through Chun's book Core Python Applications.
>
> In chapter 9 he has a web crawler program that essentially copies all the
> files from a web site by finding and downloading the links on that domain.
>
> One of the classes
ions:
http://mail.python.org/mailman/listinfo/tutor
See http://www.python.org/dev/peps/pep-0397/ which leads to
https://bitbucket.org/vinay.sajip/pylauncher
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscripti
hat is the path of least resistance.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
501 - 600 of 1119 matches
Mail list logo