-
Open
py_euler.org
-
Find solution for first problem, mark DONE, do next problem
The script py-euler-to-org.sh
leverages the iKevinY/EulerPy command line tool to grab problems from Project Euler. It then takes the files generated by EulerPy, and converts the files into OrgMode Babel Source Blocks and puts them all in a single OrgFile.
pip install -r requirements.txt
note: you may want to setup a new virtualenv as to not disrupt your systems python configuration
-
sh ./py-euler-to-org.sh
to see the various optionsa.
sh ./py-euler-to-org.sh all
gets all the problems and converts them into a single org file.
- Remove dependency on EulerPy and convert to Emacs Mode.