Skip to content

beepscore/python_challenge

Repository files navigation

Steve Baker Beepscore LLC

Purpose

Record info about Python challenge game.

References

http://www.pythonchallenge.com/

https://groups.google.com/forum/#!forum/python-challenge

project structure info

http://stackoverflow.com/questions/193161/what-is-the-best-project-structure-for-a-python-application

http://as.ynchrono.us/2007/12/filesystem-structure-of-python-project_21.html

unit tests

https://docs.python.org/3/library/unittest.html

http://stackoverflow.com/questions/1732438/how-to-run-all-python-unit-tests-in-a-directory

http://stackoverflow.com/questions/1896918/running-unittest-with-typical-test-directory-structure#1897665

Results

Click on button "Click here to get challenged. Navigates to puzzle 0.

puzzle 0

See puzzle0.py and test_puzzle0.py

puzzle 1

See puzzle1.py and test_puzzle1.py

Run unit tests

To run tests in terminal, cd to top level directory that contains subdirectory test

➜  python_challenge git:(master) ✗ python3 -m unittest discover test
......
----------------------------------------------------------------------
Ran 6 tests in 0.001s
OK

puzzle 2

Web page hint To see the solutions to the previous level, replace pc with pcc, i.e. go to: http://www.pythonchallenge.com/pcc/def/ocr.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages