Popular recipes tagged "homework" but not "int"http://code.activestate.com/recipes/tags/homework-int/2013-10-17T00:09:25-07:00ActiveState Code Recipesmy homework (Python)
2013-10-17T00:09:25-07:00Tommy Fanghttp://code.activestate.com/recipes/users/4188181/http://code.activestate.com/recipes/578690-my-homework/
<p style="color: grey">
Python
recipe 578690
by <a href="/recipes/users/4188181/">Tommy Fang</a>
(<a href="/recipes/tags/homework/">homework</a>).
</p>
<p>crossword puzzle solver</p>
grade keeper (Python)
2009-01-12T09:38:11-08:00Caleb Herberthttp://code.activestate.com/recipes/users/4118572/http://code.activestate.com/recipes/543261-grade-keeper/
<p style="color: grey">
Python
recipe 543261
by <a href="/recipes/users/4118572/">Caleb Herbert</a>
(<a href="/recipes/tags/easy/">easy</a>, <a href="/recipes/tags/grades/">grades</a>, <a href="/recipes/tags/homework/">homework</a>, <a href="/recipes/tags/records/">records</a>, <a href="/recipes/tags/school/">school</a>, <a href="/recipes/tags/simple/">simple</a>, <a href="/recipes/tags/text/">text</a>, <a href="/recipes/tags/text_processing/">text_processing</a>).
Revision 3.
</p>
<p>This code is was my first attempt at making a useful program. What it does is store grades in a text file after asking you a few questions like what subject, number of questions right, et cetera.</p>