On 9/6/2016 4:59 PM, US@f38.n261.z1 wrote:
I just installed Python 3.5.0 (since 3.5.2 would not installed on Windows 2008
R2) and tried the python --version command. Surprisingly, the command reported
2.5.4. What's going on?
Most likely you have 2.5.4 installed and are running it.
--
Terry Ja
From: jlada...@itu.edu
On Saturday, September 3, 2016 at 7:49:14 PM UTC-7, Steve D'Aprano wrote:
> On Sun, 4 Sep 2016 12:19 pm, Chris Angelico wrote:
> > Killfile him and move on...
>
> But but but... I couldn't do that.
>
> https://www.xkcd.com/386/
I strongly suspected it would be that particu
From: Charles Hixson
I want to process a bunch of processes that all talk to each other. I've
figured out how to do this using queues with the main process as the mail
handler, but I'd rather have them talk directly. If I use connections, then I
can pass the pipes to the processes, but there doe
From: "Yang, Gang CTR (US)"
Hi,
I just installed Python 3.5.0 (since 3.5.2 would not installed on Windows 2008
R2) and tried the python --version command. Surprisingly, the command reported
2.5.4. What's going on?
Gang Yang
Shonborn-Becker Systems Inc. (SBSI) Contractor Engineering Support
From: Smith
On 06/09/2016 11:23, Peter Otten wrote:
> If so look at
>
>> > ...: def __str__(self):
>> > ...: return "Visitor: %i, Contacts: %i %
>> > (self.visits,self.contacts)"
> once more. Where are the quotes? Where should the be?
>
>
>
I solved the problem.
thank you Pe
I want to process a bunch of processes that all talk to each other. I've
figured out how to do this using queues with the main process as the mail
handler, but I'd rather have them talk directly. If I use connections, then I
can pass the pipes to the processes, but there doesn't seem to be anythin
Hi,
I just installed Python 3.5.0 (since 3.5.2 would not installed on Windows 2008
R2) and tried the python --version command. Surprisingly, the command reported
2.5.4. What's going on?
Gang Yang
Shonborn-Becker Systems Inc. (SBSI) Contractor Engineering Supporting SEC
Office: 732-982-8561,
On Saturday, September 3, 2016 at 7:49:14 PM UTC-7, Steve D'Aprano wrote:
> On Sun, 4 Sep 2016 12:19 pm, Chris Angelico wrote:
> > Killfile him and move on...
>
> But but but... I couldn't do that.
>
> https://www.xkcd.com/386/
I strongly suspected it would be that particular XKCD. :^)
--
http
On 06/09/2016 11:23, Peter Otten wrote:
> If so look at
>
>> > ...: def __str__(self):
>> > ...: return "Visitor: %i, Contacts: %i %
>> > (self.visits,self.contacts)"
> once more. Where are the quotes? Where should the be?
>
>
>
I solved the problem.
thank you Peter
--
https
On Tuesday, September 6, 2016 at 10:06:34 PM UTC+1, Yang, Gang CTR (US) wrote:
> Hi,
>
> I just installed Python 3.5.0 (since 3.5.2 would not installed on Windows
> 2008 R2) and tried the python --version command. Surprisingly, the command
> reported 2.5.4. What's going on?
>
> Gang Yang
>
Yo
I want to process a bunch of processes that all talk to each other.
I've figured out how to do this using queues with the main process as
the mail handler, but I'd rather have them talk directly. If I use
connections, then I can pass the pipes to the processes, but there
doesn't seem to be an
Hi,
I just installed Python 3.5.0 (since 3.5.2 would not installed on Windows 2008
R2) and tried the python --version command. Surprisingly, the command reported
2.5.4. What's going on?
Gang Yang
Shonborn-Becker Systems Inc. (SBSI)
Contractor Engineering Supporting SEC
Office: 732-982-8561
On Saturday, September 3, 2016 at 7:49:14 PM UTC-7, Steve D'Aprano wrote:
> On Sun, 4 Sep 2016 12:19 pm, Chris Angelico wrote:
> > Killfile him and move on...
>
> But but but... I couldn't do that.
>
> https://www.xkcd.com/386/
I strongly suspected it would be that particular XKCD. :^)
--
htt
On 06/09/2016 11:23, Peter Otten wrote:
If so look at
> ...: def __str__(self):
> ...: return "Visitor: %i, Contacts: %i %
> (self.visits,self.contacts)"
once more. Where are the quotes? Where should the be?
I solved the problem.
thank you Peter
--
https://mail.python
On Wed, 07 Sep 2016 02:27:40 +1000, Chris Angelico wrote:
> On Wed, Sep 7, 2016 at 2:13 AM, Wildman via Python-list
> wrote:
>> On Tue, 06 Sep 2016 02:51:39 -0700, wxjmfauth wrote:
>>
>>> It's curious to see all these apps, that were
>>> more of less working correctly up to Python 3.2
>>> (includ
On Wed, Sep 7, 2016 at 2:13 AM, Wildman via Python-list
wrote:
> On Tue, 06 Sep 2016 02:51:39 -0700, wxjmfauth wrote:
>
>> It's curious to see all these apps, that were
>> more of less working correctly up to Python 3.2
>> (included) and are now no more working at all.
>>
>> Probably something wro
On Tue, 06 Sep 2016 02:51:39 -0700, wxjmfauth wrote:
> It's curious to see all these apps, that were
> more of less working correctly up to Python 3.2
> (included) and are now no more working at all.
>
> Probably something wrong somewhere...
http://sebastianraschka.com/Articles/2014_python_2_3_k
I have a list:
shelves2 =[{'Part No': '1', 'Length': 610.0, 'Width': 50.0},
{'Part No': '2', 'Length': 2319.0, 'Width': 465.0 },
{'Part No': '3', 'Length': 5.0,'Width': 465.0}]
The length of shelf is calculated as follows:
1. Calculate the maximum length of all items in the shelf.
Rustom Mody wrote:
> On Saturday, September 3, 2016 at 5:25:48 PM UTC+5:30, Veek. M wrote:
>> https://mail.python.org/pipermail//python-ideas/2014-October/029630.htm
>>
>> Wanted to know if the above link idea, had been implemented and if
>> there's a module that accepts a pattern like 'cap' and
Smith wrote:
> you can help me ?
Yes ;) But you might consider posting on python-tutor instead of python-
list.
> I can not understand where is the error in this script.
It's always a good idea to state both what you expect and what you get
instead explicitly, in plain english.
> In [72]: day
Hi,
you can help me ?
I can not understand where is the error in this script.
Use Python3.
In [71]: class Day(object):
...: def __init__(self,visits,contacts):
...: self.visits = visits
...: self.contacts = contacts
...: def __add__(self,other):
...:
21 matches
Mail list logo