Popular recipes by Alexander Thomas Cruz http://code.activestate.com/recipes/users/4179528/2011-10-14T16:20:29-07:00ActiveState Code RecipesPassword Generator (Python)
2011-10-14T13:35:21-07:00Alexander Thomas Cruzhttp://code.activestate.com/recipes/users/4179528/http://code.activestate.com/recipes/577905-password-generator/
<p style="color: grey">
Python
recipe 577905
by <a href="/recipes/users/4179528/">Alexander Thomas Cruz</a>
(<a href="/recipes/tags/generator/">generator</a>, <a href="/recipes/tags/password/">password</a>, <a href="/recipes/tags/randomization/">randomization</a>).
Revision 4.
</p>
<p>Generates a really strong and secure password. It uses multiple characters and symbols. Remember to score please! It really means a lot to me. Revision 4 includes an input so you can choose how many characters you want your password to have. It is also faster due to a suggestion by Garel Alex. Thanks!</p>
BMI calculator (Python)
2011-10-14T16:20:29-07:00Alexander Thomas Cruzhttp://code.activestate.com/recipes/users/4179528/http://code.activestate.com/recipes/577897-bmi-calculator/
<p style="color: grey">
Python
recipe 577897
by <a href="/recipes/users/4179528/">Alexander Thomas Cruz</a>
(<a href="/recipes/tags/bmi/">bmi</a>, <a href="/recipes/tags/calculator/">calculator</a>).
Revision 2.
</p>
<p>This code helps you figure out your BMI! Can perform three calculations. Also has a built in quit function. NEW! now can figure up to 10 calculations! I also have a metric version here: <a href="http://code.activestate.com/recipes/577907-bmi-calculator-metric/" rel="nofollow">http://code.activestate.com/recipes/577907-bmi-calculator-metric/</a></p>
BMI calculator Metric (Python)
2011-10-14T16:20:04-07:00Alexander Thomas Cruzhttp://code.activestate.com/recipes/users/4179528/http://code.activestate.com/recipes/577907-bmi-calculator-metric/
<p style="color: grey">
Python
recipe 577907
by <a href="/recipes/users/4179528/">Alexander Thomas Cruz</a>
(<a href="/recipes/tags/bmi/">bmi</a>, <a href="/recipes/tags/calculator/">calculator</a>).
</p>
<p>This code helps you figure out your BMI! Can perform three calculations. Also has a built in quit function. NEW! now can figure up to 10 calculations! I also have a version with metric calculations.</p>