Re: [Tutor] mathematical and statistical functions in Python

2015-09-27 Thread Alan Gauld
On 27/09/15 22:46, Laura Creighton wrote: The tutor list is sending mail out late. Partly due to me being on vacation and only checking the moderation Q twice last week. Michel had 2 problems. The first is that he hadn't subscribed to python list, which meant that he wasn't getting the repl

Re: [Tutor] mathematical and statistical functions in Python

2015-09-27 Thread Laura Creighton
In a message of Sun, 27 Sep 2015 11:48:28 -0700, "Martin A. Brown" writes: > > >Greetings Michel, > >> Thanks for your e-mail. I did not receive e-mail from Mr >> Otten. > >Nobody in their right mind wants to receive an email from Mr. Otten. ;) > >> Basically, the problem that I am facing is that

Re: [Tutor] mathematical and statistical functions in Python

2015-09-27 Thread Alan Gauld
On 25/09/15 11:58, Michel Guirguis wrote: the problem that I am facing is that python 3.4 does not recognise the > mathematical and statistical functions. That's because they are in the math and statistics modules which you have to import: Python 3.4.0 (default, Jun 19 2015, 14:20:21) [GCC 4

Re: [Tutor] mathematical and statistical functions in Python

2015-09-27 Thread Danny Yoo
On Fri, Sep 25, 2015 at 3:58 AM, Michel Guirguis wrote: > Good afternoon, > > Thanks for your e-mail. I did not receive e-mail from Mr Otten.Basically, the > problem that I am facing is that python 3.4 does not recognise the > mathematical and statistical functions. Many mathematical functions

Re: [Tutor] mathematical and statistical functions in Python

2015-09-27 Thread Martin A. Brown
Greetings Michel, Thanks for your e-mail. I did not receive e-mail from Mr Otten. Nobody in their right mind wants to receive an email from Mr. Otten. ;) Basically, the problem that I am facing is that python 3.4 does not recognise the mathematical and statistical functions. https://do

[Tutor] mathematical and statistical functions in Python

2015-09-27 Thread Michel Guirguis
Good afternoon, Thanks for your e-mail. I did not receive e-mail from Mr Otten.Basically, the problem that I am facing is that python 3.4 does not recognise the mathematical and statistical functions. For example, I am trying to find the square root, sqrt(25) but the program does not recognise