Popular recipes by Daniel Saha http://code.activestate.com/recipes/users/4171644/2009-10-11T18:39:58-07:00ActiveState Code Recipes3 Point Area Finder (Python)
2009-09-08T14:08:14-07:00Daniel Sahahttp://code.activestate.com/recipes/users/4171644/http://code.activestate.com/recipes/576896-3-point-area-finder/
<p style="color: grey">
Python
recipe 576896
by <a href="/recipes/users/4171644/">Daniel Saha</a>
(<a href="/recipes/tags/area/">area</a>, <a href="/recipes/tags/coordinates/">coordinates</a>, <a href="/recipes/tags/triangles/">triangles</a>).
</p>
<p>Plug in three coordinates to triArea(a,b,c), and it will return the area of the triangle.
some common variable letters transfer into these meanings:
m: slope
y,c: y intercept
a: x's coefficient
b: y's coefficient </p>
Metric Prefix Symbol and Decimal Quiz (Python)
2009-10-11T18:39:58-07:00Daniel Sahahttp://code.activestate.com/recipes/users/4171644/http://code.activestate.com/recipes/576928-metric-prefix-symbol-and-decimal-quiz/
<p style="color: grey">
Python
recipe 576928
by <a href="/recipes/users/4171644/">Daniel Saha</a>
(<a href="/recipes/tags/base/">base</a>, <a href="/recipes/tags/decimal/">decimal</a>, <a href="/recipes/tags/metric/">metric</a>, <a href="/recipes/tags/prefix/">prefix</a>, <a href="/recipes/tags/symbol/">symbol</a>, <a href="/recipes/tags/units/">units</a>).
Revision 3.
</p>
<p>Quiz on the metric prefixs, symbols, and decimals associated with each other.</p>