An open API service indexing awesome lists of open source software.

https://github.com/asarkar/exercism-python

https://exercism.org/tracks/python
https://github.com/asarkar/exercism-python

algorithms data-structures exercism exercism-python python

Last synced: 7 months ago
JSON representation

https://exercism.org/tracks/python

Awesome Lists containing this project

README

          

# exercism-python
My solutions for [Exercism Python Track](https://exercism.org/tracks/python).
Feel free to open issues for questions, comments, or suggestions.

[![](https://github.com/asarkar/exercism-python/workflows/CI/badge.svg)](https://github.com/asarkar/exercism-python/actions)

## Running tests
```
./.github/run.sh
```

## Timing code
```
palindrome_product% ../venv/bin/python -m timeit \
-s "from palindrome_products import largest" \
"largest(min_factor=100, max_factor=999)"
```

## License

Released under [Apache License v2.0](LICENSE).