>> x=a.rindex(b)
>>> y=a.rindex(' end')
>>> a[x+len(b):y]
'AnotherArbitraryAmountOfText'
>>> c="garbage in, garbage out"
>>> x=c.rindex(b)
Traceback (most recent call last):
File "", line 1, in
ValueError: substring not found
>>>
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ese functions within the
outer while loop? The trys aren't matched up with anything, you need
something else, usually one or more except clauses.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ite to learn about
them. Your book was written for python 2 it seems
In Python 3 the syntax error is caused by print not having brackets, not
the as it happens the incorrect call to raw_input.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@pyth
advice.
http://pythonmentors.com/
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
On 26/02/2013 13:57, Tim Golden wrote:
On 26/02/2013 13:54, Mark Lawrence wrote:
On 26/02/2013 13:02, Khalid Al-Ghamdi wrote:
Hi All,
I'm not a programmer by profession, but I want to learn python. I've got
lots of Ideas that want to realize, but I always run into these
stupid hiccu
://mail.python.org/mailman/listinfo/tutor
I'd like to see your project when it's finished as a text based rocket
propelled grenade seems very interesting, or are we talking cross
purposes owing to a major lack of data?
--
Cheers.
Mark Lawrence
___
Tuto
NDENT
# write your code here, indented by FOUR spaces or ONE tab
Does that help?
Get thee behind me Satan/Steven, tabs indeed :)
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
l.
Then write some code, test it and if you have problems please get back
to us.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
you also be kind enough not to post the same question two minutes
apart on two different Python mailing lists.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org
On 08/03/2013 12:38, jitendra gupta wrote:
The self same question has been asked on the tutor mailing, I suggest we
all answer over there rather than scattering seeds to the wind.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To
date
formatting for example).
So what is this "|pluralize" syntax? Thanks in andvance
{{ poll.question }}
{% for choice in poll.choice_set.all %}
{{ choice.choice_text }} -- {{ choice.votes }} vote{{
choice.votes|pluralize }}{% endfor %}
Vote ag
lor/Google-Python-Exercises/blob/master/list1.py
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
Thanks. I think I kind of get it. It probably will take a while for the
nuances of the filter to sink. Some things are filters that don't seem like
they should be, but that seems like my problem.
Mark :)
On Sun, Mar 10, 2013 at 11:33 PM, Danny Yoo wrote:
> >
> > It's a
get syntax errors as print is a
function, not a statement as in Python 2. Is this your problem? If not
please cut and paste the exact syntax error for us to see. Then we'll
sort the rest of the problems :)
--
Cheers.
Mark Lawrence
___
Tuto
On 13/03/2013 02:08, Dave Angel wrote:
On 03/12/2013 09:46 PM, Mark Lawrence wrote:
On 13/03/2013 00:05, Soliman, Yasmin wrote:
Hello all,
I'm new to python and its been a stuggle so far. I'm attempting to
create a BMI calculator in Wing 101 4.1. I keep getting syntax errors:
de
the size of the range it
represents. There are no consistent performance advantages."
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
7; and 'FAB FRAGMENT' in line: flag = 1
elif line[0:6]=='COMPND' and 'CHAIN' in line and flag = 1:
print line
flag = 0
Notice that the flag is set to 1 only on "FAB FRAGMENT", and it's reset
to 0 after the next &q
I seem to remember a web page that generated a random Python programming
tip. However my Google Fu is weak today. Does anyone recall the URL of
what I am talking about?
--
Mark :)
___
Tutor maillist - Tutor@python.org
To unsubscribe or change
our response!")
answer = input(question)
return answer
Sorry for this layout, I myself was getting a little dizzy reading it.
Thank you for your assistance!
Sincerely in Christ,
Christopher
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
On 15/03/2013 23:37, Christopher Emery wrote:
Hello Hugo, Mark, Dave,
For Mark: Thank you for your answer at the end of your email. If you
don't mind me stating for future can you explain things a little more
so I may understand the why to your statement "WHy the unneeded
parenth
a number!")
for i in range(number):
name = input("Enter player name: ")
names.append(name)
print()
Assuming that you get your while loop to work correctly, how many times
will the for loop above run if you enter 1?
--
Cheers.
Mark Lawrence
__
oblems ask for help.
I'd strongly suggest using Python 3.3 if you can for your processing.
It's vastly superior to earlier, buggy unicode implementations in Python.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To u
s
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ou're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
s much,
although in this case it's easy enough to work out. Also state your OS
and Python version.
TIA.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist
On 30/03/2013 23:16, Clyde Wilson wrote:
Is there a fairly complete set of documentation on-line for Tkinter?
I'm using Python 3.3 on Windows.
http://docs.python.org/3/library/tkinter.html
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPyth
urce but this error often
occurs when you've missed a closing bracket of some kind. A combination
of any semi-decent editor that's got syntax highlighting and the MKI
eyeball can often fix this :)
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/Googl
really have to post this one hour and 28 minutes after your
first post with a slightly different title?
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist -
"./h.py", line 16, in
for k,v in parser.parse_args():
TypeError: 'Namespace' object is not iterable
$
How can I get parser to be iterable?
After I get it to iter, I suppose that I'll be bitten by the boolean and integer
type conversions. I'm not sure how to handle
On 02/04/2013 02:37, Dave Angel wrote:
On 04/01/2013 09:31 PM, Mark Lawrence wrote:
for a in vars(parser.parse_args()):
print('This arg is %s' % a)
http://docs.python.org/3/library/argparse.html#the-namespace-object
Please don't ask me for an explanation as it took me
python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
or us? :)
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
adlines()
timestamps = []
energies = []
for line in lines:
splits = line.split(',') # I'll admit not the best name
timestamps.append(float(splits[0]))
energies.append(float(splits[1]))
# process timestamps and energies to your heart's content
nts.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
m = raw_input(“Enter an integer: “)
num = int(m)
try:
num = int(m)
except ValueError:
doSomething
I'll leave you to restructure the loop.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
int '\nThank you for using this program! Bye.'
break
else:
print 'Not quitting'
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
lretrieve
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
There is a startup folder, usually on the start menu, you can add the script
to.
--ame
On Apr 9, 2013, at 4:20, daedae11 wrote:
> On Windows, how to make a python script run on startup?
>
>
> ___
> Tutor maillist - Tutor@python.org
> To unsubscr
read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
\Q1 FY13\\BEP_Tool4DOS\\FY13Q1_responses')
['Algeria_688_RVF.txt', 'Egypt_31060_RVFEnvir
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.or
index_values.append(lst.index(item))
But I can't quite get it to understand that i want all items between
position 0 and 2 in the list to be assigned to item at 0 in the
dictionary and so forth.
Ideas?
Don't fight Python, unlike this chap[1] :) Basically if you're looping
27;Sat Apr 13':
['1:00pm', 'Get flag from dhariwal']}
Sat Apr 13 is appearing after Sun Apr 14. How do you sort this?
http://docs.python.org/3/library/collections.html#collections.OrderedDict
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
27;Sun'))__:
^
SyntaxError: invalid syntax
Please compare your original line with the line above and note the
differences. That'll account for the syntax error, which appears to
ha
On 13/04/2013 20:30, Saad Bin Javed wrote:
On 04/14/2013 12:08 AM, Mark Lawrence wrote:
On 13/04/2013 19:45, Saad Javed wrote:
for item in lst:
if
item.startswith(('Mon','Tue','Wed','Thu','Fri',
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
che', 102.3]
and I would like to print out all the patients with a temp > 100 how would I do
so?
for patient in sick_patients:
if patient[-1] > 100:
print(patient)
The above works if you fix the syntax errors in sick_patients, you do't
need all the
!= None, 'Level %s (around line
%s) in %s i
s missing a "@" or "+" to mark the start point.' % (levelNum+1, lineNum,
filenam
e)
AssertionError: Level 1 (around line 10) in levels.txt is missing a "@"
or "+" t
o mark the start point.
The Code:
impo
as.
average = sum(hrList) / len(hrList)
print average
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscri
something like
"python natural language processing" into your favourite search engine.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To
ted as of Python 3.2.
There is also an awesome third party module here
https://github.com/docopt/docopt
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tut
ttp://tinyurl.com/cuwdhjk
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
a function and
not a statement.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
"Shutdown aborted!"
else:
return "Sorry, I didn't understand you"
But when I run it I see this message:
It looks like output other than yes/no does not return "Sorry, I didn't
understand you."
So can anyone explain to me what I did wrong.
Roelof
PEBKAC o
re using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
me only
> uses double quotes. So just change it to the following:
>
> python -c "import googlemaps"
>
>
>
> Reference: Parsing C++ Command-Line Arguments
> http://msdn.microsoft.com/en-us/library/17w5ykft%28v=vs.100%29
> ___
> Tutor maillist - Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
--
Mark :)
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
eturn payment - 50
else:
return payment
Python comparisons are chained. days >= 3 < 7 is saying "days is
greater or equal to 3 and 3 is less than 7". You need 3 <= days < 7.
--
If you're using GoogleCrap™ please read this
http://w
parse/optparse?
~Ramit
I've just started using docopt. It's brilliant in its simplicity.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist -
e.org/
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ins.KeyError: 'x'
--
Jim
Using over complicated modern string formatting? Stick with the old C
style % style and it's much easier. Contrary to popular belief it's not
going away :)
--
If you're using GoogleCrap™ please read this
http://wiki.p
pid_error has to be
called test_stupid_error or similar. I'll leave you to check the nose
docs to confirm whether or not my guess is correct.
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
in your list. And indirectly to the Gang of Four book,
http://en.wikipedia.org/wiki/Design_Patterns
IIRC Alex Martelli argued that you don't need a singleton, you need a
borg. I'll leave those interested to look this up :)
--
If you're using GoogleCrap™ please read
ooney
"Coding? You can get a woman to do that!" he said with a sneer. --heard
from a physics professor in 1969
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
Mark Lawrence
___
Tut
On 26/05/2013 04:07, Tim Hanson wrote:
I'm new to this, just getting through the first Mark Lutz book.
If I start out with :
ham=list('spam');ham
['s','p','a','m']
How do I get a string back?
__
On 26/05/2013 05:10, Jim Mooney wrote:
On 25 May 2013 20:49, Tim Hanson wrote:
A lot of people tend to be intimidated by Mark Lutz, and so am I, I guess.
Interesting coincidence. This is a retirement project and I just
decided on the Lutz book, which looked comprehensive, since the book
I
On 26/05/2013 22:40, Jim Mooney wrote:
On 26 May 2013 02:51, Mark Lawrence wrote:
Basically no. Python 2.7 is guaranteed to be backward compatible with
Python 2.6. New or improved functionality will be listed in the "What's New
for Python 2.7". In fact if you look at the
I love guessing games!
Ah, who am I kidding. No I don't.
Been there, seen it, done it, got the t-shirt
http://old.nabble.com/Re%3A-Unable-to-install-PyWin32-with-Python-2.6.2-p25202902.html
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGrou
can suggest it would really be a lot of help
Thanks and regards,
SUMEET SINGH
Start here
https://developers.google.com/google-apps/documents-list/v1/developers_guide_python
I guess!!!
--
If you're using GoogleCrap™ please read this
http://wiki.python.org/moin/GoogleGroupsPython.
, you'll probably sleep better for it :)
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
.
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To
anner. You show that you've made an
attempt to implement something and have run into problems, and we'll help.
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whisper
what’s wrong in your code?
You are reading only the first line. >
What does "for line in fhand:" do then?
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
print(line,end='')
fh.close()
except Exception as err:
print(err)
Jim
After indictment the bacon smuggler was put on the no-fry list
Easy, strip out the exception handling you have above.
c:\Users\Mark\MyPython>type a.py
with open('nosuchdirectory/text/truthyfal
t editor and run
the code from the command line?
Thinking about it, for years I happily used Mark Hammond's excellent
pywin32 stuff to do just this. I only moved to Eclipse and Pydev when I
had some heayweight porting of Java code to Python, but that would be a
massive overkill for the O
first bug report to get this fixed. I
look forward to seeing your effort on the bug tracker mailing list.
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering
k ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription
#x27;: [4, 5, 'c']}
as in, shouldn't it be
b['a'] = list.append(b.get('a'),'c')
which doesn't seem to work.
sivaram
--
b['a'].append('c')
--
"Steve is going for the pink ball - and for those of you who
i". Enjoy :)
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor mail
r have a non octal digit?
--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
ng for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change s
looking for names where the final letter is the lower
case equivalent of the first letter. In that way your code should
consist of four lines, the list of names, one for loop, one if statement
and one print function, the latter assuming Python 3.
Hope this helps.
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
> and solve it for a single name. for example, take a look at this
pseudocode:
>
> name = 'Guido'
> if name first letter == name last letter: # turn this into real Python
> using what you have
> print 'match'
> else:
> print 'not a match
hanks!
I'd be strongly inclined to use the CSV module from the standard library
with an excel-tab dialect name, see
http://docs.python.org/3/library/csv.html#module-csv
Please try it and if you encounter any problems feel free to get back to
us, we don't
obvious one to use here could be the given
sqlite3.OperationalError. Common problems that are caught include
NameError, IndexError and ScrewedUpCompletelyError :)
--
Cheers.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
on
the bug tracker to get the relevant docs changed, or is "slightly
misleading" actually close enough?
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@pyt
esn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
en in
words and numbers and not the physical dimensions.
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.
are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
-
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
s
"""
If you haven't already looked at them there are lots of extremely useful
examples here https://github.com/docopt/docopt/tree/master/examples.
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Please see http://docs.python.org/3/tutorial/controlflow.html#index-0
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
htt
as infile:
lines = infile.readlines()
rather than the version for, err, us lazy old bastards ;)
Why bother building a list when the modern idiom is simply
for line in infile: ?
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
_
folks, this was answered hours ago on the main Python
mailing list.
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
27;Fall'), (4, 'Winter')]
Note that the above is taken from an interactive session. If you
haven't used this extremely powerful tool please start doing so
immediately, it's one of Python's most powerful features. It may well
help you to try this by actually ty
e read the
appropriate section here
http://docs.python.org/3/tutorial/introduction.html#strings.
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subsc
blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
On 19/10/2013 15:29, Manish Tripathi wrote:
You are far more likely to get a response to the identical question that
you've already asked on stackoverflow than you are here.
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mar
by reading, digesting and actioning this
https://wiki.python.org/moin/GoogleGroupsPython. Better still use a
decent email client like Thunderbird.
--
Roses are red,
Violets are blue,
Most poems rhyme,
But this one doesn't.
Mark Lawrence
___
601 - 700 of 1119 matches
Mail list logo