|
|
|
|
|
by danso
3627 days ago
|
|
It's been a long time since I've used Matlab (it was for a diff eq class), but isn't R, with vectors as its primary datatype, much more similar to Matlab than Scipy? Not that Scipy or Pandas is bad, but they have to work quite hard around the fundamentals of Python's syntax to emulate the same behavior of R/MATLAB. |
|
The matlab-like syntax for getting slices of arrays is the only really non-pythonic thing I can think of.