Abusing the Python Abstract Syntax Trees (Protecting a Python Codebase – Part 2) (bits.citrusbyte.com) 5 points by cadillac 11y ago ↗ HN
[–] whitten 11y ago ↗ This is an interesting take on using syntax trees to rearrange an in-memory representation of Python code, using parse methods and Visitor methods.I'm going to follow his other blog posts to see where he is going.
1 comment
[ 2.9 ms ] story [ 9.8 ms ] threadI'm going to follow his other blog posts to see where he is going.