All Projects → exercism → Python

exercism / Python

Licence: mit
Exercism exercises in Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python

emacs-lisp
Exercism exercises in Emacs Lisp.
Stars: ✭ 40 (-95.66%)
Mutual labels:  exercism-track
groovy
Exercism exercises in Groovy.
Stars: ✭ 18 (-98.05%)
Mutual labels:  exercism-track
Elixir
Exercism exercises in Elixir.
Stars: ✭ 400 (-56.62%)
Mutual labels:  exercism-track
babashka
Exercism exercises in Babashka.
Stars: ✭ 12 (-98.7%)
Mutual labels:  exercism-track
d
Exercism exercises in D.
Stars: ✭ 14 (-98.48%)
Mutual labels:  exercism-track
pharo-smalltalk
exercism.org/tracks/pharo-smalltalk
Stars: ✭ 24 (-97.4%)
Mutual labels:  exercism-track
vimscript
Exercism exercises in Vim script.
Stars: ✭ 19 (-97.94%)
Mutual labels:  exercism-track
Lfe
Exercism exercises in Lisp Flavoured Erlang (LFE).
Stars: ✭ 17 (-98.16%)
Mutual labels:  exercism-track
common-lisp
Exercism exercises in Common Lisp.
Stars: ✭ 65 (-92.95%)
Mutual labels:  exercism-track
Java
Exercism exercises in Java.
Stars: ✭ 393 (-57.38%)
Mutual labels:  exercism-track
plsql
Exercism exercises in PL/SQL.
Stars: ✭ 22 (-97.61%)
Mutual labels:  exercism-track
coq
Exercism exercises in Coq.
Stars: ✭ 15 (-98.37%)
Mutual labels:  exercism-track
Haskell
Exercism exercises in Haskell.
Stars: ✭ 351 (-61.93%)
Mutual labels:  exercism-track
x86-64-assembly
Exercism exercises in x86-64 Assembly.
Stars: ✭ 19 (-97.94%)
Mutual labels:  exercism-track
Go
Exercism exercises in Go.
Stars: ✭ 547 (-40.67%)
Mutual labels:  exercism-track
sml
Exercism exercises in Standard ML.
Stars: ✭ 21 (-97.72%)
Mutual labels:  exercism-track
perl5
Exercism exercises in Perl 5.
Stars: ✭ 25 (-97.29%)
Mutual labels:  exercism-track
Prolog
Exercism exercises in Prolog.
Stars: ✭ 18 (-98.05%)
Mutual labels:  exercism-track
Rust
Exercism exercises in Rust.
Stars: ✭ 651 (-29.39%)
Mutual labels:  exercism-track
Ruby
Exercism exercises in Ruby.
Stars: ✭ 381 (-58.68%)
Mutual labels:  exercism-track

👋 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].