Katrina Owen 9d6af4de50 Remove license info from README
We don't need the duplication, especially now that the GitHub interface shows the
license information on the main page of the repository when it can be detected
directly from the LICENSE file.
2017-05-29 09:03:01 -06:00
2016-06-16 10:01:22 -04:00
2017-03-23 13:48:14 +01:00
2015-04-17 08:59:30 -07:00
2014-02-28 01:22:53 -07:00
2017-05-29 09:03:01 -06:00
2017-02-22 11:17:21 +01:00
2016-02-07 17:31:40 +01:00

xPython

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

Exercism exercises in Python

Contributing Guide

Please see the contributing guide

Working on the Exercises

We welcome both improvements to the existing exercises and new exercises. A pool of exercise ideas can be found in the x-common repo.

All exercises must be compatible with Python versions 2.7 and 3.3 upwards. Therefore please test your changes with these versions.

Test a single exercise with Python 2.7:

python2.7 test/check-exercises.py [exercise-name]

Test a single exercise with Python 3.3:

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

Test all exercises:

python test/check-exercises.py

Code Style

The Python code in this repo is meant to follow the PEP8 style guide.

This repo uses flake8 with default settings to enforce the coding standard. When you submit a PR, it needs to pass the flake8 tool with no warnings, or it won't be accepted.

Pull Requests

We ❤️ pull requests! We even 💖 them if they contain well written commit messages!

Please write the first line of your commit message in the following style:

exercise-name: Changes some things

If there are more details to add, put those into the body of the commit message.

If you're interested, Tim Pope even has an entire blog post on good commit messages.

If you're new to Git take a look at this short guide.

Python icon

The Python logo is an unregistered trademark. We are using a derived logo with the permission of the Python Software Foundation.

Description
No description provided
Readme 8.8 MiB
Languages
Python 89.9%
Jinja 9.8%
Shell 0.3%