Popular recipes tagged "shuffle"http://code.activestate.com/recipes/tags/shuffle/popular/2013-07-07T04:09:34-07:00ActiveState Code RecipesPoker Hands (Python)
2013-07-07T04:09:34-07:00Jason Friedmanhttp://code.activestate.com/recipes/users/4183835/http://code.activestate.com/recipes/578589-poker-hands/
<p style="color: grey">
Python
recipe 578589
by <a href="/recipes/users/4183835/">Jason Friedman</a>
(<a href="/recipes/tags/cards/">cards</a>, <a href="/recipes/tags/deck/">deck</a>, <a href="/recipes/tags/poker/">poker</a>, <a href="/recipes/tags/shuffle/">shuffle</a>).
Revision 5.
</p>
<p>Deal random hands and categorize them.
See also <a href="http://code.activestate.com/recipes/415504/">recipe 415504</a>.</p>
Shuffle (Python)
2013-02-19T11:01:01-08:00Narayana Chikkamhttp://code.activestate.com/recipes/users/4174427/http://code.activestate.com/recipes/578466-shuffle/
<p style="color: grey">
Python
recipe 578466
by <a href="/recipes/users/4174427/">Narayana Chikkam</a>
(<a href="/recipes/tags/shuffle/">shuffle</a>).
</p>
<p>Python function to shuffle a deck of cards</p>