Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiphish/functional-fizzbuzz
(Mirror) An exercise in Python, functional programming and property testing
https://github.com/hiphish/functional-fizzbuzz
fizzbuzz functional-programming hypothesis-testing property-testing python
Last synced: 3 months ago
JSON representation
(Mirror) An exercise in Python, functional programming and property testing
- Host: GitHub
- URL: https://github.com/hiphish/functional-fizzbuzz
- Owner: HiPhish
- License: unlicense
- Created: 2024-08-25T12:42:14.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T21:08:02.000Z (6 months ago)
- Last Synced: 2024-11-27T01:37:05.591Z (3 months ago)
- Topics: fizzbuzz, functional-programming, hypothesis-testing, property-testing, python
- Language: Python
- Homepage: https://gitlab.com/HiPhish/functional-fizzbuzz
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. default-role:: code
###############################
Functional FizzBuzz in Python
###############################This is a toy example of a FizzBuzz implementation written in Python in a
functional programming style. Testing is done using the property testing
paradigm as implemented by the Hypothesis_ library. I have written this entire
thing mostly as an exercise in using Hypothesis.This is just a toy project, do not package it on PyPI or anything like that.
License
#######Released under the Unlicense, see the LICENSE_ file for details.
.. _Hypothesis: https://hypothesis.readthedocs.io/en/latest/
.. _LICENSE: LICENSE.txt