Exercism 'python' Track
My Exercism 'python' track project solutions.
Overview
This project uses the docker exercism c image to create a container that can I use to work through the 'python' track exercises.
Usage
To create and start the exercism 'python' container
$ make up
To execute a login shell on the container
$ make shell
To stop and remove a running container
$ make down
To list the status of the container
$ make ps
To start a stopped container
$ make start
To stop a running container
$ make stop
To kill the container, if it can't be stopped
$ make kill
To remove a stopped container
$ make rm
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Mike Barker - Initial work - MrXcitement
License
This project is licensed under the MIT License - see the LICENSE.md file for details