Tutorials for Reorganizing Spreadsheet Data

Joel Goldstick joel.goldstick at gmail.com
Wed Apr 16 10:09:13 EDT 2014


On Apr 16, 2014 9:55 AM, <josephlkremer at gmail.com> wrote:
>
> Hello, I'm a high school physics teacher and while I've played with
Python enough to make a rock paper scissors program or animation of a
bouncing ball (with air resistance!), I've never used it to work with data
from a spreadsheet.
>
> I have a large spreadsheet with a number of different student responses
to a weekly prompt in various cells depending on which question they chose
to answer. I'd like to organize these responses into something that make it
easy for students to look back through their responses over time, and see
how they've changed.
>
> This is obviously possible in Python, but I don't know where to begin
learning the details of what I'll need to know to build it. Can anyone give
me a specific recommendation of tutorials where I might begin?
>

The package xlrd will read your Excel files
> Thanks!
>
>   Joe
> --
> https://mail.python.org/mailman/listinfo/python-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140416/273073b5/attachment.html>


More information about the Python-list mailing list