On 4/24/18 2:10 AM, Bob Martin wrote:
Senior Software Engineer?
Seriously?
What is the point of this comment? We can be more respectful than this.
--Ned.
--
https://mail.python.org/mailman/listinfo/python-list
On Monday, April 23, 2018 at 7:38:04 PM UTC-3, Terry Reedy wrote:
> I installed python.org 64-bit 3.6.5 on Win 10 with the .exe installer.
> I run it by clicking on Python 3.6 => Python 3.6 Manuals in the Win10
> version of what was Start Menu. The icon is a notebook page with
> question mark.
see my comments below denoted by +
From: Terry Reedy
To: python-list@python.org
Date: 04/23/2018 06:45 PM
Subject:Re: Issue with python365.chm on window 7
Sent by:"Python-list"
This is a good place to start.
> But I downloaded .chm version of the Python guide
Did you download it form the web?
https://www.python.org/downloads/release/python-364/
That is the one not working.
I id not know about the .chm that was installed with the product until
this morning.
Thank you,
Brian Gibbemeyer
Sr Software Engineer
Watson Health - Value Based Care
Phone: 1
Yes actually I am a Sr Software Engineer. I am not an expert in one
language. I am pretty handy in picking up new concepts and applying the
concepts to meet business demands..
I am just reporting a valid issue.
I don't ever get to code in python, but I really respect the language.
In this cas
Hi,
Yesterday I installed python 3.6.5 64 bit in the same directory as my
existing python 3.6.5 32 bit hoping that the former will replace the later.
After the installation, it was the 32 bit python that was still active on
my windows 10 machine. So I uninstalled python using the control panel and
The links without the url defense wrappers
https://www.python.org/downloads/release/python-365/
https://www.python.org/ftp/python/3.6.5/python365.chm
Thank you,
Brian Gibbemeyer
Sr Software Engineer
Watson Health - Value Based Care
From: "Brian Gibbemeyer"
To: Bob Martin
Cc:
On Wed, Apr 25, 2018 at 12:15 AM, Brian Gibbemeyer wrote:
> Yes actually I am a Sr Software Engineer. I am not an expert in one
> language. I am pretty handy in picking up new concepts and applying the
> concepts to meet business demands..
> I am just reporting a valid issue.
> I don't ever get to
On 04/24/2018 07:15 AM, Brian Gibbemeyer wrote:
I found that Python speaks to the rest apitherefore I get to code with
python. I haven't touched python in 14 years.
Welcome back! :)
Normally I do not respond to these types of responses. Due to the power of
relative anonymity on the inte
I understand that. I have seen great repositories of information dry up
because of this. Folks got tired of infighting and brought the servers
down. I do realize that responding to this adds to the problem.
Thanks for the advice on top posting, I will follow it from now on.
Yes I have a need for
Thank you, feels good to be back.
Since the picture won't go through let me explain the I see
The file at
https://www.python.org/ftp/python/3.6.4/python364.chm
Loads up into a window help container. Looks normal
but if if I try to click on one of the index branches on the left hand
side, nothin
-Original Message-
From: Python-list On Behalf Of Brian
Gibbemeyer
Sent: Tuesday, April 24, 2018 11:01 AM
To: Ethan Furman
Cc: python-list@python.org
Subject: Re: Issue with python365.chm on window 7
> The file at
> https://www.python.org/ftp/python/3.6.4/python364.chm
>
> Loads up into
I right clicked on the file, no option to unblock.
I right clicked on the right pane: no right click menu.
I tried clicking on internet options within help menu under the options
icon in the ribbon and that leads to nowhere.
I can open the one that came with the python installation... no issue. Th
Hi,
I am a new user to Python and was trying to install version 3.6.5 (on a
Windows 7 64-bit machine). However, I installed a different version by
mistake and had to uninstall it.
Then I tried installing version 3.6.5 using the .exe file, and it
returns a fatal error (log in attachment).
C
[redirecting to list]
On 04/24/2018 09:42 AM, Erik Martinson wrote:
CHM files have a long history of security issues. Windows blocks them by
default. To fix, right-click on the file and go
to properties. In the security section, click the box that says Unblock.
- Erik
--
https://mail.python
From: Brian Gibbemeyer
Sent: Tuesday, April 24, 2018 12:36 PM
To: Joseph L. Casale
Cc: python-list@python.org
Subject: RE: Issue with python365.chm on window 7
> I right clicked on the file, no option to unblock.
Sorry, choose properties, then unblock.
--
https://mail.python.org/mailman/list
On 24/04/2018 20:03, Ethan Furman wrote:
[redirecting to list]
On 04/24/2018 09:42 AM, Erik Martinson wrote:
CHM files have a long history of security issues. Windows blocks them
by default. To fix, right-click on the file and go
to properties. In the security section, click the box that says
Thank you Ethan,,, that worked.
Thank you,
Brian Gibbemeyer
Sr Software Engineer
Watson Health - Value Based Care
Phone: 1-7349133594 | Mobile: 1-7347258319
E-mail: bgibb...@us.ibm.com
100 Phoenix Dr
Ann Arbor, MI 48108-2202
United States
From: Ethan Furman
To: Python
Date: 0
On 04/24/2018 12:38 PM, Brian Gibbemeyer wrote:
Thank you Ethan,,, that worked.
[redirecting thanks to Erik]
Thanks, Erik!
;)
--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list
And thank you Joseph as well.
Thank you,
Brian Gibbemeyer
Sr Software Engineer
Watson Health - Value Based Care
Phone: 1-7349133594 | Mobile: 1-7347258319
E-mail: bgibb...@us.ibm.com
100 Phoenix Dr
Ann Arbor, MI 48108-2202
United States
From: "Joseph L. Casale"
To: "python-list@
Hi,
i get the error message:
an integer is required
when i am try to convert from julian date to Gregorian date
in my view.py, after i have query the db i want to convert the applied date
from julian date to Gregorian date but i got the above error,
convert_date=(datetime.date.fromordinal(rat
class AiMove:
def __init__(self):
self.x = -1
self.y=-1
self.score = 0
def Imprimir(Matriz,n):
for i in range(n):
linea ="|"
for j in range(n):
if (Matriz[i][j] == 0):
On 2018-04-24 23:37, sum abiut wrote:
Hi,
i get the error message:
an integer is required
when i am try to convert from julian date to Gregorian date
in my view.py, after i have query the db i want to convert the applied date
from julian date to Gregorian date but i got the above error,
con
You need a good lesson in "program documentation". Your code
looks terrible--really!
fifii.ge...@gmail.com wrote:
class AiMove:
def __init__(self):
self.x = -1
self.y=-1
self.score = 0
def Imprimir(Matriz,n):
for i in range(n):
Thanks date example is 736788 in julian
On Wed, Apr 25, 2018 at 12:34 PM, Dennis Lee Bieber
wrote:
> On Wed, 25 Apr 2018 00:55:39 +0100, MRAB
> declaimed the following:
>
>
> >Also, the integer is interpreted as a "proleptic Gregorian ordinal", not
> >a Julian date.
>
> You didn't p
I need to split a project into 2 parts. To have one part as the main
project and include the second one as a submodule. Those parts located at
different parts of a project.
I can see 2 ways how I can do that:
1. Use PyCharm Refactor->Move functionality. It works fine. It takes a
module or a packag
26 matches
Mail list logo