Just working with PySpread- and worked on a 1 million by 1 million spreadsheet- Python sure looks promising for the way ahead for stat computing ( you need to
sudo apt-get install python-numpy python-rpy python-scipy python-gmpy wxpython*,
cd to the untarred bz2 file from http://pyspread.sourceforge.net/download.html, (like
:~/Downloads$ cd pyspread-0.1.2
:~/Downloads/pyspread-0.1.2
sudo python setup.py install
)
http://pyspread.sourceforge.net/
by Martin Manns
about | Pyspread is a cross-platform Python spreadsheet application. It is based on and written in the programming language Python.
Instead of spreadsheet formulas, Python expressions are entered into the spreadsheet cells. Each expression returns a Python object that can be accessed from other cells. These objects can represent anything including lists or matrices. |
![]() |
|
---|---|---|---|
features |
|
![]() |
|
warning | The concept of pyspread allows doing everything from each cell that a Python script can do. This powerful feature has its drawbacks. A spreadsheet may very well delete your hard drive or send your data via the Internet. Of course this is a non-issue if you sandbox properly or if you only use self developed spreadsheets.
Since this is not the case for everyone (see discussion at lwn.net), a GPG signature based trust model for spreadsheet files has been introduced. It ensures that only your own trusted files are executed on loading. Untrusted files are displayed in safe mode. You can approve a file manually. Inspect carefully. |
Related Articles
- Python Package Index : PyPI (pypi.python.org)
- SciPy – (scipy.org)
- Top Ten Articles of 2010 (blog.pythonlibrary.org)
- Ride the snake: Calling Python libraries from Haskell (john-millikin.com)
- PyPy 1.4: Ouroboros in practice (morepypy.blogspot.com)
- pyFLTK Home Page (pyfltk.sourceforge.net)
- PyPy 1.4.1 (morepypy.blogspot.com)
- python -me : a silly but useful command line trick (voidspace.org.uk)
- PyPM Index for Python Developers (descentintodarkness.wordpress.com)
- Python Extension Packages for Windows – Christoph Gohlke (lfd.uci.edu)
- Ruby, Python, and Science (johndcook.com)
- Compiling Python Code (effbot.org)
- Deep end is deep (ask.metafilter.com)