<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Absolute beginner help with CSV file' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Absolute beginner help with CSV file' posted on the 'Python' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 03:34:04 -0700</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 03:34:04 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Absolute beginner help with CSV file</title>
      <link>http://www.programmersheaven.com/mb/python/430469/430469/absolute-beginner-help-with-csv-file/</link>
      <description>So I've recently begun some computer programming classes, and after 10 weeks of classes our first assignment is to take a stock information .csv with a few years of info that looks like this:&lt;br /&gt;
&lt;br /&gt;
date, open, high, low, close, volume, adjusted close&lt;br /&gt;
2004-09-17, 110.56, 114.23, 110.2, 112, 5361900, 111.49&lt;br /&gt;
2004-09-16, etc, etc&lt;br /&gt;
&lt;br /&gt;
Now, we have to make monthly averages, and then figure out the best 6 month period.&lt;br /&gt;
&lt;br /&gt;
I have so far gone over all the notes for lectures, googled around, printed out many sheets and I'm not getting past importing the csv, being able to print it out and making/printing lists of the individual rows of "date", "open", etc.&lt;br /&gt;
&lt;br /&gt;
I'm not expecting anyone to go to the effort of solving this for me, but let me put it this way. The math isn't the problem and I'm comfortable with only the most BASIC level of python and feel this is WAY above my level as do a lot of people in the class. The problem is the class is split between advanced programmers just getting their qualification and newbies. Can anyone point to a resource/video/text that goes through what I would need to accomplish this?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/python/430469/430469/absolute-beginner-help-with-csv-file/</guid>
      <pubDate>Sun, 02 Dec 2012 12:02:40 -0700</pubDate>
      <category>Python</category>
    </item>
  </channel>
</rss>