<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Automating conference scheduling using Python	</title>
	<atom:link href="/blog_archive/2012/10/20/automating-conference-scheduling-using-python/feed/" rel="self" type="application/rss+xml" />
	<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/</link>
	<description>iteration, making, building, and coding in education</description>
	<lastBuildDate>Sat, 30 Aug 2014 07:36:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.6</generator>
	<item>
		<title>
		By: Evan Weinberg		</title>
		<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-134</link>

		<dc:creator><![CDATA[Evan Weinberg]]></dc:creator>
		<pubDate>Sat, 30 Aug 2014 07:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://evanweinberg.com/?p=776#comment-134</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-133&quot;&gt;Dan M&lt;/a&gt;.

Sorry I missed this Dan - my apologies for not getting back to you. The input file is a CSV of student data taken from our school&#039;s PowerSchool database. My program gets the student names and grades and sorts them into families based on the parent emails for kids from the same family. That file, together with the conference_scheduler.py is all I use. Let me know if you need more details.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-133">Dan M</a>.</p>
<p>Sorry I missed this Dan &#8211; my apologies for not getting back to you. The input file is a CSV of student data taken from our school&#8217;s PowerSchool database. My program gets the student names and grades and sorts them into families based on the parent emails for kids from the same family. That file, together with the conference_scheduler.py is all I use. Let me know if you need more details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan M		</title>
		<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-133</link>

		<dc:creator><![CDATA[Dan M]]></dc:creator>
		<pubDate>Wed, 28 May 2014 03:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://evanweinberg.com/?p=776#comment-133</guid>

					<description><![CDATA[What would the input file look like?  I&#039;m just starting programming and am not 100% clear on what the file used in &#039;def get_students_from_file(filename)&#039;.  Would this be the only file you need to run to program?  My school currently does this by hand and I&#039;m trying to sort it out similar to how you did.  Thanks!]]></description>
			<content:encoded><![CDATA[<p>What would the input file look like?  I&#8217;m just starting programming and am not 100% clear on what the file used in &#8216;def get_students_from_file(filename)&#8217;.  Would this be the only file you need to run to program?  My school currently does this by hand and I&#8217;m trying to sort it out similar to how you did.  Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Evan Weinberg		</title>
		<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-132</link>

		<dc:creator><![CDATA[Evan Weinberg]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 15:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://evanweinberg.com/?p=776#comment-132</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-130&quot;&gt;crazedmummy&lt;/a&gt;.

They do, more frequently than should be the case. The cost of learning in the first place is usually what keeps people away. It&#039;s always easy to justify doing it by hand when you don&#039;t know any other way.

Luckily I enjoy these types of projects. Figuring it out is part of the fun - this is the hardest part for some people to understand.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-130">crazedmummy</a>.</p>
<p>They do, more frequently than should be the case. The cost of learning in the first place is usually what keeps people away. It&#8217;s always easy to justify doing it by hand when you don&#8217;t know any other way.</p>
<p>Luckily I enjoy these types of projects. Figuring it out is part of the fun &#8211; this is the hardest part for some people to understand.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Evan Weinberg		</title>
		<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-131</link>

		<dc:creator><![CDATA[Evan Weinberg]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 14:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://evanweinberg.com/?p=776#comment-131</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-129&quot;&gt;Andy &quot;SuperFly&quot; Rundquist&lt;/a&gt;.

Agreed - it&#039;s interesting to think about this as an outreach opportunity. The students (and administrators) see it as a lot of work on my part and have said &#039;just let me do it by hand, it won&#039;t take that long&#039;. Showing what the back end work does long term is definitely worth sharing.

I sat with a couple of students after school a few weeks ago showing them another student randomization program I threw together. I wrote a version on their computer and they took it away with them. The next day the student had converted it into a program that randomly picked a place for him and his friends to eat after school. He said they tend to sit around trying to decide - he saw a way for the computer to do this work for them. It&#039;s really neat to see how ideas pass from one person to another - a big part of the joy of teaching!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-129">Andy &#8220;SuperFly&#8221; Rundquist</a>.</p>
<p>Agreed &#8211; it&#8217;s interesting to think about this as an outreach opportunity. The students (and administrators) see it as a lot of work on my part and have said &#8216;just let me do it by hand, it won&#8217;t take that long&#8217;. Showing what the back end work does long term is definitely worth sharing.</p>
<p>I sat with a couple of students after school a few weeks ago showing them another student randomization program I threw together. I wrote a version on their computer and they took it away with them. The next day the student had converted it into a program that randomly picked a place for him and his friends to eat after school. He said they tend to sit around trying to decide &#8211; he saw a way for the computer to do this work for them. It&#8217;s really neat to see how ideas pass from one person to another &#8211; a big part of the joy of teaching!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: crazedmummy		</title>
		<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-130</link>

		<dc:creator><![CDATA[crazedmummy]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 14:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://evanweinberg.com/?p=776#comment-130</guid>

					<description><![CDATA[That&#039;s the point of programming though  - you put the time in upfront, and then you reap the rewards later. The difficulty comes when you have constrained yourself with your program and you don&#039;t want to write another one because you know how much time it took.
Seriously, do people try and do this by hand in this day and age? I mean, you can use Excel and Basic to do this ( not that i don&#039;t like your Python - the last language I learned was Java which looked suspiciously like every other programming language I have used. My old brain is too full to remember these things unless I use them every day.)]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s the point of programming though  &#8211; you put the time in upfront, and then you reap the rewards later. The difficulty comes when you have constrained yourself with your program and you don&#8217;t want to write another one because you know how much time it took.<br />
Seriously, do people try and do this by hand in this day and age? I mean, you can use Excel and Basic to do this ( not that i don&#8217;t like your Python &#8211; the last language I learned was Java which looked suspiciously like every other programming language I have used. My old brain is too full to remember these things unless I use them every day.)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy "SuperFly" Rundquist		</title>
		<link>/blog_archive/2012/10/20/automating-conference-scheduling-using-python/#comment-129</link>

		<dc:creator><![CDATA[Andy "SuperFly" Rundquist]]></dc:creator>
		<pubDate>Sat, 20 Oct 2012 14:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://evanweinberg.com/?p=776#comment-129</guid>

					<description><![CDATA[This is awesome. I really love how you&#039;re showing people that working and learning algorithms is really worth the time. This type of solution is a great thing to teach people, because they really see the dividends.]]></description>
			<content:encoded><![CDATA[<p>This is awesome. I really love how you&#8217;re showing people that working and learning algorithms is really worth the time. This type of solution is a great thing to teach people, because they really see the dividends.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
