Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorbadrov/python-challenges
https://github.com/davorbadrov/python-challenges
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davorbadrov/python-challenges
- Owner: davorbadrov
- Created: 2018-07-28T14:07:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T20:49:26.000Z (over 6 years ago)
- Last Synced: 2024-10-17T13:14:00.678Z (2 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Challenges
Solutions are grouped into directories, each one has:
- `main.py` example using the solution
- `[solution_name].py` containing the solution to the problem
- `[solution_name].test.py` a couple of unit tests to present the solutions are working fineSince file_sort is a bit less of an algoritmic problem and it's long running, it's not really feasible for testing.
## Python version
The code was written and tested with Python 3.7
## Unit tests
The solutions are tested via Python's unittest framework to make sure the everything works properly.