On the topic of fuzz testing, Python has an excellent library for property-based testing called Hypothesis [0] [1]. I don't think it does guided testing like AFL or libFuzzer (which OSS-Fuzz uses), but it's very powerful nonetheless.<p>[0] <a href="http://hypothesis.works/" rel="nofollow">http://hypothesis.works/</a><p>[1] <a href="https://github.com/HypothesisWorks/hypothesis-python" rel="nofollow">https://github.com/HypothesisWorks/hypothesis-python</a>