Popular recipes by joedaviscpa http://code.activestate.com/recipes/users/4170361/2009-07-22T15:25:39-07:00ActiveState Code RecipesState Capitals Quiz (Python)
2009-05-28T07:45:06-07:00joedaviscpahttp://code.activestate.com/recipes/users/4170361/http://code.activestate.com/recipes/576783-state-capitals-quiz/
<p style="color: grey">
Python
recipe 576783
by <a href="/recipes/users/4170361/">joedaviscpa</a>
(<a href="/recipes/tags/dictionary/">dictionary</a>, <a href="/recipes/tags/educational/">educational</a>, <a href="/recipes/tags/random/">random</a>).
</p>
<p>The program loops through all 50 states asking for the state capital. </p>
Multiplication Table (Python)
2009-07-22T15:25:39-07:00joedaviscpahttp://code.activestate.com/recipes/users/4170361/http://code.activestate.com/recipes/576851-multiplication-table/
<p style="color: grey">
Python
recipe 576851
by <a href="/recipes/users/4170361/">joedaviscpa</a>
(<a href="/recipes/tags/binding_widgets/">binding_widgets</a>, <a href="/recipes/tags/event_handler_arguments/">event_handler_arguments</a>, <a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/tkinter/">tkinter</a>).
Revision 4.
</p>
<p>This is a GUI multiplication table. The labels and buttons are created in loops, yet each button has an associated value. </p>
Hexadecimal Conversion Tool (Python)
2009-05-28T13:58:41-07:00joedaviscpahttp://code.activestate.com/recipes/users/4170361/http://code.activestate.com/recipes/576766-hexadecimal-conversion-tool/
<p style="color: grey">
Python
recipe 576766
by <a href="/recipes/users/4170361/">joedaviscpa</a>
(<a href="/recipes/tags/hexadecimal/">hexadecimal</a>).
Revision 5.
</p>
<p>Converts a decimal to it's hexadecimal equivalent</p>