Popular recipes by juan http://code.activestate.com/recipes/users/4190606/2014-09-23T14:30:00-07:00ActiveState Code RecipesContinous Fractions (Python)
2014-09-23T14:30:00-07:00juanhttp://code.activestate.com/recipes/users/4190606/http://code.activestate.com/recipes/578936-continous-fractions/
<p style="color: grey">
Python
recipe 578936
by <a href="/recipes/users/4190606/">juan</a>
.
Revision 2.
</p>
<p>Calculate the continous fraction from a fraction or decimal number</p>
Prime Factorization (Python)
2014-09-19T08:11:54-07:00juanhttp://code.activestate.com/recipes/users/4190606/http://code.activestate.com/recipes/578938-prime-factorization/
<p style="color: grey">
Python
recipe 578938
by <a href="/recipes/users/4190606/">juan</a>
.
</p>
<p>Calculates the prime factorization from a number.</p>
division digit-by digit calculation (Python)
2014-09-19T08:33:35-07:00juanhttp://code.activestate.com/recipes/users/4190606/http://code.activestate.com/recipes/578939-division-digit-by-digit-calculation/
<p style="color: grey">
Python
recipe 578939
by <a href="/recipes/users/4190606/">juan</a>
.
</p>
<p>Calculate a division digit by digit with t decimals</p>
Greatest common divisor (Python)
2014-09-19T08:03:02-07:00juanhttp://code.activestate.com/recipes/users/4190606/http://code.activestate.com/recipes/578937-greatest-common-divisor/
<p style="color: grey">
Python
recipe 578937
by <a href="/recipes/users/4190606/">juan</a>
.
</p>
<p>Calculate the Greatest common divisor from two numbers</p>
First n primes numbers (Python)
2014-09-20T19:33:41-07:00juanhttp://code.activestate.com/recipes/users/4190606/http://code.activestate.com/recipes/578923-first-n-primes-numbers/
<p style="color: grey">
Python
recipe 578923
by <a href="/recipes/users/4190606/">juan</a>
.
Revision 6.
</p>
<p>Using the Sieve of Eratosthenes find the first n primes numbers.</p>
bitfield rev2 (Python)
2014-08-17T16:40:55-07:00juanhttp://code.activestate.com/recipes/users/4190606/http://code.activestate.com/recipes/578922-bitfield-rev2/
<p style="color: grey">
Python
recipe 578922
by <a href="/recipes/users/4190606/">juan</a>
.
</p>
<p>python class bf for bitfields manipulation
is a rev 2 for the <a href="http://code.activestate.com/recipes/113799/">Recipe 113799</a> rev 1
include the bug fix detected for Patric Edsall and other tools</p>