FOUR_FIFTHS, a Python library which searches for a solution to the problem of finding four fifth powers that sum to a fifth power, that is, integers a, b, c, d and e such that a^5+b^5+c^5+d^5=e^5. Euler conjectured that no solution was possible. The code is by Brian Hayes.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
FOUR_FIFTHS is available in a Python version.
SUBSET, a Python library which enumerates, generates, randomizes, ranks and unranks combinatorial objects including combinations, compositions, Gray codes, index sets, partitions, permutations, polynomials, subsets, and Young tables. Backtracking routines are included to solve some combinatorial problems.
Brian Hayes
You can go up one level to the Python source codes.