1

I would like to find out if there is a Pythonxy.com equivalent for Linux/Mac OS X yet?

any kind of pointers would be helpful?

Thanks and best regards, Vishal Sapre

Mariusz Jamro
  • 30,615
  • 24
  • 120
  • 162
Vishal
  • 569
  • 2
  • 5
  • 13

5 Answers5

5

Pythonxy exists for linux : http://pythonxy-linux.googlecode.com

Sandro Munda
  • 39,921
  • 24
  • 98
  • 123
  • 1
    the pythonxy distribution for Linux is only an experiment as of now, there is nothing to download [on their download page](http://code.google.com/p/pythonxy-linux/downloads/list) – Vishal Apr 16 '11 at 05:39
  • 1
    Yes but you can retrieve the source : hg clone https://pythonxy-linux.googlecode.com/hg/ pythonxy-linux – Sandro Munda Apr 16 '11 at 09:31
5

For linux, you don't need something like PythonXY, because it's already very easy to install packages with your package manager. Things are actually a lot better integrated under linux than under windows.

What you need to do is pick a good linux distribution, and install the packages you like with the package manager (apt, dnf, pacman...)

static_rtti
  • 53,760
  • 47
  • 136
  • 192
  • 1
    It might be easy to donwload one or two packages, but the kind of packages that pythonxy comes with, is a full time project when it comes to maintainence. Managing all the different versions of packages with their conflicts etc is a full time job. We want to find if something already is present, otherwise, we'll have to do it anyways. – Vishal Apr 16 '11 at 05:41
  • 2
    This is what the distribution does. Are you familiar with the concept of the package manager? – static_rtti Apr 16 '11 at 15:25
  • 3
    Something like: `sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose` – cjohnson318 Oct 29 '13 at 16:22
  • 1
    If you can't get the package manager to do it right (old version, not there, etc) you can still use pip. It works beautifully on linux, less so on Windows. – Riet Feb 24 '15 at 14:12
  • 1
    This should be the answer marked as correct. Pythonxy for Linux would be only a meta package having as dependencies numpy, pandas, etc. – Ricardo Magalhães Cruz Oct 29 '15 at 09:37
2

There's always Sage.

Lauritz V. Thaulow
  • 49,139
  • 12
  • 73
  • 92
1

The FOSSEE project is specifically targetted at FOSS for scientists and engineers. Their offerings are mostly Python based and might contain the tools you need.

Noufal Ibrahim
  • 71,383
  • 13
  • 135
  • 169
0

You could take a look at the Enthought Python Distribution. It "provides scientists with a comprehensive set of tools to perform rigorous data analysis and visualization." EPD is available for Windows, Mac OS, RedHat, Ubuntu, Suse and Solaris. It is not free, though (and I am in no way affiliated to them).

Ralph
  • 5,154
  • 1
  • 21
  • 19