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

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

Solutions to the Python track on exercism.org.
https://github.com/blairnangle/exercism-python

exercism python

Last synced: 10 months ago
JSON representation

Solutions to the Python track on exercism.org.

Awesome Lists containing this project

README

          

# exercism_python

Solutions to the [Python track](https://exercism.org/tracks/python) on [exercism.org](https://exercism.org/).

See subdirectory READMEs for exercise instructions.

## Installation

* Create a virtual environment:

```shell
python3 -m venv venv
```
* Activate the virtual environment:

```shell
source .venv/bin/activate
```

## Testing

```shell
pytest
```

## License

[`./LICENSE`](./LICENSE)