|
You are here |
bernsteinbear.com | ||
| | | | |
pymotw.com
|
|
| | | | | [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. | |
| | | | |
akaptur.github.com
|
|
| | | | | Last week at Hacker School I did a quick presentation on python bytecode and the dis module. The disassembler is a very powerful tool with a gentle ... | |
| | | | |
blog.quarkslab.com
|
|
| | | | | Where building a custom obfuscated Python interpreter for a Python packer turned into an optimized Python interpreter. | |
| | | | |
doughellmann.com
|
|
| | | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking. | ||