x27;.index('xyz', 1)
or
'xyz' in 'yourstring'[1:]
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
I suggest
you read the tutorial here first
http://docs.python.org/tutorial/index.html then the subprocess module
here http://docs.python.org/library/subprocess.html#module-subprocess,
specifically
http://docs.python.org/library/subprocess.html#subprocess-replacements
thanks.
No
= nan
> False
Here, equality, IS about number and this is appropriate and conforms
to the IEEE standard.
>>>> nanlist = [nan]
>>>> nan in nanlist
> True
>>>> nanlist.index(nan)
> 0
Here you just see an phenomenon with the python object/reference
model, which, being as it is, has nothing to do with numbers. This is
an area which, potentially could be changed in Python without
violating the IEEE standard whatsoever.
Mark
--
http://mail.python.org/mailman/listinfo/python-list
On 13/10/2012 18:49, Santosh Kumar wrote:
Try your local garden centre.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 28/10/2012 23:51, Mark L. Hotz wrote:
I have what I think should be a relatively simple question for someone who
is knowledgeable about Python.
Sorry you've come to the wrong place :)
At the IDLE prompt, when I enter "b" > 99, it responds True. In fact, it
doesn't
*much* appreciated.
Get yourself a decent email client. I read all the Python lists that
I'm interested in using Thunderbird on Windows via gmane.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
y indicies and slice() (but
Python arrays haven't been mentioned :), then moved onto (x)range and
now lists, dictionaries and the C API for slices.
An alternative is to tell us precisely what you're trying to achieve.
The odds are that there's a simple answer waiting in t
?
I prefer practicality beats purity.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
4/12/java-is-not-python-either.html
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
eters anyway? :)
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 30/10/2012 21:47, Ian Kelly wrote:
On Tue, Oct 30, 2012 at 3:33 PM, Mark Lawrence wrote:
On 30/10/2012 18:02, Ian Kelly wrote:
On Tue, Oct 30, 2012 at 10:14 AM, Ethan Furman wrote:
File a bug report?
Looks like it's already been wontfixed back in 2006:
http://bugs.pytho
On 30/10/2012 15:47, Andrew Robinson wrote:
I would refer you to a book written by Steve Maguire, Writing Solid
Code; Chapter 5; Candy machine interfaces.
The book that took a right hammering here
http://accu.org/index.php?module=bookreviews&func=search&rid=467 ?
--
Cheers.
Mark
e
the floating-point format, or if it can't find a way to ensure the proper FPU
settings, but I don't know of any current platforms where that's the case.)
> Is there any way of forcing the Python-2.6 behavior (for compatibility
> reasons when testing)?
Not easily, no.
--
Mark
--
http://mail.python.org/mailman/listinfo/python-list
On 31/10/2012 10:07, Steven D'Aprano wrote:
On Tue, 30 Oct 2012 21:33:32 +0000, Mark Lawrence wrote:
Absolutely bloody typical, turned down because of an idiot. Who the
hell is Tim Peters anyway? :)
I see your smiley, but for the benefit of those who actually don't know
who
On 31/10/2012 18:17, Dennis Lee Bieber wrote:
Why -- I doubt Python 3.x .sort() and sorted() have removed the
optional key and cmp keywords.
Nope. I'm busy porting my own code from 2.7 to 3.3 and cmp seems to be
very dead.
This doesn't help either.
c:\Users\Mark\Cash\P
ever used on a continuing basis
Please provide evidence that Thunderbird is buggy. I use it quite
happily, don't have problems, and have never seen anybody complaining
about it.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 31/10/2012 22:24, Ian Kelly wrote:
On Wed, Oct 31, 2012 at 3:33 PM, Mark Lawrence wrote:
Nope. I'm busy porting my own code from 2.7 to 3.3 and cmp seems to be
very dead.
This doesn't help either.
c:\Users\Mark\Cash\Python>**2to3.py
Traceback (most recent call last
On 01/11/2012 00:23, Robert Miles wrote:
On 10/31/2012 4:38 PM, Mark Lawrence wrote:
On 31/10/2012 19:35, ru...@yahoo.com wrote:
On 10/31/2012 09:11 AM, Grant Edwards wrote:> On 2012-09-16,
?? wrote:.
"Broken"? Yes. But so is every piece of software in one w
ours but a different subject line, and from a gmail address.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
, grouped nicely in sub-directories. But it seems this is not the
python way. Sigh.
Thanks for your thoughts,
Martin
20 lines of documentation per method? As far as I'm concerned that's
not a smell, that's a stink.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/m
On 02/11/2012 08:45, Martin Hewitson wrote:
On 2, Nov, 2012, at 09:40 AM, Mark Lawrence wrote:
On 02/11/2012 08:08, Martin Hewitson wrote:
Even if one takes reasonable numbers: 20 methods, each method has 20 lines of
documentation, then we immediately have 400 lines in the file before
e mailing lists for numpy
and matplotlib, presumably scipy as well, should you have specific
questions. Further matplotlib is now at version 1.2rc3 with Python 3
support, yippee. Combine that with the recently released Python 3.3 and
it should make one hell of a tool kit :)
--
Cheers.
ke objective judgements.
(I also hope I haven't just been suckered by a troll
attempt, windows/unix is better then unix/windows being
an age-old means of trolling.)
Does Unix now have clustering, or is it still behind VMS aka Very Much
Safer?
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 02/11/2012 15:50, nepaul wrote:
What the diferences : web.py Tornado Twisted ?!
Web.py is spelt w e b . p y. Tornado is spelt T o r n a d o. Twisted
is spelt T w i s t e d.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
I want to mess around with my online Google spreadsheets from my Linux box
programmatically. I am TOTALLY confused.
I've got gdata installed, and it appears that the best way to access the
spreadsheets is to authenticate with Oauth2.
Here's the main thing: how do I get an Oauth2 key to use with
OK, maybe the p12 file is useful after all (?) I've got the following code:
import gdata
tokenfile = "my-privatekey.p12"
f = open(tokenfile, 'r')
blob = f.read()
f.close()
token = gdata.gauth.token_from_blob(blob)
When I run that I get:
Traceback (most recent call last):
File "/home/mcarter/wa
OK, the story so far:
import gdata
import gdata.auth
import gdata.gauth
import gdata.docs.service
import OpenSSL.crypto
tokenfile = "privatekey.p12"
#f = open(tokenfile, 'r')
#blob = f.read()
#f.close()
#if blob:
p12 = OpenSSL.crypto.load_pkcs12(file(tokenfile, 'rb').read(), 'notasecret')
print
vastly
superior to this highly overrated *Nix crap.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 06/11/2012 06:17, Amit Agrawal wrote:
i want to delete list in upper and lower some specific value
I think you want to delete a slice so read about slicing here
http://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range
--
Cheers.
Mark Lawrence.
--
http
On 07/11/2012 22:02, Andrew Robinson wrote:
You're doing extremely well, you've overtaken Xah Lee as the biggest
waste of space on this list.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 07/11/2012 01:55, Steven D'Aprano wrote:
Who knows? Who cares? Nobody does:
n -= n
But I've seen this scattered through code:
x := x - x - x
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 09/11/2012 06:37, Steven D'Aprano wrote:
On Fri, 09 Nov 2012 17:07:09 +1100, Chris Angelico wrote:
On Fri, Nov 9, 2012 at 12:39 PM, Mark Lawrence
wrote:
On 07/11/2012 01:55, Steven D'Aprano wrote:
Who knows? Who cares? Nobody does:
n -= n
But I've seen this scatter
andomly generated -- could that be an issue? Should I just scrap the current
system and use pickle?
Please always give the complete stack trace, it's provided for a
purpose. Here I'll grope around in the dark and guess that you need
file_object = shelve.open(...
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
zes the data. How can I write the data to a csv file without
altering the order prior to the list function.
Thanks
E
Change the line print str(a) to print type(a), a
You'll see what the problem is and be able to fix it.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 12/11/2012 00:31, Oscar Benjamin wrote:
Plain wrong. Vectors are not defined *from any origin*.
So when the Captain says "full speed ahead, steer 245 degrees", you
haven't the faintest idea where you're going, because you have no origin?
--
Cheers.
Mar
On 12/11/2012 01:18, Oscar Benjamin wrote:
On 12 November 2012 01:10, Mark Lawrence wrote:
On 12/11/2012 00:31, Oscar Benjamin wrote:
Plain wrong. Vectors are not defined *from any origin*.
So when the Captain says "full speed ahead, steer 245 degrees", you haven't
th
On 12/11/2012 01:15, Roy Smith wrote:
In article ,
Mark Lawrence wrote:
On 12/11/2012 00:31, Oscar Benjamin wrote:
Plain wrong. Vectors are not defined *from any origin*.
So when the Captain says "full speed ahead, steer 245 degrees", you
haven't the faintest idea whe
not being significant differences, should stackoverflow be asked
to change their wording?
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 13/11/2012 13:21, wxjmfa...@gmail.com wrote:
Le mardi 13 novembre 2012 06:42:19 UTC+1, Steven D'Aprano a écrit :
On Tue, 13 Nov 2012 03:08:54 +0000, Mark Lawrence wrote:
* strings are now proper text strings (Unicode), not byte strings;
Let me laugh.
jmf
Presumably be
d.
How can I do that? Is there a zip library in python?
http://docs.python.org/2/library/zipfile.html
Any reason that you couldn't have found this out for yourself, given
that there are several search engines available?
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
I distinguish these two cases ? Namely, if some application has the
file open or not.
Thanks,
nomadali
Anything here help http://www.python.org/dev/peps/pep-3151/ ?
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
hieve, then you're far more likely to get some useful answers.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
mma are welcome.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
ble that it is named after Eric Idle.
https://en.wikipedia.org/wiki/IDLE_%28Python%29
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
language and OS you're using, what code
you've tried so far, and what problems if any you're having. If you're
using Python please give us the version, if not please try another
mailing list.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
a gmane is effectively zero. YMMV?
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
. The obvious snag is that
may have been Python 2.7 whereas 3.3 is completely different. Sorry but
I'm currently wearing my XXXL size Lazy Bone Idle Hat so have no figures
to back my probably incorrect memory up, anyone know anything about this?
--
Cheers.
Mark Lawrence.
--
.com
where you can hire programmers for small projects like this.
Good luck,
mark
--
http://mail.python.org/mailman/listinfo/python-list
You may find this interesting http://www.bbc.co.uk/news/technology-20395212
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
back tells you that the error has occurred at line 47.
Looking at that and the lines above, I'd guess your problem lies in the
return values from the GenerateRing function.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
s to mind as an alternative.
Does that change your preference for 'send_keys'?
Thanks a lot!!!
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
roper Unicode handling *and*
efficient string handling.
ChrisA
Rather more polite than the response I've had sitting in my drafts
folder for several hours. I'm so pleased I didn't send it, I can now
happily delete it and move on :)
--
Cheers.
Mark Lawrence.
--
http://mai
s the problem?
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
me)s
%(green)s%%(version)s%(reset)s:\n%%(description)s"
Which would have parsed to something like:
'FUSCIA{category__name}/RESET{name} GREEN{version}RESET:\n{description}'
and
'FUSCIA%(category__name)s/RESET%(name)s GREEN%(version)sRESET:\n
%(description)s'
Can you seriously say you don't mind the "%(name)s"s in this?
* "A {} is in the {}" vs "A %s is in the %s"?
C %f style formatting is never going to go so live with it. I know as I
asked maybe two years ago. On Python-dev. I think.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
read
self.slider.valmax = len(self.raw_dicom_stack)
If I'm wrong then please ask on the matplotlib users mailing list or
possibly stackoverflow.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
ess module, implementing
os.popen is easy but i hear
it is depreciating however I'm finding the implemantation of subprocess
daunting can anyone help
Dx
os.popen is alive and kicking in Python 3.3, see here
http://bugs.python.org/issue6490 for more. And I think you meant
deprecated :)
-
http://packages.python.org/an_example_pypi_project/setuptools.html
If any one of the learned members in the room can kindly help it.
Learned members in this group? :)
Regards,
Subhabrata Banerjee.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 05/12/2012 13:45, Chris Angelico wrote:
I tested it on Python 3.2 (yeah, time I upgraded, I know).
Bad move, fancy wanting to go to the completely useless version of
Python that simply can't handle unicode properly :)
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/ma
orial, but dear old gmane delivered me precisely nothing worth
commenting on, perhaps because it smelt the Google Screen Of Death? :)
Please try Plan B.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
ch(pattern, line)
Do you've any better ideas guys? I will really appreciate all help.
I'd simply use the csv module from the standard library to read your
files, discarding anything that you regard as bad. I'd certainly not
use a regex for this.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
it'll cost to fix and get your cheque book out, perhaps that'll focus
your mind. I'll not apologise for being blunt as your follow up is less
than two hours after your previous post.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
tu's GCC 4.6.3), after loading that Python's own
copy of python-gdb.py into GDB.
Any ideas? Thanks...
Mark
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, Dec 06, 2012 at 04:39:41PM -0500, Mark Shroyer wrote:
> I'm having trouble with the py-bt, py-locals, etc. GDB commands (from
> Python's python-gdb.py) while using GDB 7.4 to debug Python 2.7.3; I was
> wondering if anyone here could offer advice.
>
> Briefly, py
On Thu, Dec 06, 2012 at 07:37:22PM -0500, MRAB wrote:
> On 2012-12-07 00:22, Mark Shroyer wrote:
> >
> > [...]
> >
> > 2. Patch Python 2.7.3's python-gdb.py as follows:
> >
> > === 8< =
> >
> > ---
://nedbatchelder.com/text/unipain.html
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
ven be trying this sort of thing until
then.
Thank you for the simple answer.
Josh
For the benefit of the OP and others, if you want to gain more knowledge
about patterns in Python such as the Singleton, I suggest you use your
favourite search engine to find "Alex Martelli Python p
built in.
If anyone can kindly suggest.
Regards, Subhabrata.
Take your pick from http://nedbatchelder.com/text/python-parsers.html
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 09/12/2012 14:11, Ramchandra Apte wrote:
peehole haha
Double spaced crap from you again not so haha.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
S, Python version, calling code,
what you expect to happen, what actually happened, apart from that your
request for assistance is perfect. Usually I'd be able to help but
sadly my crystal ball is in for repairs at the moment. Would you please
be kind enough to elucidate.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
Brilliant, I think your problem is in line 97 of the code that you
*HAVEN'T QUOTED*. Please go here, read and inwardly digest before you
say anything else http://www.sscce.org/
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
ling list where many people will be
able to help.
HTH,
Mark
--
http://mail.python.org/mailman/listinfo/python-list
On 12/12/2012 2:48 AM, bitbucket wrote:
On Monday, December 10, 2012 8:16:43 PM UTC-5, Mark Hammond wrote:
"out" params are best supported if the object supplied a typelib -
then Python knows the params are out and does the right thing
automagically. If out params are detected, the
otlib users mailing list.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
/samba-4.0.0.html
Awesome!!! But what the is it???
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 12/12/2012 17:52, siimnur...@gmail.com wrote:
Thanks, got it now :)
Please quote something in context for future readers. Roughly translated
THE ONLY GOOD GOOGLE USER IS A DEAD GOOGLE USER
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
#x27;t peak your interest, then move on...nothing here for you to
see.
Please don't place responses like this. The Python community prides
itself on tolerance. If you don't wish to follow that recommendation
please go to an alternative site.
--
Cheers.
Mark Lawrence.
--
http
os.path.walk in Python
2 is called os.walk in Python 3.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
Dutch and members of the PSU.
A slight aside, I understand that the BDFL is currently on holiday. For
those who want a revolution now is as good a time as any :)
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On Sun, Jan 13, 2013 at 8:19 PM, Oscar Benjamin
wrote:
> On 14 January 2013 02:10, Mark Janssen wrote:
>> Has anyone used python for high-performance computing on Beowulf clusters?
>
> Yes.
How did they deal with the Global interpreter lock across many machines?
Cheers,
On Sun, Jan 13, 2013 at 8:37 PM, Oscar Benjamin
wrote:
> On 14 January 2013 02:33, Mark Janssen wrote:
>> Lol, well that's why I'm asking. I don't see how they can do it
>> without considerable difficulties.
>
> What do you want the GIL for across machines? T
an item for this in IDLE's TODO
list. I was going to implement it, which is fairly east, but never
got to it.
mark
--
http://mail.python.org/mailman/listinfo/python-list
I thought it would be interesting to try to implement Scheme SRFI 39 (Parameter
objects) in Python.
The idea is that you define a function that returns a default value. If you
call that function with no arguments, it returns the current default. If you
call it with an argument, it resets the de
DATABASE ANYMORE!!! this is just great!
Hi Iron Skull,
I hereby nominate you for Troll of the Millenium.
--
Cheers.
Mark Lawrence
--
http://mail.python.org/mailman/listinfo/python-list
spoon.
Im starving
HELP
Unfortunately a spoon wouldn't help in this case as the soup is being
served in a basket. However I still absolutely insist that a Python
solution to this problem is found.
--
Cheers.
Mark Lawrence
--
http://mail.python.org/mailman/listinfo/python-list
d and sod off.
What an appalling lack of manners, it's sod off please :)
--
Cheers.
Mark Lawrence
--
http://mail.python.org/mailman/listinfo/python-list
iddie ride. Congratulations on
beating a dead horse into mince-meat and successfully milking the one-uddered
cow until the pale is full. I hope that you enjoyed your meal.
Pail not pale :)
Or to borrow a phrase, "I say GOOD DAY, sir!"
Or madam?
--
Cheers.
Mark Lawrence
--
http://mai
On 24/01/2013 19:34, Leonard, Arah wrote:
It's just a text file after all.
True indeed, let's not worry about trivial issues like indentation,
mixing tabs and spaces or whatever. Notepad anybody? :)
--
Cheers.
Mark Lawrence
--
http://mail.python.org/mailman/listinfo/python-list
s in
parallel.
nose is still worth having a look at - personally I just use it as a
runner and where possible ignore its api...
Mark
--
http://mail.python.org/mailman/listinfo/python-list
On Jan 31, 6:40 am, Neal Becker wrote:
> I was just bitten by this unexpected behavior:
>
> In [24]: all ([i > 0 for i in xrange (10)])
> Out[24]: False
>
> In [25]: all (i > 0 for i in xrange (10))
> Out[25]: True
What does:
>>> import numpy
>>>
On Jan 31, 7:24 am, Neal Becker wrote:
> In [31]: all is numpy.all
> Out[31]: True
>
> Excellent detective work, Mark! But it still is unexpected, at least to me.
Agreed that it's a bit surprising. It's a consequence of NumPy's
general mechanisms for converting
t that -
bdist_wininst installers? FWIW, my encounters with virtualenv haven't
forced me to hack the registry - I just install bdist_wininst packages
into the "parent" Python which isn't ideal but works fine for me. This
was a year or so ago, so the world might have changed since then.
Mark
--
http://mail.python.org/mailman/listinfo/python-list
ls in that way when the path isn't valid...
Mark
On 4/02/2012 12:10 AM, John Lay wrote:
I am not a programmer, but this past week I have had a crash course in
python scripting am have been rather impressed with myself for having
written a fairly complicated script that among many other
ing', 2, 'encountered', 1, 'eleven', 1, 'during', 3, 'district', 1,
'difficulty', 1, 'cord', 1, 'consecutive', 1, 'colour', 1, 'cleared', 1,
'child', 1, 'checkups', 1, 'came', 1, 'but', 2, 'breathing', 2,
'breath', 1, 'blood', 2, 'bleeding', 1, 'birth', 4, 'before', 1, 'bad',
1, 'average', 1, 'at', 2, 'assist', 1, 'artificial', 1, 'around', 2,
'antenatal', 1, 'and', 5, 'an', 1, 'ambrical', 1, 'air', 1, 'abdominal',
1, '600am', 1, '100pm', 1, '', 3, 'other']
for i in range(0, len(x), 2):
print x[i-1], x[i]
other with
3 which
...
1
3 other
Houston, we've got a problem:)
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
onwin does not spawn a clean python
interpreter for every run, keeping the same one.
That is what everyone's pythonwin does :) It always works "in process"
- not ideal, but also likely to not change.
Cheers,
Mark
So you could possibly keep adding log handlers to your loggers because
some
definition of better?
PythonWin 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit
(Intel)] on win32.
Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin'
for further copyright information.
>>> from itertools import chain
>>> a=range(10)
>
discusses startup
times for anyone who's interested.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
On 08/02/2012 01:26, Dennis Lee Bieber wrote:
On Wed, 08 Feb 2012 01:10:28 +, Mark Lawrence
wrote:
I'm looking at a way of cycling around a sequence i.e. starting at some
given location in the middle of a sequence and running to the end before
coming back to the beginning and runni
On 08/02/2012 14:25, Neil Cerutti wrote:
On 2012-02-08, Mark Lawrence wrote:
I'm looking at a way of cycling around a sequence i.e. starting
at some given location in the middle of a sequence and running
to the end before coming back to the beginning and running to
the start place. Abou
THIS_IS_A_CONSTANT.
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
should give you some ideas.
http://pypi.python.org/pypi/pyBarcode
--
Cheers.
Mark Lawrence.
--
http://mail.python.org/mailman/listinfo/python-list
601 - 700 of 5531 matches
Mail list logo