Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ich case it could be forked, so we could have
mud 2.8, along with RickedMud.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
e issues.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
eleased, or the RUE explaining precisely what
is wrong with the FSR.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
e minute before this did.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ange(4,8)
>>> from myutils import format_iter
>>> print(format_iter(a, fmt='{}th', sep='\n'))
4th
5th
6th
7th
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
search the archives and you'll get your answer.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
d and answered repeatedly over the last few months so
search the archives and you'll get your answer.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
an do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
k
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ny clue on what is happening?
I'm using kubuntu and python3.
Thanks.
Paulo
Is it as simple as adding a call to ts.show() ?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
at our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
Rather more interesting than RR or the RUE?
http://inre.dundeemt.com/2016-02-03/mutant-registration-implicit-or-explicit/
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python
e,
it's a piece of cake.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
repeatedly over the last few
months so please search the archives for the solution.
You might also like to consider giving a rather more specific subject
for your next question.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
been asked and ansered repeatedly in the last few
weeks so please search the archives for the answer.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
If you need 32-bit Python on Windows my advice is to install 3.4. If you need
32-bit and 64-bit Python on Windows, then I think it will only work with 3.4
(or older), but not with 3.5's new installer.
I have tried installing 3.5.0 and 3.5.1 on several machines both 32- and 64-bit
Windows. The 3
On Monday, February 8, 2016 at 10:50:19 AM UTC, Mark Summerfield wrote:
> If you need 32-bit Python on Windows my advice is to install 3.4. If you need
> 32-bit and 64-bit Python on Windows, then I think it will only work with 3.4
> (or older), but not with 3.5's new installer.
>
-3
Thanks,
Mike
No problem :)
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
problem again
with https://docs.python.org/3/library/queue.html#queue.PriorityQueue or
even
https://docs.python.org/3/library/asyncio-queue.html#asyncio.PriorityQueue ?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https:
ow this is accomplished the best way?
thanks and kind regards,
Jens
https://docs.python.org/3/library/logging.html
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ather a long time. How can I trap the error and just put a Null or
zero in the datagrid?
Where do I put the try:/except: ?
The rule is always keep the try/except to the bare minimum hence.
try:
self.SetCellValue(row_num, col, xx)
except sqlite3.OperationalError:
doSomething()
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 09/02/2016 11:44, Cem Karan wrote:
On Feb 9, 2016, at 4:40 AM, Mark Lawrence wrote:
On 09/02/2016 04:25, Cem Karan wrote:
No problem, that's what I thought happened. And you're right, I'm looking for
a priority queue (not the only reason to use a heap, but a pretty im
27;m perfectly happy with the free versions of Visual Studio.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
stand corrected.
As a slight aside, please don't top post, it's irritating, thanks :)
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 11/02/2016 07:46, [email protected] wrote:
On 10/02/2016 23:05, Mike S wrote:
On 2/10/2016 5:05 AM, Mark Lawrence wrote:
[snip]
Have you seen this?
http://www.davidbaumgold.com/tutorials/set-up-python-windows/
I have now, but I'm perfectly happy with the free versions of V
obvious
by using a red hot poker to engrave it onto every newbies' forehead.
Even then some simply wouldn't take a blind bit of notice.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.o
answered
repeatedly over the last few months.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
it you may, for
example, intenationalize the parser strings, or make it ignore
additional words.
HTH.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
rr eat your heart out.
https://hynek.me/articles/python3-2016/
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
Seeing there is a lot of interest in asyncio recently I figured people
might be interested in this
http://www.snarky.ca/how-the-heck-does-async-await-work-in-python-3-5
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
.txt')
for line in handle :
...do something...
handle.close()
Is that better?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
{'': 23, '123': 17, '---': 999, 'abc-def': 42}
Bug or feature?
I'm not sure, but what on earth got you to this in the first place?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
an do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
hon Extension Packages" but it's as safe as houses, I've
been using it for years without any problems at all.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
Users\Mark\Desktop>py -2.7
Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit
(AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot as plt
>>>
Please have an
archives for the answer to your specific situation, whatever that
may be.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
s, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ing that you get a
version of PyQt that matches with a Python version, I'd assume that
you'd drop it into the appropriate lib\site-packages, but I'll happily
stand corrected on that one.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can
On 21/02/2016 16:40, Arie van Wingerden wrote:
Thx. Didn't realize that!
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
--
https://mail.python.org/mailman/lis
The PEP status is draft so is subject to change.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 23/02/2016 08:22, Paul Rubin wrote:
Mark Lawrence writes:
https://mail.python.org/pipermail/python-ideas/2015-September/036333.html
then http://www.gossamer-threads.com/lists/python/dev/1223780
Thanks. It would be nice if those were gatewayed to usenet like this
group is. I can't
has gone. If I'm correct you should to be able to run the
code through 2to3.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
rong place?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 24/02/2016 15:43, Igor Korot wrote:
Hi,
On Wed, Feb 24, 2016 at 10:04 AM, Mark Lawrence wrote:
On 24/02/2016 14:08, Reeves, Andrew wrote:
I don't know what's going on. I am running windows 10 64 bit and per the
pictures I am providing. I am also running Replicator G 0040. Ju
the other elements.
thanks
George
As you've all ready had answers, I'd simply ask is a list the best data
structure for your application?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
you may be able to provide!
Thank you,
Mandy Feagans
I'll guess that you start here http://biopython.org/wiki/Main_Page
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/p
like the earlier Jussi
Piitulainen answer that made my head spin :)
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
gly couldn't find it for myself :(
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
nd it fascinating
to read.
Thanks for the link even if it did touch an extremely raw nerve.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
k not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ou want to enforce a newline style that way.
2. A good editor can read and write any newline style. It should also
not convert without asking the user.
Those who can, do, those who can't, teach?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
on.org/3/library/stdtypes.html#truth-value-testing
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
for the most part, the mental health industry is most
interested in pushing drugs and forcing people into some status quo.
I am disgusted by your comments. I'll keep my original reply in reserve.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can d
7;s no mystery here, no circular definition.
Are we discussing UK (highly generalised), Geordie, Glaswegian, US,
Canadian, South African, Australian, New Zealand, or some other form of
English?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our lang
On 02/03/2016 21:52, Chris Angelico wrote:
On Thu, Mar 3, 2016 at 8:49 AM, Mark Lawrence wrote:
Are we discussing UK (highly generalised), Geordie, Glaswegian, US,
Canadian, South African, Australian, New Zealand, or some other form of
English?
Is there any disagreement among them about the
On 03/03/2016 02:05, Steven D'Aprano wrote:
On Thu, 3 Mar 2016 08:49 am, Mark Lawrence wrote:
On 02/03/2016 17:23, Steven D'Aprano wrote:
On Thu, 3 Mar 2016 01:11 am, Marko Rauhamaa wrote:
What is missing is the rules that are obeyed by the "is" operator.
I think what
try pandas http://pandas.pydata.org/
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
remely hurtful.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
t what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
completely meaningless, standing all alone.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
gree with
PEP 8's suggestion.
You guys are spending way too much time fighting over something that is clearly
subjective. Nobody is "correct" here. There's no right and wrong, just simple
preference.
+1
--
My fellow Pythonistas, ask not what our language can do for you, ask
gment. Look at other examples and decide what looks best. And don't
hesitate to ask!
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
to "from .cparset import *". I can understand the former, but can't figure out the latter:-(
--Jach
HTH http://python3porting.com/problems.html
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
-questions.html. Then tell us exactly
what you are trying to achieve, how you are trying to achieve it and the
error that you get, including the complete traceback if there is one.
TIA.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark
numerical results
on search.
http://jt.node365.se/nodes15.html
Do anyone know?
http://jt.node365.se/Compact.rtf
Where is the Python question here?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https
On 06/03/2016 11:04, [email protected] wrote:
Den söndag 6 mars 2016 kl. 12:01:02 UTC+1 skrev Mark Lawrence:
On 06/03/2016 10:39, [email protected] wrote:
How come all graphs using 42 links and more then 84 nodes have compact regular
connected solutions?
Did turn off
our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
search the archives. As is often the case
there is no file with your message.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
data that we need to help you.
What OS? What is the precise error message?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
ythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
tas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 06/03/2016 17:20, Ian Kelly wrote:
On Sun, Mar 6, 2016 at 10:05 AM, Mark Lawrence wrote:
Why in the year 2016 are people still giving links to the Luddite Python 2
docs?
Maybe because it's the version that comes up when googling for "python
if statement".
The obvious
fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
guage can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
te-a-python-package/
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 07/03/2016 17:42, Ian Kelly wrote:
On Mon, Mar 7, 2016 at 10:25 AM, Mark Lawrence wrote:
On 07/03/2016 16:57, Ian Kelly wrote:
On Mon, Mar 7, 2016 at 9:39 AM, Ben Morales
wrote:
I am trying to download Python but I have windows 10 and I do not see a
64
bit download for my operating
n and implement the core language features of
Python as of CPython 2.4.".
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
put a grid onto a notebook tab. Regrettably the
notebook grid is conspicious by its absence from the docs :(
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 07/03/2016 20:07, MRAB wrote:
On 2016-03-07 19:08, Mark Lawrence wrote:
On 07/03/2016 17:38, Chris Angelico wrote:
On Tue, Mar 8, 2016 at 4:23 AM, Tony van der Hoff
wrote:
Thanks to all who replied to my cry for help; I understand it better
now.
But:
On 07/03/16 16:08, Chris Angelico
rary/csv.html which can also cope with tsv
files, it's far more reliable than relying on a simple call to split().
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
quot;;
}
I suggest you read and digest the various responses here
http://stackoverflow.com/questions/189645/how-to-break-out-of-multiple-loops-in-python,
some of which are similar if not identical to answers you've all ready
been given.
--
My fellow Pythonistas, ask not what our language c
sk not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 08/03/2016 01:47, BartC wrote:
On 08/03/2016 01:12, Mark Lawrence wrote:
On 08/03/2016 01:00, BartC wrote:
If your efforts manage to double the speed of reading file A, then
probably the reading file B is also going to be improved! In practice
you use a variety of files, but one at a time
As for the real world, as opposed to benchmarks, how about this
https://www.willmcgugan.com/blog/tech/post/realtime-events-with-the-inthingio-python-api/
?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.pyt
can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
here
https://wiki.python.org/moin/PythonSpeed/PerformanceTips
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 08/03/2016 11:09, BartC wrote:
On 08/03/2016 02:45, Mark Lawrence wrote:
On 08/03/2016 01:47, BartC wrote:
The Python timing for that file is around 20 seconds, time enough to
read 1 copies from the disk.
And a C program reads /and decodes/ the same file from the same disk in
between
care less about that fact?
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
r you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
On 08/03/2016 19:15, BartC wrote:
On 08/03/2016 16:09, Mark Lawrence wrote:
On 08/03/2016 11:09, BartC wrote:
On 08/03/2016 02:45, Mark Lawrence wrote:
On 08/03/2016 01:47, BartC wrote:
The Python timing for that file is around 20 seconds, time enough to
read 1 copies from the disk
about for it) 180
seconds for 80Mpixel file.
Surely the start-up time would be the same no matter what the input.
Mark seems to think that it's completely irrelevant, but that's surely wrong.
The exact opposite actually. I'm trying to make sense of these so
called ben
t about the one stop shop that is gmane
years before I acually did.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
--
https://mail.python.org/mailman/listinfo/python-list
1701 - 1800 of 5534 matches
Mail list logo