challenges icon indicating copy to clipboard operation
challenges copied to clipboard

PyBites Code Challenges

Results 121 challenges issues
Sort by recently updated
recently updated
newest added

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [2] Estimated time spent (hours): [1] Completed (yes/no): [Yes] I stretched my coding skills (if...

""" Initial, rather clumsy solution to try the PR system out. # ToDo: Use comprehensions to refactor and improve """ from data import DICTIONARY, LETTER_SCORES def load_words(): """Load dictionary into...

- changed references of Slack to Circle ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [1] Estimated time spent (hours): [.1] Completed (yes/no):...

Difficulty level (1-10): [5] Estimated time spent (hours): [2] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [I have never used defaultdicts or namedtuples...

Difficulty level (1-10): [1] Estimated time spent (hours): [1] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [I chose to figure out how to...

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [5] Estimated time spent (hours): [2] Completed (yes/no): [yes] I stretched my coding skills (if...

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [5] Estimated time spent (hours): [2] Completed (yes/no): [yes] I stretched my coding skills (if...

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [3] Estimated time spent (hours): [1] Completed (yes/no): [yes] I stretched my coding skills (if...

The provided test is quite challenging due to the fact that it expects to use a dict with a tuple as a key. https://github.com/pybites/challenges/blob/master/13/test_directors.py#L24 `report = sorted(directors.items(), key=lambda x: float(x[0][1]),...

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks! Difficulty level (1-10): [2] Estimated time spent (hours): [1] Completed (yes/no): [yes] I stretched my coding skills (if...