Skip to content

kbuc/python

This branch is 1738 commits behind exercism/python:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 9, 2021
Sep 14, 2021
Aug 28, 2021
Sep 7, 2021
Jul 20, 2021
Sep 4, 2021
Sep 17, 2021
Sep 4, 2021
Jul 24, 2019
May 4, 2021
Aug 26, 2021
Feb 6, 2021
Jun 2, 2021
Feb 13, 2021
Sep 14, 2021
Feb 8, 2021
Sep 6, 2021
Feb 2, 2021
Jul 23, 2019

Repository files navigation

πŸ‘‹ Thank you for your interest in contributing to the exercism Python track!

⚠️ Please Note ⚠️

We are currently in the middle of re-arranging and re-configuring our track for exercism V3.

We're super-excited πŸŽ‰ πŸš€ -- and we really want you to be involved! -- but all that inital configuration work means our maintainers can't accept unsolicited contributions at this time.

Please check our issue list for tasks we've flagged as [help wanted] -- and check back -- we'll be adding (many more!) tasks with that flag in the coming weeks as we update our documentation and identify exercises, documents, and bugs that need to be worked on before our V3 launch.


Exercism Python Track

Build Status Join the chat at https://gitter.im/exercism/python

Exercism exercises in Python

Contributing Guide

Our WIP V3 documentation can be found here: exercism V3.

Testing

All exercises must be compatible with Python version 3.8 upwards. We no longer support Python 2.x.

To test a single exercise:

python3 test/check-exercises.py [exercise-name]

To test all exercises:

python3 test/check-exercises.py

Code Style

The Python code in this repo is meant to follow the PEP8 style guide (a stylized version http://pep8.org).

This repo uses flake8 with default settings to enforce the coding standard.

CI build

License

This repository uses the MIT License.

About

Exercism exercises in Python.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • Jinja 10.3%
  • Shell 0.2%