Re: [Tutor] Contour Plots

2018-08-28 Thread boB Stepp
Welcome Tara! On Tue, Aug 28, 2018 at 6:46 PM Tara 38 wrote: > > Hi, > > > I wonder if someone can give me some advice? I need to build a contour plot > (ideally with Seaborn) in python. The plot would document text data. I cannot > work out how I need to convert the data file (currently csv

[Tutor] Contour Plots

2018-08-28 Thread Tara 38
Hi, I wonder if someone can give me some advice? I need to build a contour plot (ideally with Seaborn) in python. The plot would document text data. I cannot work out how I need to convert the data file (currently csv file) so that I have 3 variables that I can then plot as a contour map and

Re: [Tutor] Problem compiling code from GitHub

2018-08-28 Thread Dave Hill
I did as suggested but with the same result. I am now looking at extracting the code from the the separate files to form a single module, and hopefully get a result. On 27/08/2018 14:14, Steven D'Aprano wrote: Hi Dave, and welcome! On Mon, Aug 27, 2018 at 12:14:33PM +0100, Dave Hill wrote:

Re: [Tutor] need help generating table of contents

2018-08-28 Thread Albert-Jan Roskam
From: Tutor on behalf of Peter Otten <__pete...@web.de> Sent: Monday, August 27, 2018 6:43 PM To: tutor@python.org Subject: Re: [Tutor] need help generating table of contents   Albert-Jan Roskam wrote: > > From: Tutor on behalf > of Peter Otten <__pete...@web.de> Sent: Friday, August 24,

Re: [Tutor] How to have unique identifiers for multiple object instances of a given class?

2018-08-28 Thread Alan Gauld via Tutor
On 28/08/18 02:53, boB Stepp wrote: > Wouldn't a single JSON file be wasteful? If I used this program for a > couple of years or so and habitually played a lot of solitaire, that > would be a lot of stuff to load into RAM when on any given solitaire > session I might only play one to three kinds