Re: [Numpy-discussion] Sources more confusing in Python

2013-04-08 Thread Chris Barker - NOAA Federal
On Sun, Apr 7, 2013 at 2:34 PM, Steve Waterbury wrote: > Point taken -- just didn't want pip to be sold short. > I'm one of those spoiled Linux people, obviously ... ;) I really like pip -- but it is missing what is really a key feature for Windows (and to a slighltyl lessoe extent, OS-X) -- the

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-08 Thread Happyman
Thanks a lot, friends! I got it. By the way I used this one: http://www.python-excel.org/ .  I guess this link provides the similar module like shown in https://pypi.python.org/pypi. Воскресенье, 7 апреля 2013, 17:06 +02:00 от Daπid : >On 7 April 2013 16:53, Happyman < bahtiyor_zohi...@mai

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Steve Waterbury
On 04/07/2013 05:59 PM, Nathaniel Smith wrote: > On Sun, Apr 7, 2013 at 10:49 PM, Olivier Delalleau wrote: >> 2013/4/7 >>> >>> On Sun, Apr 7, 2013 at 5:34 PM, Steve Waterbury >>> wrote: On 04/07/2013 05:30 PM, Nathaniel Smith wrote: > On Sun, Apr 7, 2013 at 10:25 PM, Steve Waterbury >>>

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Nathaniel Smith
On Sun, Apr 7, 2013 at 10:49 PM, Olivier Delalleau wrote: > 2013/4/7 >> >> On Sun, Apr 7, 2013 at 5:34 PM, Steve Waterbury >> wrote: >> > On 04/07/2013 05:30 PM, Nathaniel Smith wrote: >> >> On Sun, Apr 7, 2013 at 10:25 PM, Steve Waterbury >> >> wrote: >> >>> On 04/07/2013 05:02 PM, Chris Barke

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Olivier Delalleau
2013/4/7 > On Sun, Apr 7, 2013 at 5:34 PM, Steve Waterbury > wrote: > > On 04/07/2013 05:30 PM, Nathaniel Smith wrote: > >> On Sun, Apr 7, 2013 at 10:25 PM, Steve Waterbury > >> wrote: > >>> On 04/07/2013 05:02 PM, Chris Barker - NOAA Federal wrote: > On Sun, Apr 7, 2013 at 8:06 AM, Daπid

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread josef . pktd
On Sun, Apr 7, 2013 at 5:34 PM, Steve Waterbury wrote: > On 04/07/2013 05:30 PM, Nathaniel Smith wrote: >> On Sun, Apr 7, 2013 at 10:25 PM, Steve Waterbury >> wrote: >>> On 04/07/2013 05:02 PM, Chris Barker - NOAA Federal wrote: On Sun, Apr 7, 2013 at 8:06 AM, Daπid wrote: > On 7 April

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Steve Waterbury
On 04/07/2013 05:30 PM, Nathaniel Smith wrote: > On Sun, Apr 7, 2013 at 10:25 PM, Steve Waterbury > wrote: >> On 04/07/2013 05:02 PM, Chris Barker - NOAA Federal wrote: >>> On Sun, Apr 7, 2013 at 8:06 AM, Daπid wrote: On 7 April 2013 16:53, Happyman wrote: >>> $pip install numpy # to i

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Nathaniel Smith
On Sun, Apr 7, 2013 at 10:25 PM, Steve Waterbury wrote: > On 04/07/2013 05:02 PM, Chris Barker - NOAA Federal wrote: >> On Sun, Apr 7, 2013 at 8:06 AM, Daπid wrote: >>> On 7 April 2013 16:53, Happyman wrote: >> >>> $pip install numpy # to install package "numpy" >> >> as a warning, last I checke

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Steve Waterbury
On 04/07/2013 05:02 PM, Chris Barker - NOAA Federal wrote: > On Sun, Apr 7, 2013 at 8:06 AM, Daπid wrote: >> On 7 April 2013 16:53, Happyman wrote: > >> $pip install numpy # to install package "numpy" > > as a warning, last I checked pip did not support binary installs ... Guess you didn't chec

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Chris Barker - NOAA Federal
On Sun, Apr 7, 2013 at 8:06 AM, Daπid wrote: > On 7 April 2013 16:53, Happyman wrote: > $pip install numpy # to install package "numpy" as a warning, last I checked pip did not support binary installs, and you really want a binary installer for numpy/scipy, unless you've got your development en

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Eric Carlson
Hello, For most people who want to be doing amazing things through python with little fuss, you'd probably be better off downloading a comprehensive distribution that includes many useful modules. Some examples of several - For windows: Pythonxy - http://code.google.com/p/pythonxy/wiki/Downloads

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Colin J. Williams
On 07/04/2013 10:32 AM, Happyman wrote: Hello, I started using python 4-5 months ago. At that time I didn't realize there are incredibly many resource like modules, additional programs (ready one) in python. The problem is to which one

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Daπid
On 7 April 2013 16:53, Happyman wrote: > I completed my Registration..but still no idea how to use it..it is ,may > be, lack of experience of python .. > You don't need registration. The easiest way to use it is via pip or easy_install. If you are on Windows, download and execute the easy_instal

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Happyman
thanks Oliver I completed my Registration..but still no idea how to use it..it is ,may be, lack of experience of python .. could you show the basic steps?? Воскресенье, 7 апреля 2013, 10:41 -04:00 от Olivier Delalleau : >The Python Package Index ( https://pypi.python.org/pypi ) is to my know

Re: [Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Olivier Delalleau
The Python Package Index (https://pypi.python.org/pypi) is to my knowledge the largest centralized source of Python packages. That's where easy_install and pip typically fetch them so that you can install from the command line without manual download. -=- Olivier 2013/4/7 Happyman > Hello, > >

[Numpy-discussion] Sources more confusing in Python

2013-04-07 Thread Happyman
Hello, I started using python 4-5 months ago. At that time I didn't realize there are incredibly many resource like modules, additional programs (ready one) in python. The problem is to which one I can get all I want "properly". I mean where (exact place) I can download standard modules withou