On Tue, 9 Jul 2019 at 03:13, Alan Gauld via Tutor wrote:
> On 08/07/2019 15:14, Ibarra, Jesse wrote:
> >
> > I cannot seem to figure this potential bug out.
>
> Neither can we since we cannot see any code.
I'm guessing this might be the original post:
https://mail.python.org/pipermail/docs/2019-J
Data = [
['2019-01-19','Fred Flintstone',23],
['2019-02-01','Scooby doo', 99]
]
Warning 3: age is not a fundamental attribute; it is a computed value!
--
Bob Gailer
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription opti
On 8/07/19 10:54 AM, Alan Gauld via Tutor wrote:
On 07/07/2019 20:54, David L Neil wrote:
(However, some of us grew-up at a time when RAM was expensive and even
in our relaxed state, such 'costs' still impinge on our consciousness -
Indeed, my first computer was at the local university and ha
On 08/07/2019 15:14, Ibarra, Jesse wrote:
> I cannot seem to figure this potential bug out.
Neither can we since we cannot see any code.
You need to give us some context. What are you trying to do? What
libraries are you using? Which OS and Python versions?
Did you get ay errors? If so post them
I cannot seem to figure this potential bug out.
Please advise,
Jesse Ibarra
From: Julien Palard
Sent: Sunday, July 7, 2019 2:04 PM
To: Ibarra, Jesse
Subject: Re: [docs] Python Embedding PyImport_ImportModule
Hi Jesse,
> Why does this code only print t
I cannot seem to figure this potential bug out.
Please advise,
Jesse Ibarra
From: Julien Palard
Sent: Sunday, July 7, 2019 2:02 PM
To: Ibarra, Jesse
Cc: d...@python.org
Subject: Re: [docs] Fw: Embedding Python in Another Application Import
Statement Bu