Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Abusing the Python Abstract Syntax Trees (Protecting a Python Codebase – Part 2)
(
citrusbyte.com
)
5 points
by
cadillac
on March 26, 2015
|
hide
|
past
|
favorite
|
1 comment
whitten
on March 27, 2015
[–]
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.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I'm going to follow his other blog posts to see where he is going.