Re: problem with python 3.5.0

2016-03-19 Thread Mark Lawrence
On 18/03/2016 16:56, nasrin maarefi via Python-list wrote: HelloI installed the python 3.5.0(32bit) on 64bit win10 but I dont know how to install numpy pakage for this? I did not find something good on internet. could you please guide me?where can I find the suitable numpy for that? and

problem with python 3.5.0

2016-03-19 Thread nasrin maarefi via Python-list
HelloI installed the python 3.5.0(32bit) on 64bit win10 but I dont know how to install numpy pakage  for this? I did not find something good on internet. could you please guide me?where can I  find the suitable numpy for that? and where is the path and pip and? best regards.  --

Re: problem with python 3.5.0

2016-03-19 Thread Oscar Benjamin
On 18 Mar 2016 17:42, "Mark Lawrence" wrote: > > On 18/03/2016 16:56, nasrin maarefi via Python-list wrote: >> >> HelloI installed the python 3.5.0(32bit) on 64bit win10 but I dont know how to install numpy pakage for this? I did not find something good on internet.

Problem with Python 3.5.0

2015-10-11 Thread eetix letix
Hi, I'm sorry but the last version of Python (3.5.0) had a problem. I start and I meet this problem : >>>a=5 >>>if a>0: . . . print("a is a positive.") . . . if a<0: ^ SyntaxError: invalid syntax >>> Normally this should work but pro

Re: Problem with Python 3.5.0

2015-10-11 Thread Matt Wheeler
On 11 October 2015 at 18:12, eetix letix <eetix.le...@gmail.com> wrote: > Hi, > > I'm sorry but the last version of Python (3.5.0) had a problem. I start and > I meet this problem : > >>>>a=5 >>>>if a>0: > . . . print("a is a positiv

Re: Problem with Python 3.5.0

2015-10-11 Thread Joel Goldstick
On Sun, Oct 11, 2015 at 1:12 PM, eetix letix <eetix.le...@gmail.com> wrote: > Hi, > > I'm sorry but the last version of Python (3.5.0) had a problem. I start > and I meet this problem : > > >>>a=5 > >>>if a>0: > . . . print("a is

Re: Problem with Python 3.5.0

2015-10-11 Thread Vincent Vande Vyvre
Le 11/10/2015 19:12, eetix letix a écrit : Hi, I'm sorry but the last version of Python (3.5.0) had a problem. I start and I meet this problem : >>>a=5 >>>if a>0: . . . print("a is a positive.") . . . if a<0: ^ SyntaxError: invalid syn