Questions tagged [pythonxy]

Python(x,y) (also denoted pythonxy) is a free (GPLv3 licensed) scientific and engineering development software. It is a tool for numerical computations, data analysis and data visualization based on the Python programming language,

Python(x,y) (also denoted pythonxy) is a free (GPLv3 licensed) scientific and engineering development software. It is a tool for numerical computations, data analysis and data visualization based on the Python programming language,

Python(x,y) can:

  • perform interactive calculations,
  • plot 2D and 3D graphs or symbolic maths.
  • MATLAB-like functional programming or extensive object-oriented programming,
  • scripting complex scientific applications using Qt development framework and Spyder development environment,
  • support for parallel computing using multi-core/multi-processor computers or clusters.
72 questions
2
votes
1 answer

from python 32 bits to python 64 bits

I have some doubts about how to do that, I hope anybody can point me in the correct direction. My current situation is that I am working with the python package Python(x,y) 32 bits in a Windows machine with 64 bits. And, as many of you know, I am…
codeKiller
  • 5,493
  • 17
  • 60
  • 115
2
votes
1 answer

download of Python(x,y)-2.7.6.1.exe blocked by Antivirus

today I tried to download Python(x,y)-2.7.6.1.exe (https://code.google.com/p/pythonxy/wiki/Downloads?tm=2), but the download was blocked by my Avast free Antivirus because of a Trojan Horse ("Win32:Dropper-gen [Drp]"). Does anybody else has this…
Emily
  • 163
  • 1
  • 7
2
votes
3 answers

`python` in CMD returns " `python` is not recognized ..."

Python 2.7 is installed on C:/Python27 (through python(x,y) package). Windows 8.1 x64. How do I make Python 2.7 run from CMD ? I want to do this as I am following "Learn Python The Hard Way" book and I got stuck on Excercise 0: The Setup. I have…
user2875031
2
votes
1 answer

Error when running script with Spyder and Python(x,y)?

I've just recently installed Python(x,y) 2.7.5.1 on my computer with no other Python distributions installed in parallel and I have a problem with the Spyder IDE. Namely when I create a script even a simple: print "Hello World" and I try to run it…
George Bora
  • 1,618
  • 6
  • 26
  • 45
2
votes
0 answers

MingW versions conflict for Strawberry Perl and Python(x,y)

The latest Strawberry Perl (5.18.1) and Python(x,y) (2.7.5) both come with MingW to compile C code in modules and extensions. One has to come before the other in my system path. That ensures, AFAIK, that cpan and pip would both use only one mingw…
2
votes
2 answers

Directly open Spyder or open it through Pythonxy?

Previously, I have been running Python in Spyder. I always started Spyder by directly double clicking its icon. Today, I suddenly realize that I have another thing called Python(x,y). I notice that I can also start Spyder through it. Do these two…
Sibbs Gambling
  • 19,274
  • 42
  • 103
  • 174
2
votes
1 answer

Python Matplotlib interactive plotting - freezes after a few frames

I am having a problem getting matplotlib to work well with interactive plotting... what I see is that after displaying a few frames of my simulated data matplotlib hangs-and doesn't display any more. Basically I've been playing around a bit with…
JPH
  • 1,224
  • 2
  • 14
  • 21
1
vote
2 answers

Can't get pythonXY to work on my laptop

I'm migrating from Matlab to python so i decided to try the pythonxy distribution, but after installation i can't open it. When i double click on icon nothing happens. i already try to submite a issue on pythonxy page but didn't get any answer.…
NMPG
  • 13
  • 1
  • 5
1
vote
5 answers

Python distribution for Scientists on Linux

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
Vishal
  • 569
  • 2
  • 5
  • 13
1
vote
2 answers

Iterated subplot

Currently, I make a subplot (using matplotlib) with import matplotlib.pyplot as plt fig, (ax1, ax2, ax3) = plt.subplots(3, sharex=True) I want a variable number (n) of subplots in my plot named ax1, ax2, ... axn So it should be something…
Ross
  • 47
  • 7
1
vote
0 answers

How to setup pythonxy without .eggs so it works with py2exe

Is there a way to do the equivalent of python setup.py install --single-version-externally-managed --root=/ for installing pythonxy ?
Naveen
  • 5,910
  • 5
  • 30
  • 38
1
vote
2 answers

How would I remove an element from an array at a specific position in Python, using NumPy?

I need to simulate the flipping of a coin, with heads = 0 and tails = 1. And each time a random number is generated between 1 and 0, heads or tails needs to be incremented and updated in the array. Below is the code I have: import numpy,…
Dini411
  • 15
  • 5
1
vote
1 answer

how to install basemap in python(x,y)

I am just new in using python(x,y) and while trying to plot some map using basemap module, it seems that this module has not been installed yet, and also requires GEOS libraries (??). I tried to install basemap using pip and easy_install of…
echa
  • 13
  • 4
1
vote
1 answer

Cython with pythonxy

I'm trying to use Cython but I can't seem to find a way of getting it to work. I installed pythonxy, which comes with Cython. I installed MS VS 2008 Express (https://go.microsoft.com/?linkid=7729279) Then I installed the Cython plugin for pythonxy…
Miguel
  • 1,293
  • 1
  • 13
  • 30
1
vote
2 answers

Module vtkCommonCorePython not found in windows

I have installed python on Windows through Python (X,Y) v2.7.10. If I try to import the module vtk.tk.vtkTkRenderWindowInteractor, I get the following error: Traceback (most recent call last): File "", line 1, in File…
guillegiraldo
  • 51
  • 1
  • 8