https://github.com/abeaumont/checkio
My solutions to the tasks at checkio.org
https://github.com/abeaumont/checkio
Last synced: about 2 months ago
JSON representation
My solutions to the tasks at checkio.org
- Host: GitHub
- URL: https://github.com/abeaumont/checkio
- Owner: abeaumont
- License: wtfpl
- Created: 2013-03-05T21:01:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T20:34:12.000Z (over 12 years ago)
- Last Synced: 2023-03-15T19:30:57.055Z (almost 3 years ago)
- Language: Python
- Size: 172 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
CheckIO Solutions
=================
**SPOILER**: Here you will find solutions for `CheckIO `_
Python programming game.
Solutions are compact. This means that they may be not too readable, use tricky
syntax, use short names and lack documentation. It does not represent good
coding practices. However, they are not the shortest possible solutions, since
they:
* follow `PEP8 style guide `_
conventions.
* do not alter calling code (assertions), except for fulfilling previous
requirement
* do not duplicate code
* work with both Python 2 and 3