Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylemit/exercism
Learning multiple languages throuugh coding exercises
https://github.com/kylemit/exercism
Last synced: 15 days ago
JSON representation
Learning multiple languages throuugh coding exercises
- Host: GitHub
- URL: https://github.com/kylemit/exercism
- Owner: KyleMit
- Created: 2022-10-18T17:34:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T14:36:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T01:40:59.659Z (about 1 month ago)
- Language: Python
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Exercism
## Tracks
* [Python](https://exercism.org/tracks/python)
* [exercism/python: Exercism exercises in Python.](https://github.com/exercism/python)## Working Locally
[Working Locally | Exercism's Docs](https://exercism.org/docs/using/solving-exercises/working-locally)
```bash
exercism download --exercise= --track=
exercism submit
```