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
- Host: GitHub
- URL: https://github.com/asarkar/exercism-python
- Owner: asarkar
- License: apache-2.0
- Created: 2023-06-09T18:20:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T16:19:03.000Z (about 1 year ago)
- Last Synced: 2025-03-02T14:29:43.979Z (12 months ago)
- Topics: algorithms, data-structures, exercism, exercism-python, python
- Language: Python
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change/.exercism/config.json
- License: LICENSE
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/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).