Re: [Tutor] In matplotlib, why are there axes classes vs. axes API? Why not list them under one documentation?

2018-06-19 Thread Hilton Fernandes
Dear all, while MatPlotLib can have a myriad of options -- and that can be really confusing --, there is sample code for almost everything in their site. So, I had a great time playing with it. And from what I remember from visiting their site, there are two versions of many of the resources: on

Re: [Tutor] What's the difference between calling a method with parenthesis vs. without it?

2018-06-19 Thread Steven D'Aprano
On Tue, Jun 19, 2018 at 11:52:08AM -0400, C W wrote: > Thank you all. I'm relatively new to OOP, I think that's where the problem > is. It's different from C or any C alike language. Apart from C-like languages like C++, Objective C, C# and others with objects :-) Actually in this specific inst

Re: [Tutor] What's the difference between calling a method with parenthesis vs. without it?

2018-06-19 Thread C W
Thank you all. I'm relatively new to OOP, I think that's where the problem is. It's different from C or any C alike language. I'm still figuring out what's under the hood with OOP. Thanks! On Mon, Jun 18, 2018 at 8:26 PM, Steven D'Aprano wrote: > On Mon, Jun 18, 2018 at 08:50:24AM -0600, Mats

Re: [Tutor] What's the difference between calling a method with parenthesis vs. without it?

2018-06-19 Thread Alan Gauld via Tutor
On 19/06/18 16:52, C W wrote: > Thank you all. I'm relatively new to OOP, I think that's where the problem > is. It's different from C or any C alike language. True, but even in C you can have pointers to functions which work in a similar fashion. > I'm still figuring out what's under the hood wi