Explore >> Select a destination


You are here

intrigus.org
| | blog.trailofbits.com
6.3 parsecs away

Travel
| | By Matt Schwager Deserializing, decoding, and processing untrusted input are telltale signs that your project would benefit from fuzzing. Yes, even Python projects. Fuzzing helps reduce bugs in high-assurance software developed in all programming languages. Fortunately for the Python ecosystem, Google has released Atheris, a coverage-guided fuzzer for both pure Python code and Python C
| | pymotw.com
4.2 parsecs away

Travel
| | [AI summary] The provided text is a detailed exploration of Python's disassembler and its applications. It covers topics such as using the dis module to inspect bytecode, debugging with dis, and optimizing code by analyzing disassembled output. The text also discusses compiler optimizations like constant folding and the use of itertools for efficient iteration. It includes examples of code, disassembled output, and performance comparisons between different implementations.
| | ik0ri4n.de
5.6 parsecs away

Travel
| |
| | akaptur.github.com
34.5 parsecs away

Travel
| I really enjoyed seeing all the clever solutions to the python puzzle I posted. You're all very creative! Here's a discussion of the ...