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.
- Host: GitHub
- URL: https://github.com/blairnangle/exercism-python
- Owner: blairnangle
- License: mit
- Created: 2022-11-04T11:21:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T12:11:10.000Z (over 2 years ago)
- Last Synced: 2025-01-25T11:41:54.918Z (11 months ago)
- Topics: exercism, python
- Language: Python
- Homepage: https://exercism.org/tracks/python
- Size: 183 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)