Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
/ euler.py Public archive

Project Euler in Python - May God have mercy on my soul

License

Notifications You must be signed in to change notification settings

doozr/euler.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euler.py

Revisiting Project Euler, this time in Python.

Why?

  • Practice Python
  • Practice FP
  • Practice FP in Python (trickier than it sounds)
  • Re-enable my stagnant brain
  • Have fun
  • Remember maths stuff I have long forgotten
  • Build a small standard library of stuff for other Python projects

The standard library I mentioned in in the euler directory. In particular euler/iter.py contains a lot of stuff that's missing or hard to find in Python, even in the lovely itertools module and recipes or the collections module.

All the code is written with Python 3.5 although any 3.x version should work. Each Euler solution is a test that is discoverable by nosetests. It's the only third party requirement.

About

Project Euler in Python - May God have mercy on my soul

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages